The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock
|
86 | ![]() |
coding | IllegalCatch | 224 | ![]() |
NoFinalizer | 1 | ![]() | |
OverloadMethodsDeclarationOrder | 117 | ![]() | |
VariableDeclarationUsageDistance | 567 | ![]() | |
design | OneTopLevelClass | 1 | ![]() |
imports | CustomImportOrder
|
6513 | ![]() |
indentation | Indentation
|
7 | ![]() |
javadoc | AtclauseOrder
|
6 | ![]() |
JavadocParagraph
|
3 | ![]() | |
JavadocStyle
|
18 | ![]() | |
JavadocTagContinuationIndentation | 25 | ![]() | |
misc | AvoidEscapedUnicodeCharacters
|
9 | ![]() |
naming | AbbreviationAsWordInName
|
2 | ![]() |
LocalVariableName
|
523 | ![]() | |
MemberName
|
20 | ![]() | |
ParameterName
|
339 | ![]() | |
sizes | LineLength
|
26 | ![]() |
whitespace | EmptyLineSeparator
|
3 | ![]() |
OperatorWrap
|
496 | ![]() | |
SeparatorWrap
|
8594 | ![]() | |
SeparatorWrap
|
8594 | ![]() | |
WhitespaceAround
|
2 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 118 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 128 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 140 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 162 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 177 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 184 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 188 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 201 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 221 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 224 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 242 |
![]() |
naming | LocalVariableName | Local variable name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 261 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 348 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 357 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 360 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 95 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Function' import. Should be before 'java.util.concurrent.ExecutionException'. | 13 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.opendaylight.vtn.manager.internal.util.MultiEventCollector'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 21 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '41'. | 156 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '59'. | 164 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '79'. | 174 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '105'. | 185 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '131'. | 198 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.MultiEventCollector'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.opendaylight.vtn.manager.internal.util.MultiEventCollector'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.MultiEventCollector'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.opendaylight.vtn.manager.internal.util.MultiEventCollector'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 103 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 113 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.EtherHeader.VLAN_NONE' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils.MASK_SHORT'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag.MISSING_ELEMENT' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils.MASK_SHORT'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.junit.Assert'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableList' import. Should be before 'org.junit.Assert'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.junit.Assert'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.junit.Assert'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ListenableFuture' import. Should be before 'org.junit.Assert'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.MacVlan' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.ReadFailedException' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 87 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 88 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLink' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 89 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLinkBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 90 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.config.AllowedHosts' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 91 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.config.DeniedHosts' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 92 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapConfig' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 93 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePorts' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 94 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinks' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 95 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLink' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 96 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePort' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 97 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 98 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 99 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 101 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 102 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 165 |
![]() |
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 195 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 308 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 309 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 315 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 317 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 338 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 339 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 345 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 347 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 383 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 384 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 440 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 441 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 442 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 443 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 444 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 445 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 446 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 447 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 448 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 451 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 452 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 459 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 544 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 560 |
![]() |
naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 560 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 572 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 584 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 604 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 607 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 625 |
![]() |
naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 641 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 641 |
![]() |
naming | LocalVariableName | Local variable name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 672 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 759 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 768 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 771 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 926 |
![]() |
javadoc | AtclauseOrder | At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. | 1057 |
![]() |
javadoc | AtclauseOrder | At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. | 1072 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1091 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1106 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1133 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1151 |
![]() |
naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1156 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1157 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1159 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1178 |
![]() |
blocks | EmptyBlock | Empty catch block. | 1218 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 1443 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 1479 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1511 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
![]() |
naming | LocalVariableName | Local variable name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.Logger'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.Logger'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.Logger'. | 16 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 175 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 199 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 58 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.concurrent.Future'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'java.util.concurrent.Future'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.VTNEntityType' import. Should be before 'org.opendaylight.vtn.manager.packet.Packet'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.VTNTimer' import. Should be before 'org.opendaylight.vtn.manager.packet.Packet'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture' import. Should be before 'org.opendaylight.vtn.manager.packet.Packet'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.FlowRpcWatcher' import. Should be before 'org.opendaylight.vtn.manager.packet.Packet'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.VTNFlowBuilder' import. Should be before 'org.opendaylight.vtn.manager.packet.Packet'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.packet.Packet'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.opendaylight.vtn.manager.packet.Packet'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.CandidateAlreadyRegisteredException' import. Should be before 'org.opendaylight.vtn.manager.packet.Packet'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.Entity' import. Should be before 'org.opendaylight.vtn.manager.packet.Packet'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipCandidateRegistration' import. Should be before 'org.opendaylight.vtn.manager.packet.Packet'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipListener' import. Should be before 'org.opendaylight.vtn.manager.packet.Packet'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipListenerRegistration' import. Should be before 'org.opendaylight.vtn.manager.packet.Packet'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipState' import. Should be before 'org.opendaylight.vtn.manager.packet.Packet'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId' import. Should be before 'org.opendaylight.yangtools.yang.binding.RpcService'. | 41 |
![]() |
naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 230 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.RpcProviderRegistry' import. Should be before 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture'. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortDesc'. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.VTNEntityType' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 78 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 87 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 128 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 146 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 173 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 183 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 191 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 202 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Before' import. Should be before 'org.slf4j.Logger'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.ArgumentCaptor' import. Should be before 'org.slf4j.Logger'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Mock' import. Should be before 'org.slf4j.Logger'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.slf4j.Logger'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.Logger'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxQueue' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxTask' import. Should be before 'org.slf4j.Logger'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.VTNEntityType' import. Should be before 'org.slf4j.Logger'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.ListenerRegistration' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfig' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 121 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 182 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 183 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 184 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cfType' declaration and its first usage is 15, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 240 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cfKey' declaration and its first usage is 15, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 301 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 328 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cfType' declaration and its first usage is 16, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 358 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cfKey' declaration and its first usage is 16, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 359 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 363 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 364 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 418 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 444 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 445 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cfType' declaration and its first usage is 14, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 482 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cfKey' declaration and its first usage is 14, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 483 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 485 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 601 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 154 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 156 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 201 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.SettableVTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 111 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 119 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 127 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Before' import. Should be before 'org.slf4j.Logger'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.ArgumentCaptor' import. Should be before 'org.slf4j.Logger'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Mock' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.slf4j.Logger'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.Logger'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.Logger'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.SettableVTNFuture' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.Logger'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener' import. Should be before 'org.slf4j.Logger'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.ListenerRegistration' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfig' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 91 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 247 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 248 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 249 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 250 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 277 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 280 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 281 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 282 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 391 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.EnumMap' import. Should be before 'java.util.Map'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNConfig' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.EnumMap' import. Should be before 'java.util.Map'. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNConfig' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder'. | 28 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 219 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 227 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 228 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 229 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 284 |
![]() |
naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 284 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 287 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 301 |
![]() |
naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 302 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 305 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 377 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 378 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 379 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 380 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 381 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 382 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 383 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 398 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 399 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 412 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 413 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 426 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 430 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 431 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 433 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 434 |
![]() |
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 655 |
![]() |
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 676 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 695 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 731 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 739 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 747 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 755 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 763 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 771 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 779 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 787 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNConfig' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder'. | 32 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 53 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'all' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 56 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'allTest' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 57 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 63 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 64 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 76 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 77 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 89 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 90 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 102 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 104 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 116 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 117 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 129 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 130 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 156 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 167 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 167 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 177 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'all' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 189 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'allTest' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 190 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 210 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 236 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 237 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 238 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 250 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 251 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 264 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 277 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 287 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 290 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 291 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'all2' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 312 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'diffList' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 313 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 410 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 441 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 462 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'all' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 469 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 561 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 572 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'all' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 585 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'allTest' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 586 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 592 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 604 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 616 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 628 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 640 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 652 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 664 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 674 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 677 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 804 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 805 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 806 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 855 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 880 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 905 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 954 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 974 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 998 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1026 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1034 |
![]() |
blocks | EmptyBlock | Empty catch block. | 1040 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.VTNEntityType' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.SettableVTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.TxQueueImpl' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.Entity' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipChange' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipListener' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipListenerRegistration' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipState' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 129 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 154 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 180 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 214 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 356 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 363 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 369 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 388 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 436 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 492 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 561 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 570 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 591 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 604 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 612 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 620 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 628 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 636 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 644 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 652 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 660 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.concurrent.atomic.AtomicReference'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.VTNEntityType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.TxQueueImpl' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.Entity' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipChange' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipListener' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipListenerRegistration' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipState' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 66 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 186 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 201 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 210 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 219 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 231 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 277 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 278 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 279 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 280 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 281 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 282 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 283 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 311 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 312 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 313 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 344 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 345 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 346 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 390 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 399 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 421 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 422 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 423 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 435 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 436 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 437 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 461 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 483 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 484 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 485 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 839 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 894 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 895 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 896 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 913 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 921 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 1021 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 17 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 33 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 41 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 48 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.FlowRemover' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNSubSystem' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.add.AddMdFlowTask' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.add.FlowAddContext' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.common.FlowModContext' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.reader.FlowCountFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.reader.ReadFlowFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.remove.ClearNodeFlowsTask' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.remove.FlowRemoveContext' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.remove.NodeFlowRemover' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.remove.PortFlowRemover' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.remove.RemovedFlowRemover' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.stats.SalFlowIdResolver' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.stats.StatsReaderService' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.stats.StatsTimerTask' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VTNInventoryListener' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VtnNodeEvent' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VtnPortEvent' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.CompositeAutoCloseable' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.SalNotificationListener' import. Should be before 'org.slf4j.LoggerFactory'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.VTNEntityType' import. Should be before 'org.slf4j.LoggerFactory'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.RunnableVTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.TimeoutCounter' import. Should be before 'org.slf4j.LoggerFactory'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNThreadPool' import. Should be before 'org.slf4j.LoggerFactory'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.BarrierSender' import. Should be before 'org.slf4j.LoggerFactory'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.FlowUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.SendBarrierRpc' import. Should be before 'org.slf4j.LoggerFactory'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.VTNFlowBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.LoggerFactory'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.LoggerFactory'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.LoggerFactory'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.TxQueueImpl' import. Should be before 'org.slf4j.LoggerFactory'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.NotificationService' import. Should be before 'org.slf4j.LoggerFactory'. | 77 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 78 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 79 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipChange' import. Should be before 'org.slf4j.LoggerFactory'. | 80 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipListener' import. Should be before 'org.slf4j.LoggerFactory'. | 81 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipListenerRegistration' import. Should be before 'org.slf4j.LoggerFactory'. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 83 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.RpcProviderRegistry' import. Should be before 'org.slf4j.LoggerFactory'. | 84 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 86 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.LoggerFactory'. | 87 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowCountInput' import. Should be before 'org.slf4j.LoggerFactory'. | 89 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowCountOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 90 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInput' import. Should be before 'org.slf4j.LoggerFactory'. | 91 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 92 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId' import. Should be before 'org.slf4j.LoggerFactory'. | 93 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowService' import. Should be before 'org.slf4j.LoggerFactory'. | 94 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfo' import. Should be before 'org.slf4j.LoggerFactory'. | 95 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.NextFlowId' import. Should be before 'org.slf4j.LoggerFactory'. | 96 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.NextFlowIdBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 97 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlows' import. Should be before 'org.slf4j.LoggerFactory'. | 98 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlowsBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 99 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnOpenflowVersion' import. Should be before 'org.slf4j.LoggerFactory'. | 100 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.LoggerFactory'. | 101 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.FlowAdded' import. Should be before 'org.slf4j.LoggerFactory'. | 103 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.FlowRemoved' import. Should be before 'org.slf4j.LoggerFactory'. | 104 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.FlowUpdated' import. Should be before 'org.slf4j.LoggerFactory'. | 105 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.NodeErrorNotification' import. Should be before 'org.slf4j.LoggerFactory'. | 106 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.NodeExperimenterErrorNotification' import. Should be before 'org.slf4j.LoggerFactory'. | 107 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowListener' import. Should be before 'org.slf4j.LoggerFactory'. | 108 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService' import. Should be before 'org.slf4j.LoggerFactory'. | 109 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SwitchFlowRemoved' import. Should be before 'org.slf4j.LoggerFactory'. | 110 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.FlowCapableTransactionService' import. Should be before 'org.slf4j.LoggerFactory'. | 111 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowCookie' import. Should be before 'org.slf4j.LoggerFactory'. | 112 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef' import. Should be before 'org.slf4j.LoggerFactory'. | 113 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 266 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 274 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 285 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 340 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 404 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 409 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 412 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 439 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 483 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 543 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 696 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 731 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 780 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 790 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 796 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 808 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 819 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 854 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 868 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 896 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 899 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 900 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 915 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 917 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 918 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.RunnableVTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.AddFlowRpc' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowInput' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.common.FlowModContext' import. Should be before 'org.slf4j.LoggerFactory'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNThreadPool' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.VTNFlowBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowInput' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntry'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowInputBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntry'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowOutput' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntry'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntry'. | 43 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 269 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 293 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.concurrent.CancellationException'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.NextFlowId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.NextFlowIdBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdListBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdListKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.MatchFlows' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.MatchFlowsBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.MatchFlowsKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlows' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlowsKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlows' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlowsKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlows' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 56 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 162 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 192 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 227 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 235 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 236 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 237 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 247 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 255 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 257 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 305 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 307 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 43 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.ClearFlowConditionOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.ClearFlowConditionOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditions' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditionsBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 94 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 107 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNSubSystem' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.CompositeAutoCloseable' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MultiDataStoreListener' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.cond.VTNFlowCondition' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.RpcProviderRegistry' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.ClearFlowConditionOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionInput' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionMatchInput' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionMatchOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionInput' import. Should be before 'org.slf4j.LoggerFactory'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchInput' import. Should be before 'org.slf4j.LoggerFactory'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditionService' import. Should be before 'org.slf4j.LoggerFactory'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditions' import. Should be before 'org.slf4j.LoggerFactory'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditionsBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnMatchFields' import. Should be before 'org.slf4j.LoggerFactory'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatch' import. Should be before 'org.slf4j.LoggerFactory'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowCondition' import. Should be before 'org.slf4j.LoggerFactory'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.LoggerFactory'. | 67 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 110 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 118 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 124 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 133 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 173 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 197 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 239 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 332 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 346 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 356 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 361 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 383 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 414 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 431 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '269'. | 434 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 445 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 469 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 477 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 485 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 490 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 496 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 506 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 516 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 522 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 554 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 555 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 575 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 598 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 622 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.DeleteDataTask'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowCondition' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 70 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 84 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 84 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 92 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 102 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.DeleteDataTask'. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.PutDataTask'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowCondition' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateOperationType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 117 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 131 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 144 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 152 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionMatchOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.input.FlowMatchList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.output.SetMatchResult' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.set.flow.condition.match.output.SetMatchResultBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatch' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 94 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 102 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.PutDataTask'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatch' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 81 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'javax.annotation.Nonnull'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'javax.annotation.Nonnull'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'javax.annotation.Nonnull'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcUtils'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowCountInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowCountOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowCountOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 110 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ListenableFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.stats.FlowStatsReader' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.stats.StatsReaderService' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.FlowCache' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.FlowUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.MacVlan' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInput' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfo' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.FlowIdSet' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdList' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlows' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlows' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlows' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsKey' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTable' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 169 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 213 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.stats.AddFlowStatsTask' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.stats.StatsReaderService' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.FlowCache' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.L2Host' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.MacVlan' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcOutputGenerator' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.DataFlowMode' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInput' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowOutputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfo' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.AveragedDataFlowStats' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.AveragedDataFlowStatsBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataFlowStatsBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.FlowStatsHistory' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecord' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VlanHost' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnSwitchPort' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.statistics.types.rev130925.GenericStatistics' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 293 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 302 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 418 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 420 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 501 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 502 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 503 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 504 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 505 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 547 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 555 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'javax.annotation.Nonnull'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'javax.annotation.Nonnull'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'javax.annotation.Nonnull'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.FlowUtils'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.FlowUtils'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.GetDataFlowInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfo' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntry' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecord' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.List'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.FlowCache'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.FlowCache'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlows' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlowsBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 54 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.stats.StatsReaderCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.stats.StatsReaderService' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.SettableVTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.RunnableVTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.FlowUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.RemoveFlowRpcList' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnOpenflowVersion' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.FlowTableRef' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowInputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.FlowAndStatisticsMap' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowCookie' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 132 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 169 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 177 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 188 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 194 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 216 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 219 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 220 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 224 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 45 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 76 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 91 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.L2Host' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.MacVlan'. | 17 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 80 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 93 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlows' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlowsKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 128 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 147 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 81 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 94 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.FlowRemover' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.RemovedFlows' import. Should be before 'org.slf4j.LoggerFactory'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.common.FlowModContext' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNThreadPool' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 83 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 84 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.FlowUtils'. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.List'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.FlowUtils'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.FlowUtils'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.FlowIdSet' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdListKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlows' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlowsKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 72 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 82 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 98 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 62 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 73 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlows' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlowsKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 82 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 92 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 107 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlows' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlowsKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowInputBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode'. | 33 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 84 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowInputBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntry'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntry'. | 29 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 61 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 84 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 106 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 124 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 77 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 120 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.FlowUtils'. | 20 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.List'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 62 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 92 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.List'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.FlowUtils'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.FlowUtils'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.FlowIdSet' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdListKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.List'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.FlowUtils'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.FlowUtils'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 51 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 71 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.FlowStatsUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.FlowUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.FlowStatsHistory' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecord' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 89 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 90 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 123 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 162 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.FlowStatsHistoryBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntry' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecord' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecordBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.FlowStatisticsData' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowCookie' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.statistics.types.rev130925.GenericStatistics' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 54 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 215 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 217 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 271 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 288 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 311 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 124 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 184 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowCookie' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecordBuilder'. | 26 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 145 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 180 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 195 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 203 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreListener' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.FlowUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNode' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.Table' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.TableKey' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 81 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 89 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 105 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 113 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 139 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 140 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 143 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.SettableVTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.FlowEntryDesc' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.FlowStatsUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.GetFlowStatsRpc' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntry' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecord' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecordBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetFlowStatisticsInput' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetFlowStatisticsOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.OpendaylightDirectStatisticsService' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.FlowAndStatisticsMap' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.flow.and.statistics.map.list.FlowAndStatisticsMapList' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowCookie' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.statistics.types.rev130925.GenericStatistics' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 181 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 182 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 255 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 268 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 269 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 283 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 289 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 300 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 343 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 351 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 356 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 371 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 373 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.FlowCache' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.FlowStatsUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.FlowUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlows' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowKey' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.FlowStatsHistory' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntry' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTable' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowId' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.statistics.types.rev130925.GenericStatistics' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 145 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 191 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '75'. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.opendaylight.vtn.manager.internal.util.DataStoreListener'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.DataStoreListener'. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Before' import. Should be before 'org.slf4j.Logger'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Mock' import. Should be before 'org.slf4j.Logger'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxQueue' import. Should be before 'org.slf4j.Logger'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxTask' import. Should be before 'org.slf4j.Logger'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.Logger'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener' import. Should be before 'org.slf4j.Logger'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier' import. Should be before 'org.slf4j.Logger'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.ListenerRegistration' import. Should be before 'org.slf4j.Logger'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnector' import. Should be before 'org.slf4j.Logger'. | 36 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 38 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Map'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.Logger'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.Logger'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask' import. Should be before 'org.slf4j.Logger'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.Logger'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 29 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 152 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Set'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.Logger'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.Logger'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.Logger'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader' import. Should be before 'org.slf4j.Logger'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils' import. Should be before 'org.slf4j.Logger'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.LinkEdge' import. Should be before 'org.slf4j.Logger'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.LinkUpdateContext' import. Should be before 'org.slf4j.Logger'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.Logger'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.Logger'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLink' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLink' import. Should be before 'org.slf4j.Logger'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
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. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 99 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 154 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 178 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 187 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 191 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnector' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnector' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 89 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 107 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 116 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 125 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 134 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 142 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 144 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 150 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 160 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 165 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 166 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 172 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Before' import. Should be before 'org.slf4j.Logger'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Mock' import. Should be before 'org.slf4j.Logger'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxQueue' import. Should be before 'org.slf4j.Logger'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.Logger'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.Logger'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener' import. Should be before 'org.slf4j.Logger'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.ListenerRegistration' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnector' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnectorBuilder' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.PortConfig' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.PortFeatures' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.PortNumberUni' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.flow.capable.port.State' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.flow.capable.port.StateBuilder' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.queues.Queue' import. Should be before 'org.slf4j.Logger'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes' import. Should be before 'org.slf4j.Logger'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnector' import. Should be before 'org.slf4j.Logger'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnectorKey' import. Should be before 'org.slf4j.Logger'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.slf4j.Logger'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey' import. Should be before 'org.slf4j.Logger'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.slf4j.Logger'. | 63 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 68 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 151 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 152 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 153 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 154 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 178 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 179 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 180 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 181 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 182 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 192 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 193 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 210 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 213 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 247 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 259 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 260 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 277 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 278 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 307 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 308 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 309 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 310 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 311 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 321 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 322 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 323 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 324 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 339 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 340 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 341 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 342 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 444 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 484 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 485 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 486 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 487 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'javax.annotation.Nonnull'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodes' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodesBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNode' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 99 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 115 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 118 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 128 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 132 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 172 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 180 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 190 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 208 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 217 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 262 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Before' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Mock' import. Should be before 'org.slf4j.Logger'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxQueue' import. Should be before 'org.slf4j.Logger'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxTask' import. Should be before 'org.slf4j.Logger'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.Logger'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener' import. Should be before 'org.slf4j.Logger'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.ListenerRegistration' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNode' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.slf4j.Logger'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 95 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 139 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 140 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 165 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 166 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 167 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 182 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 183 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 184 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 206 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 207 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 209 |
![]() |
blocks | EmptyBlock | Empty catch block. | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 260 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 261 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 262 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 334 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 335 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 336 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.Logger'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.Logger'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.Logger'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.Logger'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils' import. Should be before 'org.slf4j.Logger'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.Logger'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.Logger'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNode' import. Should be before 'org.slf4j.Logger'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.slf4j.Logger'. | 31 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 102 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 110 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 120 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 124 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.KeyedLeafBuildHelper' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.Logger'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.Logger'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.Logger'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader' import. Should be before 'org.slf4j.Logger'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils' import. Should be before 'org.slf4j.Logger'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.LinkUpdateContext' import. Should be before 'org.slf4j.Logger'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.Logger'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.Logger'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.Logger'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnOpenflowVersion' import. Should be before 'org.slf4j.Logger'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.slf4j.Logger'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder' import. Should be before 'org.slf4j.Logger'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.slf4j.Logger'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder' import. Should be before 'org.slf4j.Logger'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnector' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 81 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 87 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 88 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 91 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 107 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 108 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 117 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 154 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 164 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 177 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 185 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 189 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Set'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.Logger'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.Logger'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticEdgePorts' import. Should be before 'org.slf4j.Logger'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticSwitchLinks' import. Should be before 'org.slf4j.Logger'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.Logger'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.VTNEntityType' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader' import. Should be before 'org.slf4j.Logger'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.LinkUpdateContext' import. Should be before 'org.slf4j.Logger'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.Logger'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask' import. Should be before 'org.slf4j.Logger'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.Logger'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopology' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLink' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePort' import. Should be before 'org.slf4j.Logger'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.slf4j.Logger'. | 42 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 162 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 178 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 218 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 230 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 234 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Set'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.Logger'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticEdgePorts' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticSwitchLinks' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.VTNEntityType' import. Should be before 'org.slf4j.Logger'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader' import. Should be before 'org.slf4j.Logger'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.LinkUpdateContext' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticEdgePortsTest' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticSwitchLinksTest' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InterSwitchLink' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.ReadFailedException' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.slf4j.Logger'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder' import. Should be before 'org.slf4j.Logger'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLink' import. Should be before 'org.slf4j.Logger'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.IgnoredLinks' import. Should be before 'org.slf4j.Logger'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.IgnoredLinksBuilder' import. Should be before 'org.slf4j.Logger'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLink' import. Should be before 'org.slf4j.Logger'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLink' import. Should be before 'org.slf4j.Logger'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopology' import. Should be before 'org.slf4j.Logger'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopologyBuilder' import. Should be before 'org.slf4j.Logger'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePorts' import. Should be before 'org.slf4j.Logger'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinks' import. Should be before 'org.slf4j.Logger'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLink' import. Should be before 'org.slf4j.Logger'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder' import. Should be before 'org.slf4j.Logger'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePort' import. Should be before 'org.slf4j.Logger'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortBuilder' import. Should be before 'org.slf4j.Logger'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.slf4j.Logger'. | 73 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 115 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 139 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 153 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 166 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 199 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 227 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 285 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 521 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 530 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 531 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 532 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 534 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 535 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 536 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 548 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 561 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 578 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '361'. | 642 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '407'. | 731 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 757 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 758 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 759 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'old' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 761 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 761 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 762 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 763 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 766 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 767 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 768 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 770 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 771 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 772 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 784 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 785 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 786 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 850 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '455'. | 863 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vport1' declaration and its first usage is 16, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 896 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 896 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 897 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 904 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 906 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 908 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 914 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 916 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 922 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vport2' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 930 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 930 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 931 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vpeer2' declaration and its first usage is 12, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 933 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 933 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 934 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 938 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 942 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 943 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 944 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 947 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 948 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 949 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 951 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 952 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 953 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ep' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 961 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 961 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 964 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 965 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 966 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 980 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1039 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1042 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1073 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1078 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1083 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1088 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1094 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1110 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1115 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '606'. | 1128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1151 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1152 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1153 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1155 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1156 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1157 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1169 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1170 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1184 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1193 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1232 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1242 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNSubSystem' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticEdgePorts' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticSwitchLinks' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.CompositeAutoCloseable' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MultiDataStoreListener' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.RpcProviderRegistry' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopology' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopologyBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePorts' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinks' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLink' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePort' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 113 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 130 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 137 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 155 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 167 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 193 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 236 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 245 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 250 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 254 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 278 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 286 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 294 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 303 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 315 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 321 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 332 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 343 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 353 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 363 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Before' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.ArgumentCaptor' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Mock' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxQueue' import. Should be before 'org.slf4j.Logger'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxTask' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticEdgePorts' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticSwitchLinks' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.CompositeAutoCloseable' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.SettableVTNFuture' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticEdgePortsTest' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.xml.XmlStaticSwitchLinksTest' import. Should be before 'org.slf4j.Logger'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener' import. Should be before 'org.slf4j.Logger'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.Logger'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener' import. Should be before 'org.slf4j.Logger'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier' import. Should be before 'org.slf4j.Logger'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.Logger'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.Logger'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.RpcProviderRegistry' import. Should be before 'org.slf4j.Logger'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.ListenerRegistration' import. Should be before 'org.slf4j.Logger'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopology' import. Should be before 'org.slf4j.Logger'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopologyBuilder' import. Should be before 'org.slf4j.Logger'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePorts' import. Should be before 'org.slf4j.Logger'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePortsBuilder' import. Should be before 'org.slf4j.Logger'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinks' import. Should be before 'org.slf4j.Logger'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinksBuilder' import. Should be before 'org.slf4j.Logger'. | 76 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLink' import. Should be before 'org.slf4j.Logger'. | 77 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder' import. Should be before 'org.slf4j.Logger'. | 78 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkKey' import. Should be before 'org.slf4j.Logger'. | 79 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePort' import. Should be before 'org.slf4j.Logger'. | 80 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortBuilder' import. Should be before 'org.slf4j.Logger'. | 81 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortKey' import. Should be before 'org.slf4j.Logger'. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.Logger'. | 83 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.slf4j.Logger'. | 85 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 133 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 220 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 227 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 228 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 231 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 232 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 233 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 247 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 248 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 249 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 251 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 253 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 259 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 260 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 264 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 269 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 270 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 271 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 273 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 274 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 278 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 279 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 284 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 287 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 288 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 289 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 361 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 363 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 366 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 367 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 368 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 369 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'data' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 371 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'task' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 452 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 456 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 457 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 458 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 461 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 462 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 463 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'task' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 537 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 540 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 541 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 542 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 544 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 545 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 546 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 548 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 549 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 550 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 586 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 587 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 588 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 590 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 591 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 592 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'task' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 634 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 710 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 711 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 712 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 714 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 715 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 716 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 718 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 719 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 720 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 732 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 733 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 734 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 756 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 761 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 799 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 800 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 801 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 803 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 804 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 805 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 807 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 808 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 809 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 825 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 826 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 827 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 836 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 852 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 886 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 887 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 888 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 893 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 894 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 895 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 917 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 918 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 919 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 925 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 926 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 927 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 942 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 944 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 945 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 946 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 947 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 982 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 984 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 985 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 986 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 987 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1006 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1008 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1009 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1010 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1011 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'javax.annotation.Nonnull'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.LinkUpdateContext' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.IgnoredLinks' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.IgnoredLinksBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopology' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopologyBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopology' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
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. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 114 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'topology' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 116 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 133 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 144 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 148 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 167 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 175 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 185 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 193 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 201 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 209 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 214 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 215 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 252 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MultiDataStoreListener' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.VTNEntityType' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.TxQueueImpl' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodes' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnOpenflowVersion' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 102 |
![]() |
naming | ParameterName | Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 131 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 336 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 346 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 372 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 391 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 393 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 410 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 418 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 426 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 434 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 457 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 467 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 472 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 478 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Before' import. Should be before 'org.slf4j.Logger'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.ArgumentCaptor' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Mock' import. Should be before 'org.slf4j.Logger'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.Logger'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.VTNEntityType' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.NodeRpcInvocation' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.TxEvent' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.Logger'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener' import. Should be before 'org.slf4j.Logger'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.ListenerRegistration' import. Should be before 'org.slf4j.Logger'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodes' import. Should be before 'org.slf4j.Logger'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnOpenflowVersion' import. Should be before 'org.slf4j.Logger'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.slf4j.Logger'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder' import. Should be before 'org.slf4j.Logger'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.slf4j.Logger'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder' import. Should be before 'org.slf4j.Logger'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLink' import. Should be before 'org.slf4j.Logger'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLinkBuilder' import. Should be before 'org.slf4j.Logger'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.Logger'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNode' import. Should be before 'org.slf4j.Logger'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnector' import. Should be before 'org.slf4j.Logger'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.slf4j.Logger'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.slf4j.Logger'. | 76 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes' import. Should be before 'org.slf4j.Logger'. | 77 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnector' import. Should be before 'org.slf4j.Logger'. | 78 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.slf4j.Logger'. | 79 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey' import. Should be before 'org.slf4j.Logger'. | 80 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId' import. Should be before 'org.slf4j.Logger'. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopology' import. Should be before 'org.slf4j.Logger'. | 83 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. Should be before 'org.slf4j.Logger'. | 84 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology' import. Should be before 'org.slf4j.Logger'. | 85 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.TopologyKey' import. Should be before 'org.slf4j.Logger'. | 86 |
![]() |
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. Should be before 'org.slf4j.Logger'. | 87 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 145 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 165 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 182 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 183 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 184 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 196 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 207 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 209 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 210 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 247 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 277 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 308 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 613 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 647 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 648 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 664 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 672 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 673 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 674 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 727 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 728 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 729 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 730 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 731 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 797 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 798 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 799 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 801 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 802 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 803 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 804 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 805 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 806 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 872 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 873 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 874 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 940 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 941 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 942 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '433'. | 991 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 996 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1006 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1010 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1059 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1063 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1067 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1090 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1091 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1092 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1093 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1095 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1096 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1097 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1098 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1099 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1137 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1139 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1140 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1147 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1148 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1149 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1151 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1187 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1188 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1190 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1191 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1192 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1194 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1196 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1234 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1235 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1236 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1285 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1315 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1327 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1328 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1342 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1343 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1344 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1354 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1355 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1356 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1370 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1371 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1372 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1374 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1375 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1376 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1388 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1389 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1390 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1392 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1393 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1394 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1406 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1407 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1408 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1411 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1412 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1413 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1428 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1429 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1430 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1433 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1434 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1435 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1455 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1456 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1457 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1477 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1479 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1486 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1487 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1488 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1493 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1494 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1495 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1588 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1591 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1765 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1766 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.BuildHelper' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder'. | 33 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 204 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 214 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode'. | 20 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 44 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 71 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 |
![]() |
blocks | EmptyBlock | Empty catch block. | 112 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.NodeRpcInvocation' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.NodeRpcWatcher' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 140 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 160 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'java.util.concurrent.Future'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.SettableFuture' import. Should be before 'java.util.concurrent.Future'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowInput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowOutput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowInput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowOutput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 44 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 69 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 123 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 220 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 237 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 264 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.BuildHelper' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLink'. | 32 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 205 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 215 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 20 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 116 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 160 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 162 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 165 |
![]() |
blocks | EmptyBlock | Empty catch block. | 188 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 191 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessType' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessorType' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlElement' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlRootElement' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopologyBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePorts' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePortsBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePort' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 129 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 131 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 132 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 136 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 151 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 159 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 167 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 175 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 184 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 190 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 194 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopology' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopologyBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePorts' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePortsBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePort' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 104 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'badEdges' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 120 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 156 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 162 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 182 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 183 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 186 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 206 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 321 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 322 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 330 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 331 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'base' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 351 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 359 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 360 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 361 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 377 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 378 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 450 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 451 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder'. | 21 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 99 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 155 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 176 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder'. | 25 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 114 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 115 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 145 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 166 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 167 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 168 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 265 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 266 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 267 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 321 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 322 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 323 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessType' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessorType' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlElement' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlRootElement' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopologyBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinks' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinksBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLink' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 114 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 154 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 173 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 181 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 189 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 197 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 206 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 216 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 233 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopology' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopologyBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinks' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinksBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 101 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 102 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 109 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 110 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'badLinks' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 118 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 161 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 162 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 168 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 169 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 190 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 192 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 193 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 213 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'badLinks' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 391 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 392 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 400 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 401 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'base' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 421 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 429 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 430 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 431 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 447 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 448 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 525 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 526 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 527 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 540 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile'. | 17 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 61 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 62 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.packet.PacketException'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.TxEvent' import. Should be before 'org.opendaylight.vtn.manager.packet.PacketException'. | 16 |
![]() |
naming | ParameterName | Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
![]() |
naming | ParameterName | Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.opendaylight.vtn.manager.packet.Packet'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxHook' import. Should be before 'org.opendaylight.vtn.manager.packet.Packet'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxTask' import. Should be before 'org.opendaylight.vtn.manager.packet.Packet'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.packet.Packet'. | 22 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnector' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnectorKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingService' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.TransmitPacketInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 19 |
![]() |
naming | ParameterName | Parameter name 'w' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.hamcrest.CoreMatchers.instanceOf' import. Should be before 'org.mockito.Mockito.when'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.SettableFuture' import. Should be before 'java.util.concurrent.TimeoutException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.NodeRpcWatcher' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementationNotAvailableException' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcError' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResultBuilder' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingService' import. Should be before 'org.slf4j.Logger'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.TransmitPacketInput' import. Should be before 'org.slf4j.Logger'. | 58 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 158 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cause' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 175 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'disconnected' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 176 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cause' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 228 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'disconnected' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 229 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 273 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'disconnected' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 274 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 320 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 324 |
![]() |
blocks | EmptyBlock | Empty catch block. | 329 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 381 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 414 |
![]() |
blocks | EmptyBlock | Empty catch block. | 419 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 472 |
![]() |
blocks | EmptyBlock | Empty catch block. | 477 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 496 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 503 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'disconnected' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 536 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 547 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 548 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 549 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 554 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 575 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'disconnected' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 613 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 623 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 624 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 625 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 630 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 651 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.commons.lang3.tuple.Pair' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.packet.Packet' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherTypes' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VTNInventoryListener' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VtnNodeEvent' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VtnPortEvent' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.SalNotificationListener' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.NodeRpcErrorCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.NotificationService' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingListener' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingService' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketReceived' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.TransmitPacketInputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 101 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 107 |
![]() |
naming | ParameterName | Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 165 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 177 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 178 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 179 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 254 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 292 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 360 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 396 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlDstAction' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlSrcAction' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanPcpAction' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.EtherHeader' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 25 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 323 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 340 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 391 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 458 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 475 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 480 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 490 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 498 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 503 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 513 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 521 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 529 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 538 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 546 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 551 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 561 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 571 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 578 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 579 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 584 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlDstAction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlSrcAction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanPcpAction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.EtherHeader' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.PacketContext' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 41 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 143 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 263 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 283 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ether2' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 337 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 509 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 510 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 511 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 512 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 513 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 514 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 515 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 516 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpCodeAction' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpTypeAction' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNIcmpMatch' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.IcmpHeader' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 23 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 236 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 281 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 288 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 306 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 312 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 343 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 348 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 351 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 358 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 363 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 367 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 372 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 375 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 382 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 387 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 394 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 401 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpCodeAction' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpTypeAction' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNIcmpMatch' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.PacketContext' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 37 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'checksum' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 133 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'type1' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 253 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'code1' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 254 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 289 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDscpAction' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDstAction' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetSrcAction' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNInet4Match' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.InetHeader' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 25 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 287 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 363 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 424 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 431 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 449 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 454 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 464 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 474 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 482 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 487 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 497 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 507 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 515 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 527 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 532 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 542 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 547 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 553 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 562 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 563 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 564 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDscpAction' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDstAction' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetSrcAction' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNInet4Match' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.PacketContext' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 39 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ip1' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 258 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'src1' declaration and its first usage is 14, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 300 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dst1' declaration and its first usage is 15, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 301 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dscp1' declaration and its first usage is 16, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 302 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'proto' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 361 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortDstAction' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortSrcAction' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNLayer4PortMatch' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNPortRange' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.Layer4PortHeader' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 27 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 185 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 209 |
![]() |
whitespace | OperatorWrap | '|' should be on a new line. | 209 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 216 |
![]() |
whitespace | OperatorWrap | '|' should be on a new line. | 216 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 222 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 248 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 277 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 388 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 396 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 441 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 448 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 449 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 467 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '324'. | 470 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 473 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 488 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 493 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 496 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 503 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 508 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 512 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 517 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 520 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 527 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 532 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 538 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 546 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 547 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.packet.TCP'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNPortRange' import. Should be before 'org.opendaylight.vtn.manager.packet.TCP'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNTcpMatch' import. Should be before 'org.opendaylight.vtn.manager.packet.TCP'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.TcpHeader' import. Should be before 'org.opendaylight.vtn.manager.packet.TCP'. | 17 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortDstAction' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortSrcAction' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNPortRange' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNTcpMatch' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.PacketContext' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 43 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dr' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 277 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'src1' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 279 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dst1' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 280 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ctx' declaration and its first usage is 19, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 311 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ingress' declaration and its first usage is 19, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 312 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'empty' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 353 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'even' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 356 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'odd' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 376 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 396 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 397 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 398 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 457 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 458 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 470 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'pkt' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 486 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 496 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 497 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 498 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 499 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'original' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 545 |
![]() |
design | OneTopLevelClass | Top-level class ChecksumData has to reside in its own source file. | 565 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.packet.UDP'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNPortRange' import. Should be before 'org.opendaylight.vtn.manager.packet.UDP'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNUdpMatch' import. Should be before 'org.opendaylight.vtn.manager.packet.UDP'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.UdpHeader' import. Should be before 'org.opendaylight.vtn.manager.packet.UDP'. | 17 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortDstAction' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortSrcAction' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNPortRange' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNUdpMatch' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.PacketContext' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 43 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dr' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 242 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'src1' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 244 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dst1' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 245 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ctx' declaration and its first usage is 22, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 276 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ingress' declaration and its first usage is 22, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 277 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'empty' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 313 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'even' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 316 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'odd' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 325 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 345 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 412 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 413 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 425 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'original' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 505 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.LinkedHashMap' import. Should be before 'org.slf4j.LoggerFactory'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ListIterator' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.atomic.AtomicReference' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNSubSystem' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.CompositeAutoCloseable' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.RpcProviderRegistry' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.RpcService' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 127 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 214 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ListenableFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.commons.lang3.tuple.Pair' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.osgi.framework.Bundle' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.osgi.framework.BundleContext' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.osgi.framework.BundleEvent' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.osgi.framework.SynchronousBundleListener' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.osgi.framework.Version' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNManager' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.packet.Packet' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.FlowRemover' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.RouteResolver' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.config.VTNConfigImpl' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.config.VTNConfigManager' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.VTNFlowManager' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.cond.FlowCondManager' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VTNInventoryManager' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.packet.VTNPacketService' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.routing.PathMapManager' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.routing.VTNRoutingManager' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.CompositeAutoCloseable' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.VTNEntityType' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.VTNTimer' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.CanceledFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.FutureCallbackTask' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.FutureCanceller' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.SettableVTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNThreadPool' import. Should be before 'org.slf4j.LoggerFactory'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.VTNFlowBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.NodeRpcInvocation' import. Should be before 'org.slf4j.LoggerFactory'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.LoggerFactory'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.ReadTxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.TxQueueImpl' import. Should be before 'org.slf4j.LoggerFactory'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.TxSyncFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.VTenantManager' import. Should be before 'org.slf4j.LoggerFactory'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.NotificationPublishService' import. Should be before 'org.slf4j.LoggerFactory'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.NotificationService' import. Should be before 'org.slf4j.LoggerFactory'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.CandidateAlreadyRegisteredException' import. Should be before 'org.slf4j.LoggerFactory'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.Entity' import. Should be before 'org.slf4j.LoggerFactory'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipCandidateRegistration' import. Should be before 'org.slf4j.LoggerFactory'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipListener' import. Should be before 'org.slf4j.LoggerFactory'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipListenerRegistration' import. Should be before 'org.slf4j.LoggerFactory'. | 76 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipService' import. Should be before 'org.slf4j.LoggerFactory'. | 77 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipState' import. Should be before 'org.slf4j.LoggerFactory'. | 78 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.RpcProviderRegistry' import. Should be before 'org.slf4j.LoggerFactory'. | 79 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.Notification' import. Should be before 'org.slf4j.LoggerFactory'. | 81 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.RpcService' import. Should be before 'org.slf4j.LoggerFactory'. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.LoggerFactory'. | 83 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResultBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 84 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId' import. Should be before 'org.slf4j.LoggerFactory'. | 86 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.LoggerFactory'. | 87 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.GetManagerVersionOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 88 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.GetManagerVersionOutputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 89 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.VtnVersionService' import. Should be before 'org.slf4j.LoggerFactory'. | 90 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.get.manager.version.output.BundleVersion' import. Should be before 'org.slf4j.LoggerFactory'. | 91 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.get.manager.version.output.BundleVersionBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 92 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef' import. Should be before 'org.slf4j.LoggerFactory'. | 94 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'master' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 262 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 273 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 277 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 278 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 279 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 281 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 306 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 322 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 354 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 376 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 377 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 378 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 379 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 380 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 383 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 384 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 385 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 455 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 464 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 473 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 481 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 489 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 497 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 516 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 524 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 535 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 546 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 554 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 563 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 574 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 585 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 594 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 603 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 611 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 622 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 638 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 652 |
![]() |
naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 656 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 658 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 658 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 675 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 680 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 692 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 726 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 739 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 754 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 783 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 792 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 815 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.ClearPathMapInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.ClearPathMapOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.ClearPathMapOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.GlobalPathMaps' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.GlobalPathMapsBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnPathMaps' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 136 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 188 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 192 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 208 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 216 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Set'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.ClearPathPolicyOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.ClearPathPolicyOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicies' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPoliciesBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicy' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 86 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 101 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.CompositeTxTask'. | 22 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.RouteResolver' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondReader' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.cond.VTNFlowCondition' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.pathmap.PathMapUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMap' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 89 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 100 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 171 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNSubSystem' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.routing.xml.XmlPathMap' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.CompositeAutoCloseable' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreListener' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.FixedLogger' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.pathmap.PathMapUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.RpcProviderRegistry' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.ClearPathMapInput' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.ClearPathMapOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.GlobalPathMaps' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.GlobalPathMapsBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.RemovePathMapInput' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.RemovePathMapOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapInput' import. Should be before 'org.slf4j.LoggerFactory'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.VtnPathMapService' import. Should be before 'org.slf4j.LoggerFactory'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMap' import. Should be before 'org.slf4j.LoggerFactory'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.LoggerFactory'. | 61 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 104 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 108 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 114 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 120 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 126 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 175 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 198 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 220 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 263 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 276 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 284 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 292 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 303 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '254'. | 306 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 314 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 331 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 340 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 345 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 351 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 361 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 371 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 377 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 416 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 417 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 444 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 445 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 466 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 467 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 60 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 42 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtilsTest.PATH_POLICY_MAX' import. Should be before 'org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtilsTest.PATH_POLICY_MIN'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.routing.xml.XmlPathPolicy'. | 21 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 26 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.routing.xml.XmlPathPolicy' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MultiDataStoreListener' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicies' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPoliciesBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicy' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyKey' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCost' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 105 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 106 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 112 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 118 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 152 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 184 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 209 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 320 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 334 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 344 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 349 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 353 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 387 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 410 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 428 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 437 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 462 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 470 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 478 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 483 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 489 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.flow.remove.PathPolicyFlowRemover'. | 21 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 23 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.commons.collections15.Transformer' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.LinkEdge' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.NodeUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadOnlyTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicies' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicy' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyKey' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCost' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostKey' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortDesc' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 173 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 190 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 191 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 193 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 197 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 262 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 264 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 265 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.DeleteDataTask'. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.TxContext'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.TxContext'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.TxContext'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicies' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicy' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCost' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortDesc' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 61 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 62 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 63 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 64 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 85 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 86 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 87 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 88 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 93 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 94 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.DeleteDataTask'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 115 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 123 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 132 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Mockito.isA' import. Should be before 'org.mockito.Mockito.when'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestVtnPortDesc' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathCostInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathCostInputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathCostOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicies' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.remove.path.cost.output.RemovePathCostResult' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicy' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortDesc' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 58 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 60 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 60 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 108 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 127 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 149 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'policies' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 192 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'path' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 209 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 209 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 210 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 217 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'captor' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 264 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 266 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.RemovePathMapInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.RemovePathMapOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.RemovePathMapOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.remove.path.map.output.RemovePathMapResult' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.remove.path.map.output.RemovePathMapResultBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.DeleteDataTask'. | 21 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 79 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 26 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 35 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 35 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 114 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 121 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 139 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 19 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.PutDataTask'. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.TxContext'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.TxContext'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.TxContext'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicies' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicy' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCost' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortDesc' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 63 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 64 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 65 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 69 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 70 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 71 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 72 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 95 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 96 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 97 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 98 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 101 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 102 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 121 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 123 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.PutDataTask'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 17 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 117 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Mockito.isA' import. Should be before 'org.mockito.Mockito.when'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostInputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicies' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.input.PathCostList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.input.PathCostListBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.output.SetPathCostResult' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicy' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortDesc' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 59 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 109 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 123 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 160 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 162 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 173 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'policies' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 216 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 227 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'path' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 250 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'captor' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 297 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 299 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 317 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.SetPathMapOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.input.PathMapList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.output.SetPathMapResult' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.output.SetPathMapResultBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 105 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 114 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 119 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.PutDataTask'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicy' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateOperationType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 134 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 150 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 175 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 183 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 27 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 69 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 95 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 160). | 116 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 137 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 175 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 179 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 181 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 190 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 196 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'edu.uci.ics.jung.graph.SparseMultigraph' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'edu.uci.ics.jung.graph.util.EdgeType' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'edu.uci.ics.jung.graph.util.Pair' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.commons.collections15.Transformer' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.RouteResolver' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.TimeoutCounter' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.LinkEdge' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.FixedLogger' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLink' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 140 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 157 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 170 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 204 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 382 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 394 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 435 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 462 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.RouteResolver' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNSubSystem' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.CompositeAutoCloseable' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreListener' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.VTNEntityType' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadOnlyTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.RpcProviderRegistry' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.RoutingUpdated' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.RoutingUpdatedBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopology' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.AddedLink' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.AddedLinkBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.RemovedLink' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.RemovedLinkBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLink' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.ClearPathPolicyOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathCostInput' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathCostOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathPolicyInput' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostInput' import. Should be before 'org.slf4j.LoggerFactory'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyInput' import. Should be before 'org.slf4j.LoggerFactory'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicyService' import. Should be before 'org.slf4j.LoggerFactory'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.LoggerFactory'. | 62 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 110 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 123 |
![]() |
naming | ParameterName | Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 184 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 202 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 210 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 217 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 229 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 241 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 249 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 253 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 265 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 277 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 283 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 285 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 289 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 294 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 300 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 310 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 318 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 324 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 356 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 357 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 377 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 399 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 400 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 423 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 424 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.After' import. Should be before 'org.slf4j.Logger'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Before' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.ArgumentCaptor' import. Should be before 'org.slf4j.Logger'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Mock' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.FlowRemover' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.RouteResolver' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxTask' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.remove.AllFlowRemover' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.remove.PathPolicyFlowRemover' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.CompositeAutoCloseable' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.VTNEntityType' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.SettableVTNFuture' import. Should be before 'org.slf4j.Logger'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.LinkEdge' import. Should be before 'org.slf4j.Logger'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.Logger'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.Logger'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener' import. Should be before 'org.slf4j.Logger'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.Logger'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.slf4j.Logger'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener' import. Should be before 'org.slf4j.Logger'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier' import. Should be before 'org.slf4j.Logger'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification' import. Should be before 'org.slf4j.Logger'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadOnlyTransaction' import. Should be before 'org.slf4j.Logger'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.Logger'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.BindingAwareBroker.RpcRegistration' import. Should be before 'org.slf4j.Logger'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.RpcProviderRegistry' import. Should be before 'org.slf4j.Logger'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.ListenerRegistration' import. Should be before 'org.slf4j.Logger'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 76 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.Logger'. | 77 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.RoutingUpdated' import. Should be before 'org.slf4j.Logger'. | 79 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.RoutingUpdatedBuilder' import. Should be before 'org.slf4j.Logger'. | 80 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopology' import. Should be before 'org.slf4j.Logger'. | 81 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopologyBuilder' import. Should be before 'org.slf4j.Logger'. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.AddedLink' import. Should be before 'org.slf4j.Logger'. | 83 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.AddedLinkBuilder' import. Should be before 'org.slf4j.Logger'. | 84 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.RemovedLink' import. Should be before 'org.slf4j.Logger'. | 85 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.RemovedLinkBuilder' import. Should be before 'org.slf4j.Logger'. | 86 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLink' import. Should be before 'org.slf4j.Logger'. | 87 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder' import. Should be before 'org.slf4j.Logger'. | 88 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.ClearPathPolicyOutput' import. Should be before 'org.slf4j.Logger'. | 89 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathCostInput' import. Should be before 'org.slf4j.Logger'. | 90 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathCostInputBuilder' import. Should be before 'org.slf4j.Logger'. | 91 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathCostOutput' import. Should be before 'org.slf4j.Logger'. | 92 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathPolicyInput' import. Should be before 'org.slf4j.Logger'. | 93 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathPolicyInputBuilder' import. Should be before 'org.slf4j.Logger'. | 94 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostInput' import. Should be before 'org.slf4j.Logger'. | 95 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostInputBuilder' import. Should be before 'org.slf4j.Logger'. | 96 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathCostOutput' import. Should be before 'org.slf4j.Logger'. | 97 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyInput' import. Should be before 'org.slf4j.Logger'. | 98 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyInputBuilder' import. Should be before 'org.slf4j.Logger'. | 99 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.SetPathPolicyOutput' import. Should be before 'org.slf4j.Logger'. | 100 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicies' import. Should be before 'org.slf4j.Logger'. | 101 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPoliciesBuilder' import. Should be before 'org.slf4j.Logger'. | 102 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicyService' import. Should be before 'org.slf4j.Logger'. | 103 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.remove.path.cost.output.RemovePathCostResult' import. Should be before 'org.slf4j.Logger'. | 104 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.remove.path.cost.output.RemovePathCostResultBuilder' import. Should be before 'org.slf4j.Logger'. | 105 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.input.PathCostList' import. Should be before 'org.slf4j.Logger'. | 106 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.input.PathCostListBuilder' import. Should be before 'org.slf4j.Logger'. | 107 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.output.SetPathCostResult' import. Should be before 'org.slf4j.Logger'. | 108 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.set.path.cost.output.SetPathCostResultBuilder' import. Should be before 'org.slf4j.Logger'. | 109 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicy' import. Should be before 'org.slf4j.Logger'. | 110 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyBuilder' import. Should be before 'org.slf4j.Logger'. | 111 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortDesc' import. Should be before 'org.slf4j.Logger'. | 112 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateOperationType' import. Should be before 'org.slf4j.Logger'. | 113 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.Logger'. | 114 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.slf4j.Logger'. | 116 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId' import. Should be before 'org.slf4j.Logger'. | 118 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 179 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 182 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 183 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 184 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 192 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 296 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 347 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 426 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 427 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 428 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 429 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 458 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 459 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 460 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 461 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 463 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 464 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 465 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 466 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 496 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 497 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 498 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 499 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 670 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 698 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 699 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 700 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 701 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 704 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 707 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'future' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 709 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'rev' declaration and its first usage is 15, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 753 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 757 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 760 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 763 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'future' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 765 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'rev' declaration and its first usage is 29, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 812 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 820 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 824 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 824 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 829 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 834 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 839 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 844 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 848 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 852 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 855 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'future' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 857 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'rev' declaration and its first usage is 23, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 904 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 922 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 926 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 929 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'future' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 931 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 946 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 946 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'root' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 998 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 998 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1003 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1006 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'future' declaration and its first usage is 12, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1008 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1058 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1085 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1086 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1087 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1148 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1149 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1151 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1168 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1169 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1170 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1175 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1176 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1177 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1178 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '392'. | 1216 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1220 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1255 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1294 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1295 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1296 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1297 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1307 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1308 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1309 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '534'. | 1348 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1353 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'sport32' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1394 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'sport41' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1395 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 108 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 52 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 90 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 109 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 193 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 171 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 179 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 180 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 181 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 209 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 210 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtilsTest.PATH_POLICY_MAX' import. Should be before 'org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtilsTest.PATH_POLICY_MIN'. | 12 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 56 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 59 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 61 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 90 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 145 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 167 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | OperatorWrap | '*' should be on a new line. | 258 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 300 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 301 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 302 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 146 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 154 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 155 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 181 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtilsTest.PATH_POLICY_MAX' import. Should be before 'org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtilsTest.PATH_POLICY_MIN'. | 12 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 92 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 287 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 361 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 115 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 118 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 120 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 121 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 230 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | LocalVariableName | Local variable name 'k' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 118 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '176'. | 196 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 312 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. Should be before 'org.slf4j.Logger'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.Logger'. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.Logger'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.slf4j.Logger'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder' import. Should be before 'org.slf4j.Logger'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.slf4j.Logger'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.Logger'. | 29 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'portPath' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 51 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vport1' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 54 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vport2' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 55 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 89 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 90 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 91 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 21 |
![]() |
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 91 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 61 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 73 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 158 |
![]() |
naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 194 |
![]() |
naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 241 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 250 |
![]() |
naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 268 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 272 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 277 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 295 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowAction' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnDropFilterCase' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnDropFilterCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnPassFilterCase' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnPassFilterCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.drop.filter._case.VtnDropFilterBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.pass.filter._case.VtnPassFilterBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodes' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodesBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnOpenflowVersion' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLinkBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.RemoveVlanMapInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.RemoveVlanMapInputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.RemoveVlanMapOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.RemoveVlanMapOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.remove.vlan.map.output.RemoveVlanMapResult' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.remove.vlan.map.output.RemoveVlanMapResultBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicies' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPoliciesBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicy' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCost' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortDesc' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 72 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 105 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 106 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 152 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 153 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 154 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 156 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 193 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 238 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 239 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 268 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 269 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 270 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 317 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 318 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'pass' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 320 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 320 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 321 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vcond2' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 324 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 325 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 326 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 327 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 331 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 332 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 333 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 337 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 338 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 339 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 343 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 344 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 345 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 349 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 350 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 351 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 361 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 362 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 363 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 364 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 374 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 375 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 376 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 377 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 381 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 382 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 415 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 416 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 417 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 419 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 420 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 421 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 423 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 424 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 425 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 428 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 429 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 430 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 475 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 586 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 613 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 640 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 667 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 676 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 677 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 696 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 705 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 706 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 726 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 735 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 736 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 756 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 769 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 770 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 790 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 803 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 804 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.Logger'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.slf4j.Logger'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeService' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.ListenerRegistration' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodes' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.slf4j.Logger'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.Logger'. | 57 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 77 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 189 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 197 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 207 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 216 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 226 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 235 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 245 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 253 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 266 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 290 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 299 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 335 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 345 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 351 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 401 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 409 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 417 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 444 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 453 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 456 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 484 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 520 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 553 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 554 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 557 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 558 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 559 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 562 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 563 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 564 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 565 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'updated' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 600 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 612 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 688 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 742 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 803 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 860 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 925 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 986 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1049 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1152 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1154 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.concurrent.TimeoutException'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'java.util.concurrent.TimeoutException'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.VTNException'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.VTNException'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.VTNException'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.ReadFailedException' import. Should be before 'org.opendaylight.vtn.manager.VTNException'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.mockito.Mockito'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.mockito.Mockito'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.ReadFailedException' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatch' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowCondition' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 131 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 191 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 243 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 307 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 387 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 390 |
![]() |
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 405 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 407 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 421 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 422 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 426 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. Should be before 'org.slf4j.Logger'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.Logger'. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.Logger'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.slf4j.Logger'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder' import. Should be before 'org.slf4j.Logger'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.slf4j.Logger'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.Logger'. | 29 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'portPath' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 49 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vport' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 51 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableSet' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.Identifiable' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnVlanIdField' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 125 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 153 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 292 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 294 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 310 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 312 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 328 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 330 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 346 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 348 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 570 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 573 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 603 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 614 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 632 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableList' import. Should be before 'java.util.TreeMap'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestMacAddress' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestVlanId' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.Identifiable'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Identifiable'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.Identifiable'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState' import. Should be before 'org.opendaylight.yangtools.yang.binding.Identifiable'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.binding.Identifiable'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.Identifiable'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnVlanIdField' import. Should be before 'org.opendaylight.yangtools.yang.binding.Identifiable'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yangtools.yang.binding.Identifiable'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yangtools.yang.binding.Identifiable'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri' import. Should be before 'org.opendaylight.yangtools.yang.binding.Identifiable'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32' import. Should be before 'org.opendaylight.yangtools.yang.binding.Identifiable'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64' import. Should be before 'org.opendaylight.yangtools.yang.binding.Identifiable'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yangtools.yang.binding.Identifiable'. | 63 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'descriptions' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 102 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 128 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 129 |
![]() |
naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 222 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 332 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 361 |
![]() |
blocks | EmptyBlock | Empty catch block. | 568 |
![]() |
blocks | EmptyBlock | Empty catch block. | 577 |
![]() |
blocks | EmptyBlock | Empty catch block. | 587 |
![]() |
blocks | EmptyBlock | Empty catch block. | 603 |
![]() |
blocks | EmptyBlock | Empty catch block. | 612 |
![]() |
blocks | EmptyBlock | Empty catch block. | 622 |
![]() |
blocks | EmptyBlock | Empty catch block. | 638 |
![]() |
blocks | EmptyBlock | Empty catch block. | 647 |
![]() |
blocks | EmptyBlock | Empty catch block. | 657 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 779 |
![]() |
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 877 |
![]() |
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 888 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 906 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 907 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 908 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 909 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 910 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 911 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 327 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 406 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'javax.annotation.Nonnull'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableSet' import. Should be before 'javax.annotation.Nonnull'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.BridgeStatusBuildHelper' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.VbridgeBuildHelper' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.VinterfaceBuildHelper' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.VterminalBuildHelper' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.VtnBuildHelper' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.VtnTreeBuilder' import. Should be before 'org.slf4j.Logger'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.slf4j.Logger'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.slf4j.Logger'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener' import. Should be before 'org.slf4j.Logger'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeService' import. Should be before 'org.slf4j.Logger'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier' import. Should be before 'org.slf4j.Logger'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification' import. Should be before 'org.slf4j.Logger'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.ListenerRegistration' import. Should be before 'org.slf4j.Logger'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.IdentifiableItem' import. Should be before 'org.slf4j.Logger'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.Item' import. Should be before 'org.slf4j.Logger'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.PathArgument' import. Should be before 'org.slf4j.Logger'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.slf4j.Logger'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfig' import. Should be before 'org.slf4j.Logger'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.slf4j.Logger'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder' import. Should be before 'org.slf4j.Logger'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.slf4j.Logger'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.slf4j.Logger'. | 76 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState' import. Should be before 'org.slf4j.Logger'. | 77 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.Logger'. | 78 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPaths' import. Should be before 'org.slf4j.Logger'. | 79 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPathsKey' import. Should be before 'org.slf4j.Logger'. | 80 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatus' import. Should be before 'org.slf4j.Logger'. | 81 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfig' import. Should be before 'org.slf4j.Logger'. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.slf4j.Logger'. | 83 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey' import. Should be before 'org.slf4j.Logger'. | 84 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatus' import. Should be before 'org.slf4j.Logger'. | 85 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.slf4j.Logger'. | 86 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceKey' import. Should be before 'org.slf4j.Logger'. | 87 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceConfig' import. Should be before 'org.slf4j.Logger'. | 88 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.info.VterminalConfig' import. Should be before 'org.slf4j.Logger'. | 89 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.slf4j.Logger'. | 90 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalKey' import. Should be before 'org.slf4j.Logger'. | 91 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.slf4j.Logger'. | 93 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 214 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 222 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 230 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 238 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 248 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 257 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 269 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 277 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 287 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 295 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 308 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 410 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 567 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 591 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 599 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 634 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 643 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 649 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 670 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 671 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 672 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'created' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 676 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 709 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 716 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 724 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 751 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 759 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 762 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 790 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'notified' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 817 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 821 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 822 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 823 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 833 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 834 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 835 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'wild2' declaration and its first usage is 65, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 839 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'wild3' declaration and its first usage is 64, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 842 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 844 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 846 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 853 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 854 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 855 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 856 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 858 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 859 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 860 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 883 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 884 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 885 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 892 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 893 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 894 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'null2' declaration and its first usage is 54, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 898 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 898 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'null3' declaration and its first usage is 55, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 901 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 901 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 904 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 906 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 913 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 914 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 915 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 916 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 918 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 919 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 920 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 943 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 944 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 945 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vbrKey2' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 948 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'bad1' declaration and its first usage is 36, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 957 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'bad2' declaration and its first usage is 35, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 960 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'bad3' declaration and its first usage is 34, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 963 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 965 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 967 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'newVbr2' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 969 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 969 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 977 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 978 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 979 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 980 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 984 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 985 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 986 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1007 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1079 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1218 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1219 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1220 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1235 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1254 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1325 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'oldTree' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1390 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1420 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1422 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1423 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1424 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1428 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1431 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1432 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1434 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1435 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1438 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1444 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1447 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1448 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1450 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1451 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1478 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1480 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1481 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1482 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1486 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1489 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1490 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1493 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1499 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1500 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1502 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1503 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1505 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1506 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1547 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1549 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1551 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1552 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1553 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1555 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1563 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1565 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1567 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1569 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vbr32stpath' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1576 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1576 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1589 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1591 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1597 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1598 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1600 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1601 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1603 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1605 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1607 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1613 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1614 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1616 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1617 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1621 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1624 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1627 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1630 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1631 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1633 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1637 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1638 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1640 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1641 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1643 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1644 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1645 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1646 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1651 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1654 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1657 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1660 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1661 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1663 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1667 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1668 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1670 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1671 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1673 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1675 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1677 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 172 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 16 |
![]() |
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 127 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 128 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 155 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.Ordered' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Dscp' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetType'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetType'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.EtherType' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetType'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetType'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetType'. | 19 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 368 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 28 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.NotificationService' import. Should be before 'org.slf4j.Logger'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.ListenerRegistration' import. Should be before 'org.slf4j.Logger'. | 27 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 42 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 68 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 101 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 112 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'logger' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 147 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.opendaylight.vtn.manager.internal.TestBase'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowAction' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceInputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceOutputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 58 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 59 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 60 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 69 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 70 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 71 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 88 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 89 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 90 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 117 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 118 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 119 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 127 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 129 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 130 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 131 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 132 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 176 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 177 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 178 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 191 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 196 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 202 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 250 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 270 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 277 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'java.util.Map'. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Date' import. Should be before 'java.util.TimerTask'. | 13 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.slf4j.Logger' import. Should be before 'org.w3c.dom.Node'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.slf4j.LoggerFactory' import. Should be before 'org.w3c.dom.Node'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.FixedLogger' import. Should be before 'org.w3c.dom.Node'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.w3c.dom.Node'. | 32 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'o' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 180 |
![]() |
naming | LocalVariableName | Local variable name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 180 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 250 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 251 |
![]() |
naming | LocalVariableName | Local variable name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 277 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 283 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '300'. | 406 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 485 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'java.util.Set'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlSrcAction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.config.VTNConfigImpl' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.config.ConfigType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 28 |
![]() |
naming | LocalVariableName | Local variable name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
![]() |
naming | LocalVariableName | Local variable name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 |
![]() |
naming | LocalVariableName | Local variable name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 88 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 94 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 153 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 157 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 287 |
![]() |
naming | LocalVariableName | Local variable name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 378 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'value' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 384 |
![]() |
naming | LocalVariableName | Local variable name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 400 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'value' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 406 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ExecutionList' import. Should be before 'java.util.concurrent.TimeoutException'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.OptimisticLockFailedException' import. Should be before 'org.opendaylight.vtn.manager.VTNException'. | 19 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.OptimisticLockFailedException' import. Should be before 'org.opendaylight.vtn.manager.internal.TestBase'. | 20 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.CancellationException' import. Should be before 'java.util.concurrent.TimeUnit'. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | EmptyBlock | Empty catch block. | 44 |
![]() |
blocks | EmptyBlock | Empty catch block. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 96 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 111 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 124 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 177 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 191 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 196 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.junit.experimental.categories.Category'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.SlowTest' import. Should be before 'org.opendaylight.vtn.manager.internal.TestBase'. | 27 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 109 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 117 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 153 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 181 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 209 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 233 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 265 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 291 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 322 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 331 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'java.util.TimerTask'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'java.util.TimerTask'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ListenableFuture' import. Should be before 'java.util.TimerTask'. | 16 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'java.util.TimerTask'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ListenableFuture' import. Should be before 'java.util.TimerTask'. | 19 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 132 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 174 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 183 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 266 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.junit.Test'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.junit.Test'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.OptimisticLockFailedException' import. Should be before 'org.opendaylight.vtn.manager.internal.TestBase'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException' import. Should be before 'org.opendaylight.vtn.manager.internal.TestBase'. | 32 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 117 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 163 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 281 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 337 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 354 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 358 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 366 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 387 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 391 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 399 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 420 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 424 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 432 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 454 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 458 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 466 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 491 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 621 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 648 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 668 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 744 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 751 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 758 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 765 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 798 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 805 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 812 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 819 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cause' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1226 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'bools' declaration and its first usage is 23, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1228 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 122 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 128 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.SlowTest' import. Should be before 'org.opendaylight.vtn.manager.internal.TestBase'. | 19 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 103 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 113 |
![]() |
naming | LocalVariableName | Local variable name 'w' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 134 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 135 |
![]() |
naming | LocalVariableName | Local variable name 'w' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 160 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 161 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'nanoTimeout' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 215 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'joinTimeout' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 217 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 218 |
![]() |
naming | LocalVariableName | Local variable name 'w' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 221 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 222 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'start' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 224 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'java.util.concurrent.TimeUnit'. | 13 |
![]() |
javadoc | SummaryJavadoc | Forbidden summary fragment. | 17 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 38 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ExecutionList' import. Should be before 'java.util.concurrent.FutureTask'. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'java.util.concurrent.TimeUnit'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'java.util.concurrent.TimeUnit'. | 24 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 169 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 170 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 197 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 198 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 227 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 228 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 257 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 258 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 290 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 321 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 443 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 510 |
![]() |
blocks | EmptyBlock | Empty catch block. | 552 |
![]() |
blocks | EmptyBlock | Empty catch block. | 558 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 573 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 147 |
![]() |
coding | NoFinalizer | Avoid using finalizer method. | 362 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 401 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'ch.qos.logback.classic.Level' import. Should be before 'java.util.concurrent.TimeUnit'. | 17 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 |
![]() |
javadoc | AtclauseOrder | At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. | 109 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'task2' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 254 |
![]() |
blocks | EmptyBlock | Empty catch block. | 332 |
![]() |
blocks | EmptyBlock | Empty catch block. | 354 |
![]() |
coding | IllegalCatch | Catching 'Throwable' is not allowed. | 369 |
![]() |
blocks | EmptyBlock | Empty catch block. | 380 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'w' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 |
![]() |
naming | ParameterName | Parameter name 'w' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
![]() |
naming | ParameterName | Parameter name 'w' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.hamcrest.CoreMatchers.instanceOf' import. Should be before 'org.mockito.Mockito.when'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.SettableFuture' import. Should be before 'java.util.concurrent.TimeoutException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.NodeRpcInvocation' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.NodeRpcWatcher' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementationNotAvailableException' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcError' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResultBuilder' import. Should be before 'org.slf4j.Logger'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowInput' import. Should be before 'org.slf4j.Logger'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowOutput' import. Should be before 'org.slf4j.Logger'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService' import. Should be before 'org.slf4j.Logger'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef' import. Should be before 'org.slf4j.Logger'. | 61 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 209 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 264 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 382 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 386 |
![]() |
blocks | EmptyBlock | Empty catch block. | 391 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 445 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 479 |
![]() |
blocks | EmptyBlock | Empty catch block. | 484 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 539 |
![]() |
blocks | EmptyBlock | Empty catch block. | 544 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 564 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 571 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 618 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 619 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 620 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 625 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 647 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 695 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 696 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 697 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 702 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 724 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.commons.lang3.tuple.ImmutablePair' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.commons.lang3.tuple.Pair' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.OrderedComparator' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.FlowActionUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.L2Host' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowAction' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.DataFlowMode' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.input.DataFlowSource' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.output.DataFlowInfoBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.physical.route.info.PhysicalEgressPort' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.physical.route.info.PhysicalEgressPortBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.physical.route.info.PhysicalIngressPort' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.physical.route.info.PhysicalIngressPortBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.common.VirtualRoute' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.common.VirtualRouteBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressNodeBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressPort' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataEgressPortBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressNodeBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressPort' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataIngressPortBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.PhysicalRoute' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.PhysicalRouteBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfo' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsKey' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow' import. Should be before 'org.slf4j.LoggerFactory'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowKey' import. Should be before 'org.slf4j.LoggerFactory'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntry' import. Should be before 'org.slf4j.LoggerFactory'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.slf4j.LoggerFactory'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortLocation' import. Should be before 'org.slf4j.LoggerFactory'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action' import. Should be before 'org.slf4j.LoggerFactory'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.Match' import. Should be before 'org.slf4j.LoggerFactory'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 66 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 454 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 465 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 474 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 476 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 477 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 478 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 498 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 499 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 532 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 544 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 545 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 547 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 549 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 550 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 614 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 615 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 616 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 617 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 688 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 696 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 710 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 720 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 741 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 750 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 756 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 758 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 771 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.OrderedComparator' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntry'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntry'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntry'. | 23 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 90 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 96 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 97 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 98 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 99 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 100 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 101 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 102 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 110 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.List'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlows' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 200 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 201 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 202 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 204 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.FlowStatsHistory' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.FlowStatsHistoryBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntry' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecord' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecordBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetFlowStatisticsInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetFlowStatisticsInputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.Table' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.TableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.FlowKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.FlowStatisticsData' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.flow.statistics.FlowStatistics' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.statistics.types.rev130925.GenericStatistics' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.statistics.types.rev130925.duration.Duration' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 55 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 88 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 102 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 104 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 105 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 106 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 107 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 108 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 123 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 124 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 145 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 147 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 148 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 149 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 264 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 268 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 315 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 328 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlows' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.FlowStatsHistory' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.FlowStatsHistoryBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntry' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecord' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.flow.stats.history.FlowStatsRecordBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetFlowStatisticsInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.Table' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.TableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.FlowKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.FlowStatisticsData' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.flow.statistics.FlowStatistics' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.flow.statistics.FlowStatisticsBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowCookie' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.statistics.types.rev130925.GenericStatistics' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.statistics.types.rev130925.duration.DurationBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 75 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 98 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 99 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 100 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 101 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 102 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 130 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 131 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 132 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 133 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 137 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cookieMask' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 157 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 237 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 238 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 239 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 240 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 312 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 314 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 316 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 320 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 340 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'fsr1' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 356 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 356 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 359 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 365 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 369 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 371 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 376 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 379 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 389 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 411 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 428 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 431 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 435 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 440 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 448 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 464 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 526 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 527 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 528 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 529 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.Logger'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.NumberUtils' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.Logger'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.Logger'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader' import. Should be before 'org.slf4j.Logger'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.Logger'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.Logger'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.FlowIdSet' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlows' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdList' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdListKey' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.MatchFlows' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.MatchFlowsKey' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlows' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlowsKey' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlows' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlowsKey' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlows' import. Should be before 'org.slf4j.Logger'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsKey' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowKey' import. Should be before 'org.slf4j.Logger'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntry' import. Should be before 'org.slf4j.Logger'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTable' import. Should be before 'org.slf4j.Logger'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableKey' import. Should be before 'org.slf4j.Logger'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnFlowTimeoutConfig' import. Should be before 'org.slf4j.Logger'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action' import. Should be before 'org.slf4j.Logger'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.slf4j.Logger'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowId' import. Should be before 'org.slf4j.Logger'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowInput' import. Should be before 'org.slf4j.Logger'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowInputBuilder' import. Should be before 'org.slf4j.Logger'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.FlowTableRef' import. Should be before 'org.slf4j.Logger'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowInputBuilder' import. Should be before 'org.slf4j.Logger'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService' import. Should be before 'org.slf4j.Logger'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.Flow' import. Should be before 'org.slf4j.Logger'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowCookie' import. Should be before 'org.slf4j.Logger'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowModFlags' import. Should be before 'org.slf4j.Logger'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowRef' import. Should be before 'org.slf4j.Logger'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.GenericFlowAttributes' import. Should be before 'org.slf4j.Logger'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.OutputPortValues' import. Should be before 'org.slf4j.Logger'. | 76 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Instructions' import. Should be before 'org.slf4j.Logger'. | 77 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Match' import. Should be before 'org.slf4j.Logger'. | 78 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.slf4j.Logger'. | 79 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.slf4j.Logger'. | 80 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.slf4j.Logger'. | 81 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef' import. Should be before 'org.slf4j.Logger'. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.statistics.types.rev130925.duration.Duration' import. Should be before 'org.slf4j.Logger'. | 83 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri' import. Should be before 'org.slf4j.Logger'. | 85 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 234 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 239 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 247 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 281 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 419 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 420 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 446 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 447 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 448 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 476 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 477 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 478 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 508 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 509 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 510 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 524 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 525 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 526 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 540 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 541 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 542 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 556 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 579 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 580 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 581 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 582 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 583 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 584 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 635 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 648 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 649 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 650 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 651 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 652 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 653 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 654 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 655 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 656 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 657 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 658 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 659 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 660 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 686 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 687 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 688 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 689 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 690 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 691 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 692 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 693 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 763 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 764 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 765 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 766 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 767 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 811 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 818 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 819 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 823 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 824 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 825 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 826 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 827 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 828 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 833 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 834 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 835 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 836 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 837 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 838 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 839 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 914 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 915 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 916 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 928 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 930 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 931 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 944 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 945 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 946 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.Ip4Network' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.NumberUtils' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.SettableVTNFuture' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNActionList' import. Should be before 'org.slf4j.Logger'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNFlowAction' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlDstAction' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlSrcAction' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDscpAction' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDstAction' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetSrcAction' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortDstAction' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortSrcAction' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanPcpAction' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNInet4Match' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch' import. Should be before 'org.slf4j.Logger'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNPortRange' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNUdpMatch' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader' import. Should be before 'org.slf4j.Logger'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.MacVlan' import. Should be before 'org.slf4j.Logger'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.Logger'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.Logger'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.slf4j.Logger'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.Logger'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.Logger'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.Logger'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.Logger'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VtnFlowId' import. Should be before 'org.slf4j.Logger'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlows' import. Should be before 'org.slf4j.Logger'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlowsBuilder' import. Should be before 'org.slf4j.Logger'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdList' import. Should be before 'org.slf4j.Logger'. | 76 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdListBuilder' import. Should be before 'org.slf4j.Logger'. | 77 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.flow.id.set.FlowIdListKey' import. Should be before 'org.slf4j.Logger'. | 78 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.MatchFlows' import. Should be before 'org.slf4j.Logger'. | 79 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.MatchFlowsBuilder' import. Should be before 'org.slf4j.Logger'. | 80 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.MatchFlowsKey' import. Should be before 'org.slf4j.Logger'. | 81 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlows' import. Should be before 'org.slf4j.Logger'. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlowsBuilder' import. Should be before 'org.slf4j.Logger'. | 83 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.NodeFlowsKey' import. Should be before 'org.slf4j.Logger'. | 84 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlows' import. Should be before 'org.slf4j.Logger'. | 85 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlowsBuilder' import. Should be before 'org.slf4j.Logger'. | 86 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.PortFlowsKey' import. Should be before 'org.slf4j.Logger'. | 87 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlows' import. Should be before 'org.slf4j.Logger'. | 88 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsBuilder' import. Should be before 'org.slf4j.Logger'. | 89 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.SourceHostFlowsKey' import. Should be before 'org.slf4j.Logger'. | 90 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlow' import. Should be before 'org.slf4j.Logger'. | 91 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowBuilder' import. Should be before 'org.slf4j.Logger'. | 92 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.tenant.flow.info.VtnDataFlowKey' import. Should be before 'org.slf4j.Logger'. | 93 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntry' import. Should be before 'org.slf4j.Logger'. | 94 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder' import. Should be before 'org.slf4j.Logger'. | 95 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTable' import. Should be before 'org.slf4j.Logger'. | 96 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableBuilder' import. Should be before 'org.slf4j.Logger'. | 97 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.flows.VtnFlowTableKey' import. Should be before 'org.slf4j.Logger'. | 98 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.slf4j.Logger'. | 99 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder' import. Should be before 'org.slf4j.Logger'. | 100 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.Logger'. | 101 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnFlowTimeoutConfig' import. Should be before 'org.slf4j.Logger'. | 102 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.OutputActionCase' import. Should be before 'org.slf4j.Logger'. | 104 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.OutputActionCaseBuilder' import. Should be before 'org.slf4j.Logger'. | 105 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.output.action._case.OutputAction' import. Should be before 'org.slf4j.Logger'. | 106 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.output.action._case.OutputActionBuilder' import. Should be before 'org.slf4j.Logger'. | 107 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action' import. Should be before 'org.slf4j.Logger'. | 108 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.slf4j.Logger'. | 109 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowId' import. Should be before 'org.slf4j.Logger'. | 110 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.FlowBuilder' import. Should be before 'org.slf4j.Logger'. | 111 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowInput' import. Should be before 'org.slf4j.Logger'. | 112 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.FlowTableRef' import. Should be before 'org.slf4j.Logger'. | 113 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowInput' import. Should be before 'org.slf4j.Logger'. | 114 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowInputBuilder' import. Should be before 'org.slf4j.Logger'. | 115 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowOutput' import. Should be before 'org.slf4j.Logger'. | 116 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService' import. Should be before 'org.slf4j.Logger'. | 117 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.Flow' import. Should be before 'org.slf4j.Logger'. | 118 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowCookie' import. Should be before 'org.slf4j.Logger'. | 119 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowModFlags' import. Should be before 'org.slf4j.Logger'. | 120 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowRef' import. Should be before 'org.slf4j.Logger'. | 121 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.GenericFlowAttributes' import. Should be before 'org.slf4j.Logger'. | 122 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.OutputPortValues' import. Should be before 'org.slf4j.Logger'. | 123 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Instructions' import. Should be before 'org.slf4j.Logger'. | 124 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.InstructionsBuilder' import. Should be before 'org.slf4j.Logger'. | 125 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Match' import. Should be before 'org.slf4j.Logger'. | 126 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.slf4j.Logger'. | 127 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.ApplyActionsCase' import. Should be before 'org.slf4j.Logger'. | 128 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.ApplyActionsCaseBuilder' import. Should be before 'org.slf4j.Logger'. | 129 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.apply.actions._case.ApplyActionsBuilder' import. Should be before 'org.slf4j.Logger'. | 130 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.Instruction' import. Should be before 'org.slf4j.Logger'. | 131 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.InstructionBuilder' import. Should be before 'org.slf4j.Logger'. | 132 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.slf4j.Logger'. | 133 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.slf4j.Logger'. | 134 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.statistics.types.rev130925.duration.Duration' import. Should be before 'org.slf4j.Logger'. | 135 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.statistics.types.rev130925.duration.DurationBuilder' import. Should be before 'org.slf4j.Logger'. | 136 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri' import. Should be before 'org.slf4j.Logger'. | 138 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32' import. Should be before 'org.slf4j.Logger'. | 139 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'expected' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 606 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 755 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 760 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 774 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 775 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 776 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 790 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 791 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 792 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 812 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 813 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 814 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 815 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 837 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 838 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 839 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 840 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 861 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 862 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 863 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 864 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 887 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 888 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 889 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 890 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 911 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 912 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 913 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 914 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 937 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 938 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 939 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 940 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 962 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 963 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 964 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 965 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 987 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 988 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 989 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 990 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1016 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1020 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1021 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1022 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1054 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'fref' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1062 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'uri' declaration and its first usage is 21, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1065 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1152 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1153 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1154 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1156 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1157 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1162 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1163 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1166 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1168 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'tref' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1172 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'fref' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1175 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'table' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1254 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1267 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cookie' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1268 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cookieMask' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1269 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1319 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cookie' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1320 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cookieMask' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1321 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'table' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1361 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1396 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1397 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1447 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cookie' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1448 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cookieMask' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1449 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1490 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1491 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1492 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1493 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'tpath' declaration and its first usage is 23, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1544 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1544 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1545 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1546 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1550 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dfKey' declaration and its first usage is 13, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1552 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'condKey' declaration and its first usage is 14, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1553 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1556 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'nodeSet' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1570 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1584 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1595 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1596 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1597 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1598 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1600 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1609 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1610 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1611 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1612 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1613 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1618 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1619 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1620 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1621 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1623 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1634 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1635 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1636 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1637 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1638 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1643 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1644 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1645 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1646 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1648 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1655 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1656 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1657 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1658 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1659 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1662 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1663 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1664 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1665 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1667 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1687 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1688 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1689 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1690 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1691 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1695 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1696 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1697 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1698 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1717 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1718 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1719 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1720 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1721 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1725 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1726 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1727 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1728 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'tpath' declaration and its first usage is 22, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1757 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1757 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1758 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1759 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1763 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dfKey' declaration and its first usage is 12, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1765 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'condKey' declaration and its first usage is 13, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1766 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1769 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'nodeSet' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1783 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1796 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1807 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1808 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1809 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1810 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1812 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1821 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1822 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1823 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1824 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1825 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1830 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1831 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1832 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1833 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1835 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1846 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1847 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1848 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1849 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1850 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1855 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1856 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1857 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1858 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1860 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1867 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1868 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1869 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1870 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1871 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1874 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1875 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1876 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1877 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1879 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1899 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1900 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1901 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1902 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1903 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1907 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1908 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1909 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1910 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1929 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1930 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1931 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1932 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1933 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1937 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1938 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1939 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1940 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1987 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1988 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1989 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1990 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1991 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1995 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1996 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1997 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1998 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2005 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2006 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2007 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2008 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2009 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2013 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2014 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2015 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2016 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2052 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2053 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2054 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2055 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2082 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2083 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2084 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2085 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2151 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2153 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2163 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2165 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2232 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2238 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2248 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2249 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2251 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2261 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2262 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2299 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2309 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2311 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2392 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2393 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2453 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2454 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2473 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2474 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2475 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2481 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2482 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2483 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2484 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2485 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2486 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2487 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2488 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2489 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2490 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2491 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'java.util.concurrent.Future'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetFlowStatisticsInput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetFlowStatisticsOutput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.OpendaylightDirectStatisticsService' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 22 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 41 |
![]() |
naming | ParameterName | Parameter name 'w' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.hamcrest.CoreMatchers.instanceOf' import. Should be before 'org.mockito.Mockito.when'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'java.util.concurrent.TimeoutException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.SettableFuture' import. Should be before 'java.util.concurrent.TimeoutException'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.NodeRpcWatcher' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementationNotAvailableException' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcError' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResultBuilder' import. Should be before 'org.slf4j.Logger'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetFlowStatisticsInput' import. Should be before 'org.slf4j.Logger'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetFlowStatisticsOutput' import. Should be before 'org.slf4j.Logger'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.OpendaylightDirectStatisticsService' import. Should be before 'org.slf4j.Logger'. | 60 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 143 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cause' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 160 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'disconnected' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 161 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 198 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cause' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 215 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'disconnected' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 216 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 262 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'disconnected' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 263 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 365 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 399 |
![]() |
blocks | EmptyBlock | Empty catch block. | 404 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 471 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 478 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 525 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 532 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'disconnected' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 564 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 573 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 574 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 575 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 597 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'disconnected' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 634 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 643 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 644 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 645 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 667 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'w' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowInput' import. Should be before 'org.slf4j.Logger'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowInputBuilder' import. Should be before 'org.slf4j.Logger'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService' import. Should be before 'org.slf4j.Logger'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef' import. Should be before 'org.slf4j.Logger'. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.slf4j.Logger'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.SettableFuture' import. Should be before 'org.slf4j.Logger'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.ArgumentCaptor' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowInput' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowInputBuilder' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowOutput' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowOutputBuilder' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowCookie' import. Should be before 'org.slf4j.Logger'. | 54 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 60 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 60 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 114 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 191 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 192 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 206 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 210 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 304 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 305 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 313 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 343 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.hamcrest.CoreMatchers.instanceOf' import. Should be before 'org.mockito.Mockito.when'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.SettableFuture' import. Should be before 'java.util.concurrent.TimeoutException'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.NodeRpcWatcher' import. Should be before 'org.slf4j.Logger'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementationNotAvailableException' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcError' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResultBuilder' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowInput' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowOutput' import. Should be before 'org.slf4j.Logger'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 131 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 182 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cause' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 199 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'disconnected' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 200 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'disconnected' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 288 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 292 |
![]() |
blocks | EmptyBlock | Empty catch block. | 297 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 348 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 379 |
![]() |
blocks | EmptyBlock | Empty catch block. | 384 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 436 |
![]() |
blocks | EmptyBlock | Empty catch block. | 441 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 495 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 496 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 497 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 502 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 523 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 562 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 563 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 564 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 569 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 590 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 632 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 633 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 634 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 639 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.AbstractVTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.NodeRpcInvocation' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.NodeRpcWatcher' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.FlowCapableTransactionService' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.SendBarrierInput' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.SendBarrierInputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
naming | ParameterName | Parameter name 'w' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 53 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 54 |
![]() |
naming | ParameterName | Parameter name 'w' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 124 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.hamcrest.CoreMatchers.instanceOf' import. Should be before 'org.mockito.Mockito.when'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.SettableFuture' import. Should be before 'java.util.concurrent.TimeoutException'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.NodeRpcWatcher' import. Should be before 'org.slf4j.Logger'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementationNotAvailableException' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcError' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResultBuilder' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.FlowCapableTransactionService' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.SendBarrierInput' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.SendBarrierInputBuilder' import. Should be before 'org.slf4j.Logger'. | 57 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 83 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 145 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cause' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 162 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'disconnected' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 163 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 198 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cause' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 215 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'disconnected' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 216 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'disconnected' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 261 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 307 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 311 |
![]() |
blocks | EmptyBlock | Empty catch block. | 316 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 368 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 400 |
![]() |
blocks | EmptyBlock | Empty catch block. | 405 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 458 |
![]() |
blocks | EmptyBlock | Empty catch block. | 463 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 518 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 519 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 520 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 525 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 546 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 586 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 587 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 588 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 593 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 614 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 658 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 659 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 660 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 665 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 65 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 66 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 143 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 147 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier'. | 32 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 65 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 70 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 123 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 187 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 196 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 207 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 214 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 216 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 233 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 234 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 251 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowCookie' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.vtn.data.flow.fields.VtnFlowEntryBuilder'. | 43 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 195 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 245 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 282 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 320 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 321 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 322 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 349 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 353 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 354 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 355 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 356 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 357 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 358 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 359 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 360 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.InetProtocols' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.VtnOrderedFlowAction' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.VtnAction' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetDlDstActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetDlSrcActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetIcmpCodeActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetIcmpTypeActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetDscpActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetDstActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetSrcActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetPortDstActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetPortSrcActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetVlanPcpActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.DropActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.OutputActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PopVlanActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PushVlanActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetDlDstActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetDlSrcActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwDstActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwSrcActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwTosActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpDstActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpSrcActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetVlanIdActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetVlanPcpActionCase' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'output' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 127 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 131 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 132 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 133 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 137 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 138 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 139 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 140 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 147 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 148 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 149 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 151 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 152 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 153 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 154 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 156 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 163 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 165 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 166 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 170 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 173 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 176 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 177 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 178 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 179 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 180 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 184 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 186 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 187 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 258 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 285 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.Ordered' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.OutputActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PopVlanActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetDlDstActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetVlanIdActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.output.action._case.OutputAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.dl.dst.action._case.SetDlDstAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.vlan.id.action._case.SetVlanIdAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.InstructionList' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.ApplyActionsCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.apply.actions._case.ApplyActions' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.Instruction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 43 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 78 |
![]() |
naming | LocalVariableName | Local variable name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 104 |
![]() |
naming | LocalVariableName | Local variable name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 105 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 175 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 176 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 187 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '74'. | 204 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.OrderedComparator' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.L2Host' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.VtnOrderedFlowAction' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.VtnAction' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetDlDstActionCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetDlSrcActionCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetDstActionCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetInetSrcActionCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowAction' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VlanType' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.Ordered' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.DropActionCase' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.DropActionCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.OutputActionCase' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.OutputActionCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PopPbbActionCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PopVlanActionCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PushVlanActionCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetDlDstActionCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetDlSrcActionCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwDstActionCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwSrcActionCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwTosActionCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpDstActionCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpSrcActionCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetVlanIdActionCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetVlanPcpActionCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.drop.action._case.DropActionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.output.action._case.OutputAction' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.output.action._case.OutputActionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.pop.pbb.action._case.PopPbbActionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.pop.vlan.action._case.PopVlanActionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.push.vlan.action._case.PushVlanActionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.dl.dst.action._case.SetDlDstActionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.dl.src.action._case.SetDlSrcActionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.nw.dst.action._case.SetNwDstActionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.nw.src.action._case.SetNwSrcActionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.nw.tos.action._case.SetNwTosActionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.dst.action._case.SetTpDstActionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.src.action._case.SetTpSrcActionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.vlan.id.action._case.SetVlanIdActionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.vlan.pcp.action._case.SetVlanPcpActionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 76 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 77 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 78 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.Address' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 79 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.InstructionList' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 80 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.InstructionsBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 81 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.ApplyActionsCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.WriteActionsCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 83 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.apply.actions._case.ApplyActionsBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 84 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.Instruction' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 85 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.InstructionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 86 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 87 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 89 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 90 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 91 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 92 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri' import. Should be before 'org.opendaylight.yangtools.yang.binding.Augmentation'. | 94 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 107 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 108 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 109 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 110 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 123 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 124 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 137 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 139 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 140 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 167 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 173 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 174 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 175 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 176 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 188 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 190 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 192 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 193 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 206 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 207 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 209 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 210 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 227 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 228 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 240 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 259 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 260 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 261 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 264 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 277 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 278 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 280 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 281 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 282 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 294 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 295 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 296 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 298 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 299 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 300 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 312 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 313 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 314 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 316 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 317 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 318 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 330 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 331 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 332 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 334 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 335 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 336 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 348 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 349 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 371 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 372 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 393 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 394 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 395 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 408 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 409 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 410 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 423 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 424 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 425 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 438 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 439 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 440 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 454 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 455 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 456 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 469 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 470 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 471 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 484 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 485 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 486 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 499 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 500 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 501 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 515 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 516 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 542 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 543 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 568 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 569 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 570 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 584 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 585 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 586 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 647 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 648 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 649 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 655 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 656 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 657 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 658 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 659 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'act' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 731 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 731 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 732 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 733 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 775 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 776 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 777 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 791 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 792 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 793 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 794 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 795 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 899 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 900 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 908 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 909 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'original' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 937 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 944 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 945 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 946 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 948 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 949 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 950 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1041 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 147). | 1230 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1240 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1300 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1308 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1345 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1350 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1382 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 1400 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1434 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1435 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1437 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'nwSrc' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1531 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'nwDst' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1532 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dscp' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1533 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'portSrc' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1534 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'portDst' declaration and its first usage is 12, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1535 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'icmpType' declaration and its first usage is 14, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1536 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'icmpCode' declaration and its first usage is 16, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1537 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vlanPcp' declaration and its first usage is 18, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1538 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiable'. | 23 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 147 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 179 |
![]() |
naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 195 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 47 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 48 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 49 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 51 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 54 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.OrderedComparator' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 37 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 81 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 106 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 168 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 169 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 170 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 175 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 176 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 177 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 178 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 199 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 200 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 213 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 214 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 215 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'oldVid' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 228 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 229 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 230 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 231 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.VtnDladdrActionFields'. | 28 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 128 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 148 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 176 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 194 |
![]() |
naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 213 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.DropActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.DropActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.drop.action._case.DropAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.drop.action._case.DropActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 24 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 37 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 49 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 58 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 67 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 75 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.DropActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.DropActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PopVlanActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.drop.action._case.DropAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.drop.action._case.DropActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 33 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 64 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 22 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 152 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 173 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.Address' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.VtnIpaddrActionFields'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv4' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.VtnIpaddrActionFields'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv6' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.VtnIpaddrActionFields'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.VtnIpaddrActionFields'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.VtnIpaddrActionFields'. | 34 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 168 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 186 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 204 |
![]() |
naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 223 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.OutputActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.OutputActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.output.action._case.OutputAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.output.action._case.OutputActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 27 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 58 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 59 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 60 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 62 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 63 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 105 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 138 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 148 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.OutputActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.OutputActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PopVlanActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.output.action._case.OutputAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.output.action._case.OutputActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 32 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 95 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 96 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 98 |
![]() |
blocks | EmptyBlock | Empty catch block. | 113 |
![]() |
blocks | EmptyBlock | Empty catch block. | 124 |
![]() |
blocks | EmptyBlock | Empty catch block. | 131 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 151 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 153 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 164 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PopVlanActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PopVlanActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.pop.vlan.action._case.PopVlanAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.pop.vlan.action._case.PopVlanActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 24 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 38 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 50 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 59 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 68 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 76 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.DropActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PopVlanActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PopVlanActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.pop.vlan.action._case.PopVlanAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.pop.vlan.action._case.PopVlanActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 31 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 62 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.VtnPortActionFields'. | 24 |
![]() |
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 |
![]() |
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 116 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 164 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 177 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 195 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VlanType'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PushVlanActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VlanType'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PushVlanActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VlanType'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.push.vlan.action._case.PushVlanAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VlanType'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.push.vlan.action._case.PushVlanActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VlanType'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VlanType'. | 29 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 49 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 51 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 93 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 105 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 117 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 132 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 136 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 154 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 158 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 175 |
![]() |
naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 194 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PopVlanActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PushVlanActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PushVlanActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.push.vlan.action._case.PushVlanAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.push.vlan.action._case.PushVlanActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 36 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 69 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 71 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 74 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 76 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 121 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.EtherHeader' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetDlDstActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetDlDstActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.dl.dst.action._case.SetDlDstAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.dl.dst.action._case.SetDlDstActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 34 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 51 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 53 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 100 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 117 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 128 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 143 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 149 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 160 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '120'. | 163 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.EtherHeader' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetDlDstActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetDlDstActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetDlSrcActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.dl.dst.action._case.SetDlDstAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.dl.dst.action._case.SetDlDstActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 55 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 130 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'mact' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 132 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 132 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 179 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 181 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 183 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 254 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 266 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 278 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 316 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 330 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 332 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 347 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 387 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 414 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 457 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 461 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 463 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 486 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 501 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 523 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 533 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 534 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.EtherHeader' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetDlSrcActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetDlSrcActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.dl.src.action._case.SetDlSrcAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.dl.src.action._case.SetDlSrcActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 34 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 51 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 53 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 100 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 117 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 128 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 143 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 149 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 160 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '120'. | 163 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.EtherHeader' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetDlDstActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetDlSrcActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetDlSrcActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.dl.src.action._case.SetDlSrcAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.dl.src.action._case.SetDlSrcActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 57 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 130 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 132 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'mact' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 181 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 183 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 187 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 248 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 268 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 278 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 280 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 318 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 332 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 334 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 349 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 469 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 496 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 539 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 543 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 545 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 568 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 583 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 605 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 615 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 616 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ProtocolUtils' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.IcmpHeader' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.Layer4Header' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpDstActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpDstActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.dst.action._case.SetTpDstAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.dst.action._case.SetTpDstActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 40 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 67 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 69 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 95 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 132 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 143 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 152 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 174 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 182 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 187 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 193 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 204 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 223 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '169'. | 226 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 230 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 234 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 245 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 265 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpDstActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpDstActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpSrcActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.dst.action._case.SetTpDstAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.dst.action._case.SetTpDstActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 55 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 124 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'mact' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 173 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 191 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 193 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 248 |
![]() |
blocks | EmptyBlock | Empty catch block. | 253 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 262 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 264 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 340 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 342 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 377 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 380 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 463 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 467 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 469 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 485 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 502 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 522 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 523 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ProtocolUtils' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.IcmpHeader' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.Layer4Header' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpSrcActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpSrcActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.src.action._case.SetTpSrcAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.src.action._case.SetTpSrcActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 40 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 67 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 69 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 95 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 132 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 143 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 152 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 174 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 182 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 187 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 193 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 204 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 223 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '169'. | 226 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 230 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 234 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 245 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 265 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpDstActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpSrcActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpSrcActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.src.action._case.SetTpSrcAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.src.action._case.SetTpSrcActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 55 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 124 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'mact' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 173 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 191 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 193 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 247 |
![]() |
blocks | EmptyBlock | Empty catch block. | 252 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 261 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 339 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 341 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 376 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 379 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 462 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 466 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 468 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 484 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 501 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 521 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 522 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwTosActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwTosActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.nw.tos.action._case.SetNwTosAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.nw.tos.action._case.SetNwTosActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Dscp' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 36 |
![]() |
naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 63 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 65 |
![]() |
naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 80 |
![]() |
naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 91 |
![]() |
naming | LocalVariableName | Local variable name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 128 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 130 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 142 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 161 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 176 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 180 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 188 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 198 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 209 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 227 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '164'. | 230 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 234 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 238 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 249 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 269 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestDscp' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwTosActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwTosActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpSrcActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.nw.tos.action._case.SetNwTosAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.nw.tos.action._case.SetNwTosActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Dscp' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 55 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 123 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 127 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'mact' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 129 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 129 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 180 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 196 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 200 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 238 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 239 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 263 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 265 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 286 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 288 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 402 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 405 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 422 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 472 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 476 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 478 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 494 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 511 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 532 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 533 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.InetHeader' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwDstActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwDstActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.nw.dst.action._case.SetNwDstAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.nw.dst.action._case.SetNwDstActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.Address' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 33 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 50 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 52 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 99 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 116 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 127 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 140 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 148 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 165 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '119'. | 168 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 174 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.InetHeader' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwDstActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwDstActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwSrcActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.nw.dst.action._case.SetNwDstAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.nw.dst.action._case.SetNwDstActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.Address' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv4Builder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv6Builder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 59 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 129 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 130 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 132 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 136 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'mact' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 138 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 138 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 184 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 187 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 191 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 193 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 231 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 232 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 253 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 255 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 264 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 266 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 267 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 269 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 270 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 278 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 291 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 296 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 298 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 304 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 306 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 313 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 314 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 317 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 328 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 330 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 364 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 380 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 382 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 427 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 454 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 520 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 524 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 525 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 527 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 529 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 553 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 554 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 569 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 586 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 588 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 589 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 590 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.InetHeader' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwSrcActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwSrcActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.nw.src.action._case.SetNwSrcAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.nw.src.action._case.SetNwSrcActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.Address' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 33 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 50 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 52 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 99 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 116 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 127 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 140 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 148 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 165 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '119'. | 168 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 174 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.InetHeader' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwDstActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwSrcActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetNwSrcActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.nw.src.action._case.SetNwSrcAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.nw.src.action._case.SetNwSrcActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.Address' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv4Builder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv6Builder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 61 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 131 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 132 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 138 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'mact' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 140 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 140 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 186 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 187 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 191 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 193 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 233 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 234 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 255 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 265 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 266 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 268 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 269 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 271 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 272 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 280 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 293 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 298 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 300 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 306 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 308 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 315 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 316 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 319 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 330 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 332 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 366 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 382 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 384 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 459 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 461 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 466 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 468 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 507 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 534 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 600 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 604 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 605 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 607 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 609 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 633 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 634 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 649 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 666 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 668 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 669 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 670 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpDstActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpDstActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.dst.action._case.SetTpDstAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.dst.action._case.SetTpDstActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 33 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 50 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 52 |
![]() |
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
![]() |
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 114 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 125 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 133 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 138 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 140 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 146 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 165 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '117'. | 168 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 174 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestPortNumber' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpDstActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpDstActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpSrcActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.dst.action._case.SetTpDstAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.dst.action._case.SetTpDstActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 55 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 123 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 127 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'mact' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 129 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 129 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 181 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 199 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 201 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 239 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 240 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 286 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 288 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 368 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 371 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 388 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 458 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 462 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 464 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 480 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 497 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 517 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 518 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpSrcActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpSrcActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.src.action._case.SetTpSrcAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.src.action._case.SetTpSrcActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 33 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 50 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 52 |
![]() |
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
![]() |
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 114 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 125 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 133 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 138 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 140 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 146 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 165 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '117'. | 168 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 174 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestPortNumber' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpDstActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpSrcActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpSrcActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.src.action._case.SetTpSrcAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.src.action._case.SetTpSrcActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 57 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 127 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 129 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'mact' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 131 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 131 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 183 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 199 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 201 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 265 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 277 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 278 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 288 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 290 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 382 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 384 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 389 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 391 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 430 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 433 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 450 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 520 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 524 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 526 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 542 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 559 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 579 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 580 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetVlanIdActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetVlanIdActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.vlan.id.action._case.SetVlanIdAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.vlan.id.action._case.SetVlanIdActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 29 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 48 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 50 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 80 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 98 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 115 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 123 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 130 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 134 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PushVlanActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetVlanIdActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetVlanIdActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.vlan.id.action._case.SetVlanIdAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.vlan.id.action._case.SetVlanIdActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 36 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 71 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 73 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 75 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 77 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 133 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetVlanPcpActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetVlanPcpActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.vlan.pcp.action._case.SetVlanPcpAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.vlan.pcp.action._case.SetVlanPcpActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder'. | 36 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 64 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 66 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 143 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 161 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 174 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 178 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 187 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 192 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 198 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 209 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 220 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '164'. | 223 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 226 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 230 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 240 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 260 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestVlanPcp' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetTpDstActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetVlanPcpActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetVlanPcpActionCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.vlan.pcp.action._case.SetVlanPcpAction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.vlan.pcp.action._case.SetVlanPcpActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 53 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 118 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 120 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'mact' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 124 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 124 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 175 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 192 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 233 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 234 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 270 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 271 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 281 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 283 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 360 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 362 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 364 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 366 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 400 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 402 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 405 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 422 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 426 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 463 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 467 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 469 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 485 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 502 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 523 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 524 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditions' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatch' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowCondition' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 176 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 204 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'java.util.Map'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowCondition' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.TestBase'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.TestBase'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatch' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowCondition' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 70 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 85 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Set'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditions' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatch' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowCondition' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 162 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 163 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 207 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 284 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '130'. | 318 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditions' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditionsBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatch' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatchKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowCondition' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 66 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 81 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 82 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 145 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 153 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 154 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
![]() |
misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 312 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 397 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 398 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 402 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 403 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 404 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 493 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 521 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 538 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 551 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 592 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 606 |
![]() |
misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 647 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 660 |
![]() |
misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 731 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 744 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 771 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 157 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 167 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 175 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.VTNIdentifiable' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchContext' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.SetFlowConditionInputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowCondConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditions' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.cond.config.VtnFlowMatch' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowCondition' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionKey' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 200 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 208 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 229 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 265 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 298 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 299 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 390 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 399 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.EtherHeader' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.DataGenerator' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestVnodeName' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.EtherMatchParams' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.IcmpMatchParams' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.Inet4MatchParams' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.TcpMatchParams' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.TestMatchContext' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.UdpMatchParams' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 49 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 81 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 133 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 238 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 240 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 259 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 279 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 330 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'xn' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 372 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 373 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 404 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'empty' declaration and its first usage is 14, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 406 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 418 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 426 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 427 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 446 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 447 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 454 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 455 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 456 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 457 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 458 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 468 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 473 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 474 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 482 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 483 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 484 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 489 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 499 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 500 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 502 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 503 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 505 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 506 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 528 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 531 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 533 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 539 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 577 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiable'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNInetMatch' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiable'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNLayer4Match' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiable'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiable'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiable'. | 25 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 82 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 107 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 148 |
![]() |
naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 167 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatchTest' import. Should be before 'org.opendaylight.vtn.manager.util.VTNIdentifiableComparator'. | 34 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 167 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 185 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 91 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '90'. | 171 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 214 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 217 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 243 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 104 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 108 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier'. | 25 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 98 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 151 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 52 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 96 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 137 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 138 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 139 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 140 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'drop16' declaration and its first usage is 15, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 145 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 147 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'drop4' declaration and its first usage is 14, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 174 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 175 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 176 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 177 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'pass115' declaration and its first usage is 12, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 180 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 182 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 183 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 184 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 186 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'pass3' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 214 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 215 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 216 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 217 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 219 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 220 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'redirect19' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 228 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 230 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 231 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 232 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 233 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 235 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 236 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 237 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 238 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 239 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 313 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 314 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 315 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 334 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 335 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 339 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 340 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 341 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 342 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 346 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 347 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 348 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 349 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 353 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 354 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 356 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 357 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 358 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 359 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 363 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 364 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 365 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 366 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 370 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 372 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 373 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 374 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 375 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 377 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 378 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 379 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 380 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 384 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 386 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 387 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 388 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 389 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 391 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 392 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 393 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 394 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 422 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 423 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 427 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 428 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 429 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 430 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 452 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 453 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 454 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 455 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 456 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 460 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 461 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 463 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 464 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 465 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 466 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 475 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 476 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 477 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 478 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 479 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 483 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 485 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 486 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 487 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 488 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 490 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 491 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 492 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 493 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 497 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 499 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 500 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 501 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 502 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 510 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 511 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 512 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 513 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 514 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 525 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ffl1' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 528 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 552 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 553 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 554 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 559 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 560 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 561 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 566 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 567 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 568 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 569 |
![]() |
naming | LocalVariableName | Local variable name 'x' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 574 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 591 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 592 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 593 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 594 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 595 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 596 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 597 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 598 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 599 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 600 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 601 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 602 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 603 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 609 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 610 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 611 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 612 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 613 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 614 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 615 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 616 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 617 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 618 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 619 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 620 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 621 |
![]() |
naming | LocalVariableName | Local variable name 'x' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 626 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 641 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 642 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 643 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 644 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 645 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 646 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 647 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnDropFilterCase' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnDropFilterCaseBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.drop.filter._case.VtnDropFilterBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 113 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 120 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 121 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.Ip4Network' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlDstAction' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlSrcAction' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpCodeAction' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpTypeAction' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDscpAction' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDstAction' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetSrcAction' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortDstAction' import. Should be before 'org.slf4j.Logger'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortSrcAction' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanPcpAction' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.slf4j.Logger'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.Logger'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.slf4j.Logger'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.slf4j.Logger'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.slf4j.Logger'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowAction' import. Should be before 'org.slf4j.Logger'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder' import. Should be before 'org.slf4j.Logger'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterConfig' import. Should be before 'org.slf4j.Logger'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.slf4j.Logger'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder' import. Should be before 'org.slf4j.Logger'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.VtnFlowFilterType' import. Should be before 'org.slf4j.Logger'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnDropFilterCase' import. Should be before 'org.slf4j.Logger'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnDropFilterCaseBuilder' import. Should be before 'org.slf4j.Logger'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.drop.filter._case.VtnDropFilterBuilder' import. Should be before 'org.slf4j.Logger'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.slf4j.Logger'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.Logger'. | 75 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 163 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 173 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 174 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 186 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 187 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 188 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 200 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 201 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 202 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 204 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vcond' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 218 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 227 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 232 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 233 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 234 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 250 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 251 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 252 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 264 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 265 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 296 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 297 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 298 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 330 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 331 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'conditions' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 353 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dlDst' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 359 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'nwSrc' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 360 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'nwDst' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 361 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 394 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 395 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 397 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 398 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 400 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 401 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 402 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 403 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 404 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 406 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 407 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 408 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 409 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 410 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 428 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 429 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 431 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 432 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 433 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 434 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'nwSrc' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 460 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'nwDst' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 461 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 489 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 490 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 517 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 518 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 519 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 520 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 521 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 522 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 523 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 524 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 525 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 526 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 527 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 528 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 529 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 530 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 531 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 532 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 533 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 534 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 535 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 536 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 537 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 538 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 539 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 540 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 541 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 542 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 543 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 544 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 545 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 546 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 547 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 548 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 549 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 550 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 574 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 581 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 582 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 583 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 584 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 585 |
![]() |
naming | LocalVariableName | Local variable name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 588 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 625 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 626 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 631 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 632 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 633 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 634 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 635 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 636 |
![]() |
naming | LocalVariableName | Local variable name 'x' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 642 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 661 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 662 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 663 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 681 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 682 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 683 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 684 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 685 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 686 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 687 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 688 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 689 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 690 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 691 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 692 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 693 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 699 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 700 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 701 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 702 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 703 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 704 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 705 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableSet' import. Should be before 'org.slf4j.Logger'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.VTNIdentifiable' import. Should be before 'org.slf4j.Logger'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.Logger'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.FlowActionConverter' import. Should be before 'org.slf4j.Logger'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlDstAction' import. Should be before 'org.slf4j.Logger'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlSrcAction' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpCodeAction' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpTypeAction' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDscpAction' import. Should be before 'org.slf4j.Logger'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDstAction' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetSrcAction' import. Should be before 'org.slf4j.Logger'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortDstAction' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortSrcAction' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanPcpAction' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondUtils' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.cond.VTNFlowCondition' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.UnsupportedPacketException' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.PathArgument' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowAction' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterConfig' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.slf4j.Logger'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder' import. Should be before 'org.slf4j.Logger'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.VtnFlowFilterType' import. Should be before 'org.slf4j.Logger'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnDropFilterCase' import. Should be before 'org.slf4j.Logger'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnPassFilterCase' import. Should be before 'org.slf4j.Logger'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnRedirectFilterCase' import. Should be before 'org.slf4j.Logger'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.slf4j.Logger'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeOutputFilter' import. Should be before 'org.slf4j.Logger'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceOutputFilter' import. Should be before 'org.slf4j.Logger'. | 65 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 121 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 123 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 290 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 291 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 292 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 293 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 294 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 452 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 507 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 569 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 573 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 574 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIfIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlDstActionTest' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlSrcActionTest' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpCodeActionTest' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpTypeActionTest' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDscpActionTest' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDstActionTest' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetSrcActionTest' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortDstActionTest' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortSrcActionTest' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanPcpActionTest' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowAction' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnDropFilterCase' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnDropFilterCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnPassFilterCase' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnPassFilterCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnRedirectFilterCase' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnRedirectFilterCaseBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.drop.filter._case.VtnDropFilterBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.pass.filter._case.VtnPassFilterBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.redirect.filter._case.VtnRedirectFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.redirect.filter._case.VtnRedirectFilterBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestination' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestinationBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnInputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeInputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeOutputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 76 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 77 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 78 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 79 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 80 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceInputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 81 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceOutputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 83 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 84 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 107 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 109 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 115 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 117 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 119 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 121 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 123 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 127 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 145 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 168 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 182 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 200 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 201 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 206 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 209 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 213 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 215 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 216 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 230 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 231 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 233 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 234 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 236 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 237 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vbname' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 244 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'viname' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 247 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 248 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 250 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 251 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 253 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 254 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 268 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 269 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 270 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 272 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 273 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 274 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 277 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 279 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 280 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 288 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 289 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 291 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 292 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 293 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 295 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 296 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 298 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 299 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 343 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 344 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 367 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 368 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 370 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 371 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 372 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 373 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 374 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 380 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 381 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 383 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 384 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 385 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 386 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 395 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 397 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 401 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 402 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 403 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 405 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 406 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 407 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 408 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 447 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 448 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 462 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 463 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 464 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 465 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 471 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'conditions' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 493 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 517 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 518 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 520 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 521 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 528 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 529 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 530 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 531 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 532 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 539 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 540 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 541 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 542 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 543 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 554 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 555 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 556 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 559 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 560 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 562 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 563 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 564 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 565 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 566 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnPassFilterCase' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnPassFilterCaseBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.pass.filter._case.VtnPassFilterBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 83 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 90 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 91 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.Ip4Network' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlDstAction' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlSrcAction' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpCodeAction' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpTypeAction' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDscpAction' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDstAction' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetSrcAction' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortDstAction' import. Should be before 'org.slf4j.Logger'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortSrcAction' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanPcpAction' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.slf4j.Logger'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.Logger'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.slf4j.Logger'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.slf4j.Logger'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.slf4j.Logger'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowAction' import. Should be before 'org.slf4j.Logger'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder' import. Should be before 'org.slf4j.Logger'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterConfig' import. Should be before 'org.slf4j.Logger'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.slf4j.Logger'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder' import. Should be before 'org.slf4j.Logger'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.VtnFlowFilterType' import. Should be before 'org.slf4j.Logger'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnPassFilterCase' import. Should be before 'org.slf4j.Logger'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnPassFilterCaseBuilder' import. Should be before 'org.slf4j.Logger'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.pass.filter._case.VtnPassFilterBuilder' import. Should be before 'org.slf4j.Logger'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.slf4j.Logger'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.Logger'. | 75 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 163 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 173 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 174 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 186 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 187 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 188 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 200 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 201 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 202 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 204 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vcond' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 218 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 227 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 232 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 233 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 234 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 250 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 251 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 252 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 264 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 265 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 296 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 297 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 298 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 330 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 331 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'conditions' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 353 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dlDst' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 359 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'nwSrc' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 360 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'nwDst' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 361 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 394 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 395 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 397 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 398 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 400 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 401 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 402 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 403 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 404 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 406 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 407 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 408 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 409 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 410 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 428 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 429 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 431 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 432 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 433 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 434 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'nwSrc' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 460 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'nwDst' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 461 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 489 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 490 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 517 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 518 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 519 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 520 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 521 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 522 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 523 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 524 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 525 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 526 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 527 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 528 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 529 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 530 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 531 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 532 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 533 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 534 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 535 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 536 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 537 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 538 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 539 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 540 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 541 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 542 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 543 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 544 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 545 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 546 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 547 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 548 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 549 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 550 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 574 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 581 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 582 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 583 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 584 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 585 |
![]() |
naming | LocalVariableName | Local variable name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 588 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 625 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 626 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 631 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 632 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 633 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 634 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 635 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 636 |
![]() |
naming | LocalVariableName | Local variable name 'x' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 642 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 661 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 662 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 663 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 681 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 682 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 683 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 684 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 685 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 686 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 687 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 688 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 689 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 690 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 691 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 692 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 693 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 699 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 700 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 701 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 702 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 703 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 704 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 705 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils.LOG_SEPARATOR' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils.HASH_PRIME'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIfIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeType' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnRedirectFilterCase' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnRedirectFilterCaseBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.redirect.filter._case.VtnRedirectFilter' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.redirect.filter._case.VtnRedirectFilterBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestination' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 102 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 146 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 201 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 209 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 210 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 213 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 217 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 240 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 245 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 264 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 268 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 282 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.Ip4Network' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlDstAction' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlSrcAction' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpCodeAction' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpTypeAction' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDscpAction' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDstAction' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetSrcAction' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortDstAction' import. Should be before 'org.slf4j.Logger'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetPortSrcAction' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanPcpAction' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.slf4j.Logger'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.Logger'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier' import. Should be before 'org.slf4j.Logger'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIfIdentifier' import. Should be before 'org.slf4j.Logger'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier' import. Should be before 'org.slf4j.Logger'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.slf4j.Logger'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier' import. Should be before 'org.slf4j.Logger'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIdentifier' import. Should be before 'org.slf4j.Logger'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier' import. Should be before 'org.slf4j.Logger'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.slf4j.Logger'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.slf4j.Logger'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIfIdentifierTest' import. Should be before 'org.slf4j.Logger'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifierTest' import. Should be before 'org.slf4j.Logger'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowAction' import. Should be before 'org.slf4j.Logger'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowActionBuilder' import. Should be before 'org.slf4j.Logger'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterConfig' import. Should be before 'org.slf4j.Logger'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.slf4j.Logger'. | 76 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder' import. Should be before 'org.slf4j.Logger'. | 77 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.VtnFlowFilterType' import. Should be before 'org.slf4j.Logger'. | 78 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnRedirectFilterCase' import. Should be before 'org.slf4j.Logger'. | 79 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.VtnRedirectFilterCaseBuilder' import. Should be before 'org.slf4j.Logger'. | 80 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.redirect.filter._case.VtnRedirectFilter' import. Should be before 'org.slf4j.Logger'. | 81 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.type.fields.vtn.flow.filter.type.vtn.redirect.filter._case.VtnRedirectFilterBuilder' import. Should be before 'org.slf4j.Logger'. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestination' import. Should be before 'org.slf4j.Logger'. | 83 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestinationBuilder' import. Should be before 'org.slf4j.Logger'. | 84 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.slf4j.Logger'. | 85 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.Logger'. | 86 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 209 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 210 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 213 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 214 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 218 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 219 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 220 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 230 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 239 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 240 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 249 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 250 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 259 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 260 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 271 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 272 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 273 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 274 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 277 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 278 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vcond' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 295 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 297 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 298 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 299 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 301 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 302 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 303 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 305 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 306 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 310 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 315 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 320 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 321 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 322 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 327 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 328 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 330 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 331 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 332 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 339 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 340 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 341 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 348 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 349 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 350 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 361 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 362 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 363 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 394 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 395 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 396 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 428 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 429 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 478 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 479 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 481 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 482 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 484 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 485 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 486 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 487 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 513 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 514 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 515 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'conditions' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 546 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dlSrc' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 561 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dlDst' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 562 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'nwSrc' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 563 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'nwDst' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 564 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 601 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 602 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 603 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 606 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 607 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 608 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 611 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 612 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 615 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 616 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 619 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 620 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 621 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 622 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 623 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 625 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 626 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 627 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 628 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 629 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 630 |
![]() |
whitespace | OperatorWrap | '*' should be on a new line. | 639 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 651 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 652 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 653 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 655 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 656 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 658 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 659 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 661 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 662 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 663 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 664 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dlSrc' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 699 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dlDst' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 700 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 757 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 758 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 759 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 760 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 761 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 762 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 763 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 764 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 765 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 766 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 767 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 768 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 769 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 770 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 771 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 772 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 773 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 774 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 775 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 776 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 777 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 778 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 779 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 780 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 781 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 782 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 783 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 784 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 785 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 786 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 787 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 788 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 789 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 790 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 791 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 792 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 793 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 794 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 818 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 829 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 830 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 831 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 834 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 835 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 838 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 839 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 840 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 841 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 842 |
![]() |
naming | LocalVariableName | Local variable name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 846 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 864 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 891 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 892 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 897 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 898 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 899 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 904 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 905 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 906 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 907 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 908 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 913 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 914 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 915 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 916 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 917 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 923 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 924 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 925 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 926 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 927 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 931 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 932 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 933 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 934 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 935 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 940 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 941 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 942 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 943 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 944 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 945 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 946 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 947 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 948 |
![]() |
naming | LocalVariableName | Local variable name 'x' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 954 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 973 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 974 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 975 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 976 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 977 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 978 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 996 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 997 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 998 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 999 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1000 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1001 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1002 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1003 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1004 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1005 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1006 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1007 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1008 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1009 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1010 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1011 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1017 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1018 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1019 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1020 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1021 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1022 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1023 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.EtherHeader' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetDestination' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetSource' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetType' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.EthernetMatch' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.VlanMatch' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.EtherType' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 31 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 370 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 376 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 384 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '82'. | 387 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 392 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 400 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '105'. | 403 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 408 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 416 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 424 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '138'. | 427 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 432 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 440 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '160'. | 443 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 448 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.EnumSet' import. Should be before 'java.util.Set'. | 12 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 27 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 70 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 71 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 72 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 73 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 75 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 76 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.VlanMatch'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.VlanMatch'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.VlanMatch'. | 23 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.L2Host' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.vlan.match.fields.VlanIdBuilder'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.vlan.match.fields.VlanIdBuilder'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.vlan.match.fields.VlanIdBuilder'. | 33 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 51 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 53 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 67 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vid' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 79 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 86 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 162 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 179 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.IcmpHeader' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnIcmpMatchBuilder'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.Icmpv4Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnIcmpMatchBuilder'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpVersion' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnIcmpMatchBuilder'. | 26 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 141 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 149 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 157 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 165 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 175 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 180 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 181 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 182 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 186 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 194 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 202 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 218 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 226 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 239 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 275 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 303 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 314 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.InetHeader' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.IpMatch' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.Layer3Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.layer._3.match.Ipv4Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Dscp' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder'. | 30 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 399 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 456 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 464 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 472 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '93'. | 475 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 481 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 489 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '123'. | 492 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 498 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 506 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 514 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '167'. | 517 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 522 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.packet.Layer4Header'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.packet.Layer4Header'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnLayer4Match'. | 18 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.packet.Layer4PortHeader'. | 13 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 244 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 260 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 270 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 278 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 286 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 294 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.EtherHeader' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.InetHeader' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.Layer4Header' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.PacketHeader' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataFlowMatchBuilder'. | 33 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 73 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 74 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 75 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 80 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 81 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 82 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 83 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 84 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 101 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 105 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 106 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 108 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 109 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 110 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 115 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 117 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 118 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 119 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 121 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 123 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 139 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 145 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 149 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 151 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 152 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 154 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 156 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 158 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 159 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 161 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 163 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 165 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 166 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 167 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 169 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 170 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 174 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 186 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 190 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 193 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 200 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 202 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 207 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 209 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 214 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 230 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 231 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 234 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 238 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 239 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 247 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 248 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 250 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 252 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 253 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 254 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 259 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 261 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 413 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 414 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 415 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 426 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 427 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 428 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 429 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 556 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 564 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 572 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 580 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpSourceRangeBuilder'. | 22 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 147 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 148 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 173 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 209 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 225 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.TcpHeader' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.tcp.match.fields.TcpSourceRange'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.Layer4Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.tcp.match.fields.TcpSourceRange'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.layer._4.match.TcpMatch' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.tcp.match.fields.TcpSourceRange'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpVersion' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.tcp.match.fields.TcpSourceRange'. | 27 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 37 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 48 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 60 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 68 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 189 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 225 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 253 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.packet.Layer4Header'. | 18 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 119 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 127 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 135 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 143 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 153 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 161 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.UdpHeader' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpSourceRange'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.Layer4Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpSourceRange'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.layer._4.match.UdpMatch' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpSourceRange'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpVersion' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpSourceRange'. | 27 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 37 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 48 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 60 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 68 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 191 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 227 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 255 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ProtocolUtils' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.EtherHeader' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.EthernetMatchFields' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.MacAddressFilter' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.VlanMatchFields' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetDestination' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetDestinationBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetSource' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetSourceBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetType' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetTypeBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.EthernetMatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.VlanMatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.vlan.match.fields.VlanIdBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.EtherType' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 47 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 247 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 248 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 317 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 319 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 323 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 328 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 341 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 391 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 397 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 403 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 409 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 415 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 479 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 500 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 517 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 530 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 535 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '100'. | 568 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 595 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 608 |
![]() |
whitespace | OperatorWrap | '!=' should be on a new line. | 624 |
![]() |
whitespace | OperatorWrap | '!=' should be on a new line. | 633 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 680 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 689 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.hamcrest.CoreMatchers' import. Should be before 'org.junit.Test'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.hamcrest.Matcher' import. Should be before 'org.junit.Test'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.EtherHeader' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestEtherType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestMacAddress' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestVlanId' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestVlanPcp' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.EthernetMatchFields' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.VlanMatchFields' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetDestination' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetDestinationBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetSource' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetSourceBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.EthernetMatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.VlanMatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.vlan.match.fields.VlanIdBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.EtherType' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 65 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 144 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 151 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 152 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 201 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 337 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 339 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 412 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 442 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 476 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 477 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 480 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 481 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 523 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 525 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 526 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 529 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 531 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 532 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 572 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 594 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 614 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 632 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 680 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 702 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 763 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 764 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 765 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 766 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 767 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 775 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 782 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 789 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 796 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 803 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 804 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ProtocolUtils' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.IcmpHeader' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.Layer4Header' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnIcmpMatchBuilder'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.Icmpv4MatchFields' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnIcmpMatchBuilder'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.Icmpv4MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnIcmpMatchBuilder'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpVersion' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnIcmpMatchBuilder'. | 33 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 182 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 259 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 287 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 296 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 302 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 307 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 324 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 333 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 28 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 146 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 186 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 234 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 285 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 287 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnInetMatchFields'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.IpMatchFields' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnInetMatchFields'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.Ipv4MatchFields' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnInetMatchFields'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.layer._3.match.Ipv4MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnInetMatchFields'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnInetMatchFields'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpVersion' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnInetMatchFields'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnInetMatchFields'. | 31 |
![]() |
naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 143 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 165 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 178 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 193 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 201 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.hamcrest.CoreMatchers' import. Should be before 'org.junit.Test'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.hamcrest.Matcher' import. Should be before 'org.junit.Test'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestDscp' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestIpv4Prefix' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.IpMatchFields' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.Ipv4MatchFields' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.IpMatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.layer._3.match.ArpMatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.layer._3.match.Ipv4Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.layer._3.match.Ipv4MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 55 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 132 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 454 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 474 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 516 |
![]() |
whitespace | OperatorWrap | '*' should be on a new line. | 541 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 571 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 578 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 579 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 580 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 581 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 590 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 598 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 606 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 614 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ProtocolUtils' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.InetHeader' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.IpMatchFields' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.Ipv4MatchFields' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.IpMatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.Layer3Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Dscp' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpVersion' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder'. | 41 |
![]() |
naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 156 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 249 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 253 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 254 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 366 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 372 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 378 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 384 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 410 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 453 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 481 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '107'. | 512 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 575 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 584 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 585 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 586 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnLayer4Match'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.Icmpv4MatchFields' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnLayer4Match'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnLayer4Match'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.TcpMatchFields' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnLayer4Match'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.UdpMatchFields' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnLayer4Match'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.Layer4Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnLayer4Match'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpVersion' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnLayer4Match'. | 30 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.Layer4Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnPortRange'. | 25 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 152 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 165 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 196 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 216 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 233 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 242 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataFlowMatchBuilder'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataFlowMatchBuilder'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpVersion' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.vtn.data.flow.info.DataFlowMatchBuilder'. | 32 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 238 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 239 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 242 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 293 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 398 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 407 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 408 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.EtherHeader' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.IcmpHeader' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.InetHeader' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.Layer4Header' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.TcpHeader' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.UdpHeader' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.DataGenerator' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 47 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 120 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 127 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 130 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 131 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 133 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 160 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 162 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 163 |
![]() |
whitespace | OperatorWrap | '*' should be on a new line. | 283 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 297 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 322 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 325 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 326 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 336 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 337 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 346 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 347 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 357 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 377 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 379 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 380 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 381 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 382 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 383 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 384 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 385 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 386 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 390 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 391 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 392 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 393 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 394 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 395 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 396 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 397 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 401 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 402 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 403 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 404 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 405 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 406 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 407 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 408 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 412 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 413 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 414 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 415 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 416 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 420 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 421 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 422 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 423 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 424 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 425 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 426 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 427 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 440 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 441 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 442 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 443 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 444 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 450 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 451 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 452 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 453 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 454 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 455 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 462 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 463 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 464 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 465 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 466 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 467 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherSrc' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 507 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherDst' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 509 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherType' declaration and its first usage is 15, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 511 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherVlan' declaration and its first usage is 20, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 512 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherPcp' declaration and its first usage is 26, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 513 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 516 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 517 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 518 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 519 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 529 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 542 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 549 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 565 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 566 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 575 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherSrc' declaration and its first usage is 13, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 599 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherDst' declaration and its first usage is 18, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 601 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherVlan' declaration and its first usage is 23, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 604 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherPcp' declaration and its first usage is 29, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 605 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 608 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 609 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 610 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 611 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 625 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 626 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 629 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 630 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 631 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 645 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherIpSrc' declaration and its first usage is 27, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 653 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherIpDst' declaration and its first usage is 32, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 656 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherIpProto' declaration and its first usage is 38, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 658 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherIpDscp' declaration and its first usage is 44, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 659 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 661 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 675 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 684 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 693 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherSrc' declaration and its first usage is 17, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 766 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherDst' declaration and its first usage is 22, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 768 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherVlan' declaration and its first usage is 27, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 771 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherPcp' declaration and its first usage is 33, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 772 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 775 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 776 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 777 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 778 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 792 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 793 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 796 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 798 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 799 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 800 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 801 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 816 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 849 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 861 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 873 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 883 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 884 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 885 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 886 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 887 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 888 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherIpSrc' declaration and its first usage is 29, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 901 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherIpDst' declaration and its first usage is 34, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 904 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'anotherIpDscp' declaration and its first usage is 40, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 907 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 911 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 912 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 926 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 935 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 945 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1011 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1014 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnPortRange'. | 23 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 253 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 262 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestPortNumber' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 36 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 59 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 61 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'pto' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 98 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 200 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 215 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 294 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 321 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 327 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 334 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 335 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 347 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 354 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 355 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 390 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 391 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 400 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 407 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 408 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.TcpHeader' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.layer._4.match.TcpMatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.tcp.match.fields.TcpSourceRangeBuilder'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.tcp.match.fields.TcpSourceRangeBuilder'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.TcpMatchFields' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.tcp.match.fields.TcpSourceRangeBuilder'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpVersion' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.tcp.match.fields.TcpSourceRangeBuilder'. | 30 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 147 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 149 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 156 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 174 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 180 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.Layer4Header' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.TcpHeader' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestPortNumber' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpVersion' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 44 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 157 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 165 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 199 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 215 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 228 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 232 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 234 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 245 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 280 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 374 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 401 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 427 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 442 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'srcPort' declaration and its first usage is 15, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 514 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dstPort' declaration and its first usage is 15, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 515 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 541 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 586 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.UdpHeader' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.layer._4.match.UdpMatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpSourceRangeBuilder'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpSourceRangeBuilder'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.UdpMatchFields' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpSourceRangeBuilder'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpVersion' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpSourceRangeBuilder'. | 30 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 147 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 149 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 156 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 174 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 180 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.Layer4Header' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.UdpHeader' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestPortNumber' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpVersion' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 44 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 157 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 165 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 199 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 215 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 228 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 232 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 234 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 245 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 280 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 374 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 401 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 427 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 442 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'srcPort' declaration and its first usage is 15, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 514 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dstPort' declaration and its first usage is 15, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 515 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 541 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 586 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodes' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLinkBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.IgnoredLinks' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopology' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLinkBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLinkKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 93 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 94 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 96 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 98 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 166 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 167 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 180 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 181 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 193 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 196 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 209 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 210 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 223 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Set'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodes' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopology' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePorts' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinks' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePort' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnSwitchPort' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'opt' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 374 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 510 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 522 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '432'. | 693 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 725 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 789 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '569'. | 839 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.TestBase'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.TestBase'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.get.data.flow.input.DataFlowPortBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodes' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodesBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopology' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopologyBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePorts' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePortsBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinks' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinksBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePort' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnSwitchPort' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 58 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 272 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 278 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 280 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 369 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 380 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 540 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 588 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 612 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 617 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 621 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 632 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 636 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 642 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'oper' declaration and its first usage is 29, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 681 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'path' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 686 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 697 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 701 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 727 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 738 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 742 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 754 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 761 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 766 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'edges' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 853 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 870 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 871 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 872 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 873 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 880 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 881 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 882 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 883 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 885 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 892 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 893 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 894 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 895 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 897 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 903 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 904 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 905 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 906 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 912 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 913 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 914 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 915 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 922 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 923 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 924 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 925 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 931 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 932 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 933 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 934 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 940 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 941 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 942 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 943 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 949 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 950 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 951 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 952 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 960 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 961 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 962 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 963 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 972 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 973 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 974 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 975 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 985 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 986 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 987 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 988 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 992 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 993 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 994 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 995 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1003 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1004 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1005 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1006 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1012 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1013 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1014 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1015 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dstId' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1022 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1023 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1024 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1025 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1026 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1032 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1033 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1034 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1035 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1039 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1040 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1041 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1042 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1049 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1050 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1051 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1052 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1101 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1102 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1104 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1105 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1147 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1148 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1149 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1159 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1160 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1161 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1162 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'nullStr' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1207 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'notFound' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1229 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1299 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1300 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1302 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1303 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1321 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1322 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1369 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1370 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1371 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1372 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1381 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1382 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1383 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1384 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1393 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1394 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1395 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1396 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1404 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1405 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1406 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1407 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cstore' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1434 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'notFound' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1439 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1460 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1461 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1462 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1463 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1464 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'nullStr' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1551 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1587 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1588 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1589 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1590 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1591 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1634 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1635 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1637 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1638 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1641 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1642 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1643 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1671 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1672 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1673 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1718 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1728 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1730 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1741 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1821 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1822 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1823 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1824 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1838 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1839 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1840 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1841 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 1848 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.List'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.MiscUtils'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.MiscUtils'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.MiscUtils'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnOpenflowVersion' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLinkBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.IgnoredLinks' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopology' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLinkBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLinkKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopology' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePorts' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinks' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePort' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnSwitchLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnector' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.PortConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.PortFeatures' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.flow.capable.port.State' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnector' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnectorKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 62 |
![]() |
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. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.LinkKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 64 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 259 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 260 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 261 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 262 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 280 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 281 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 282 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 283 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 284 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 297 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 310 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 324 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 325 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 326 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 340 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 341 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 342 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'builder' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 383 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'name' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 384 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 419 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 439 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 459 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 579 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 582 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '644'. | 752 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 762 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.TestBase'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.TestBase'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.TestBase'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodes' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnOpenflowVersion' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLinkBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLinkKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.IgnoredLinks' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.IgnoredLinksBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopology' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopologyBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLinkBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLinkKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopology' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePorts' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinks' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePort' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnSwitchLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnector' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnectorBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.PortConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.PortFeatures' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 76 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.flow.capable.port.State' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 77 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.flow.capable.port.StateBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 78 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 79 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 80 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 81 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnector' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnectorBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 83 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnectorKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 84 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 85 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 86 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 87 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 89 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopology' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 90 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 91 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 92 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.TopologyKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 93 |
![]() |
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. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 94 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.LinkKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 95 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 217 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 239 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 269 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 302 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 303 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 307 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 321 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 325 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 336 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 340 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 342 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 353 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 354 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 389 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 427 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 429 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 456 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 481 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 488 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 520 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 559 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 620 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 623 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 628 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 640 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 646 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 670 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 672 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 673 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 676 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 692 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 693 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 694 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 696 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 697 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 700 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 735 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 767 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 789 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cost' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 834 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 844 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 856 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 915 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 921 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 946 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 991 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 992 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 993 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 995 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 996 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 997 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1009 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1010 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1011 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1013 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1014 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1076 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1079 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1084 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1099 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1104 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1126 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1137 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1138 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1147 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1148 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1238 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1239 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1274 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1279 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1280 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1281 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1282 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1286 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1287 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1289 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1293 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1294 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1295 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1299 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1300 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1302 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1309 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 1322 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1324 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1325 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1332 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'oper' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1576 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1598 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1599 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1600 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1601 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1603 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1605 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1606 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1607 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1608 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vpath1' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1610 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1610 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1611 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1615 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1616 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1617 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1618 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1620 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'peerPath2' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1622 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1622 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1623 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1624 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1625 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vpath2' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1627 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1627 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1628 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1632 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1636 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1638 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1640 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1642 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1657 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1659 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1661 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1662 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1664 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1665 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'oper' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1692 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1696 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1703 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'portPath1' declaration and its first usage is 12, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1715 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1715 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1716 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1717 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1718 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1720 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1722 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1723 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1724 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1725 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vpath1' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1727 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1727 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1728 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'portPath2' declaration and its first usage is 13, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1732 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1732 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1733 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1734 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1735 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1737 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'peerPath2' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1739 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1739 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1740 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1741 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1742 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vpath2' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1744 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1744 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1745 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1749 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1753 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1755 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1757 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1759 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1773 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1775 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1777 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1778 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1780 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1781 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 19 |
![]() |
naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 160 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 106 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 115 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnSwitchLink'. | 24 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 58 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 71 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 77 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 99 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 110 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'invalid' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 132 |
![]() |
naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 145 |
![]() |
naming | LocalVariableName | Local variable name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 148 |
![]() |
naming | LocalVariableName | Local variable name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 154 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
![]() |
naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 168 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 169 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 175 |
![]() |
naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 197 |
![]() |
naming | LocalVariableName | Local variable name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 199 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 253 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 262 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 265 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 266 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Set'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.Logger'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.Logger'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.FixedLogger' import. Should be before 'org.slf4j.Logger'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.Logger'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLink' import. Should be before 'org.slf4j.Logger'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.IgnoredLinks' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLink' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLinkBuilder' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLink' import. Should be before 'org.slf4j.Logger'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopology' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.TopologyKey' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
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. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.LinkKey' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 296 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 305 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 317 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 336 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 543 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 779 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 780 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 781 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 782 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '331'. | 795 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodes' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLink' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLinkBuilder' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLinkKey' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.IgnoredLinks' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.IgnoredLinksBuilder' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopology' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLink' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLinkBuilder' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLinkKey' import. Should be before 'org.slf4j.Logger'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLink' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkBuilder' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLinkKey' import. Should be before 'org.slf4j.Logger'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopology' import. Should be before 'org.slf4j.Logger'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopologyBuilder' import. Should be before 'org.slf4j.Logger'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePorts' import. Should be before 'org.slf4j.Logger'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePortsBuilder' import. Should be before 'org.slf4j.Logger'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinks' import. Should be before 'org.slf4j.Logger'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinksBuilder' import. Should be before 'org.slf4j.Logger'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLink' import. Should be before 'org.slf4j.Logger'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder' import. Should be before 'org.slf4j.Logger'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkKey' import. Should be before 'org.slf4j.Logger'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePort' import. Should be before 'org.slf4j.Logger'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortBuilder' import. Should be before 'org.slf4j.Logger'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortKey' import. Should be before 'org.slf4j.Logger'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.slf4j.Logger'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId' import. Should be before 'org.slf4j.Logger'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopology' import. Should be before 'org.slf4j.Logger'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId' import. Should be before 'org.slf4j.Logger'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. Should be before 'org.slf4j.Logger'. | 76 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId' import. Should be before 'org.slf4j.Logger'. | 77 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.Destination' import. Should be before 'org.slf4j.Logger'. | 78 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.DestinationBuilder' import. Should be before 'org.slf4j.Logger'. | 79 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.Source' import. Should be before 'org.slf4j.Logger'. | 80 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.SourceBuilder' import. Should be before 'org.slf4j.Logger'. | 81 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology' import. Should be before 'org.slf4j.Logger'. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.TopologyKey' import. Should be before 'org.slf4j.Logger'. | 83 |
![]() |
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. Should be before 'org.slf4j.Logger'. | 84 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.LinkBuilder' import. Should be before 'org.slf4j.Logger'. | 85 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.LinkKey' import. Should be before 'org.slf4j.Logger'. | 86 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 106 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 121 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 147 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 148 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 151 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 152 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 153 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 154 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'reader' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 184 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'oper' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 185 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ipath' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 190 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ignored' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 192 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 192 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 193 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vpath' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 196 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vlink' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 199 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'srcPath' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 201 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 201 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 202 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 204 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'srcLink' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 206 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 206 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dstPath' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 209 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 210 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 211 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dstLink' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 213 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 213 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 216 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 217 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 218 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 220 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 233 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 234 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 235 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 237 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 248 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 250 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 252 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'emptyLink' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 258 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'emptyPort' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 259 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 284 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 286 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 288 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 312 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 314 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 316 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 337 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 359 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 367 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 369 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 371 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 393 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 401 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 403 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 405 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 427 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 428 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 429 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 437 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 439 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 441 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 573 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 574 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 593 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 594 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 596 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 597 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 599 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 600 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 601 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 602 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 604 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 605 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 606 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 607 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 617 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 620 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 629 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 631 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 633 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 656 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 657 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 658 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 659 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 665 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 680 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 681 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 682 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 683 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 688 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 694 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 709 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 711 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 719 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 720 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'emptyLink' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 737 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'emptyPort' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 738 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 751 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 762 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 775 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 788 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 801 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'log' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 821 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'emptyLink' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 825 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'emptyPort' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 826 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'luctx' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 971 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vport' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 983 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 983 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 990 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 992 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 994 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'spath1' declaration and its first usage is 13, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 997 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1000 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1002 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dpath2' declaration and its first usage is 16, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1006 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dpath3' declaration and its first usage is 17, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1007 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1008 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'luctx' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1068 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vport' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1080 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1080 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1087 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1089 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1091 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'spath1' declaration and its first usage is 14, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1094 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1097 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1099 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dpath2' declaration and its first usage is 17, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1103 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dpath3' declaration and its first usage is 18, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1104 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1105 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1116 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1117 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1145 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1158 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1163 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'luctx' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1202 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vport' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1220 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1222 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'luctx' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1265 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vport' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1277 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1277 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1287 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1289 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1291 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1295 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'oper' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1346 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'luctx' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1347 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vport' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1359 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1359 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1364 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1375 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1377 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1385 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1387 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1389 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1393 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'luctx' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1448 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1459 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1463 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'luctx' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1494 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1504 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1508 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'oper' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1537 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'luctx' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1538 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1550 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1557 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1562 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1566 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1574 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1576 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1578 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'oper' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1610 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'luctx' declaration and its first usage is 17, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1611 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'isl3' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1618 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'isl4' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1619 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1623 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1630 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1640 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1647 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'path3' declaration and its first usage is 22, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1654 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1656 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1658 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1660 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'spath3' declaration and its first usage is 20, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1664 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'spath4' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1665 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1666 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dpath3' declaration and its first usage is 20, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1670 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dpath4' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1671 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1672 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1676 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1680 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1706 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1721 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1750 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1751 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1752 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1753 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1794 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1795 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1796 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1797 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1836 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1837 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1838 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1839 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'topoKey' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1877 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'luctx' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1878 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1895 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1896 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1897 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1898 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1904 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1905 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1906 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1907 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vlpath' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1914 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'spath' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1915 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dpath' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1916 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1918 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1938 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1938 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'topoKey' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1962 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'luctx' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1963 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1980 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1981 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1982 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1983 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1989 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1990 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1991 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1992 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vlpath' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1998 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'spath' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1999 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dpath' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 2000 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2002 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 2022 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 2022 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'topoKey' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 2046 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'luctx' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 2047 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2064 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2065 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2066 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2067 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2073 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2074 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2075 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2076 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vlpath1' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 2083 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vlpath2' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 2084 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'spath1' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 2085 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'spath2' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 2086 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dpath1' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 2087 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dpath2' declaration and its first usage is 12, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 2088 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2091 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 2114 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 2114 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'topoKey' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 2139 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'luctx' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 2140 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2153 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2154 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2160 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2161 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2162 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2163 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2169 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2170 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2172 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'igpath1' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 2179 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'igpath2' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 2180 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 2198 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 2198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2210 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 2216 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.opendaylight.vtn.manager.util.xml.adapters.IntegerAdapter'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ProtocolUtils' import. Should be before 'org.opendaylight.vtn.manager.util.xml.adapters.IntegerAdapter'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.VlanDescParser' import. Should be before 'org.opendaylight.vtn.manager.util.xml.adapters.IntegerAdapter'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.xml.adapters.IntegerAdapter'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListBuilder'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListBuilder'. | 35 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 290 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 316 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 317 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 318 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 352 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 353 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 412 |
![]() |
whitespace | OperatorWrap | '|' should be on a new line. | 434 |
![]() |
whitespace | OperatorWrap | '&' should be on a new line. | 435 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '381'. | 446 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 469 |
![]() |
naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 486 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 511 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestMacAddress' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestVlanHostDesc' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestVlanId' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListBuilder'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListBuilder'. | 52 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'encoded' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 135 |
![]() |
whitespace | OperatorWrap | '|' should be on a new line. | 135 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vhdlist' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 144 |
![]() |
whitespace | OperatorWrap | '|' should be on a new line. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 248 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 254 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 287 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 307 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 612 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 726 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 751 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 752 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 753 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 787 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 812 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 813 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 814 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorCallback' import. Should be before 'org.slf4j.Logger'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.Logger'. | 15 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.AddFlowRpc' import. Should be before 'org.slf4j.Logger'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.Logger'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResultBuilder' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowInput' import. Should be before 'org.slf4j.Logger'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowOutput' import. Should be before 'org.slf4j.Logger'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService' import. Should be before 'org.slf4j.Logger'. | 32 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'rpc' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 51 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 64 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 68 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'rpc' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 92 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'emsg' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 99 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 99 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'rpc' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcInvocation' import. Should be before 'org.slf4j.Logger'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementationNotAvailableException' import. Should be before 'org.slf4j.Logger'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcError' import. Should be before 'org.slf4j.Logger'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.Logger'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef' import. Should be before 'org.slf4j.Logger'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.slf4j.Logger'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey' import. Should be before 'org.slf4j.Logger'. | 34 |
![]() |
naming | ParameterName | Parameter name 'w' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
![]() |
naming | ParameterName | Parameter name 'w' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 108 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 209 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 214 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 226 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.hamcrest.CoreMatchers.instanceOf' import. Should be before 'org.mockito.Mockito.when'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.SettableFuture' import. Should be before 'java.util.concurrent.TimeoutException'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.Logger'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResultBuilder' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.port.service.rev131107.UpdatePortInput' import. Should be before 'org.slf4j.Logger'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.port.service.rev131107.UpdatePortOutput' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
naming | ParameterName | Parameter name 'w' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 194 |
![]() |
blocks | EmptyBlock | Empty catch block. | 199 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 254 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 290 |
![]() |
blocks | EmptyBlock | Empty catch block. | 295 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 351 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 352 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 353 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 356 |
![]() |
blocks | EmptyBlock | Empty catch block. | 361 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 382 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortDesc'. | 17 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 97 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 154 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestNodeConnectorId' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestVtnPortDesc' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortDesc'. | 29 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 151 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 293 |
![]() |
naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 295 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 297 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 106 |
![]() |
naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 19 |
![]() |
naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 197 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 94 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 105 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 263 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 274 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 285 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 296 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 308 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 319 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 330 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 341 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 352 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 363 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 374 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 385 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 396 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 407 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 418 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 429 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
![]() |
naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 119 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodes' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.Table' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.TableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.FlowKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 34 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 129 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 247 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 259 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 260 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 261 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 274 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 277 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 358 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 370 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 383 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 26 |
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodes' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.Table' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.TableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.FlowKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 162 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 163 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 287 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 288 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 296 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 302 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 308 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 317 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 318 |
![]() |
naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 325 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLinkKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortLocation' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnector' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnectorKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.Destination' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.Source' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 30 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 62 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 186 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 208 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 346 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 377 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 400 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 425 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 438 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'java.util.List'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestNodeConnectorId' import. Should be before 'org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodes' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLinkKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortLocation' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnector' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnectorKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.Destination' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.DestinationBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.Source' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.SourceBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 110 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 541 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 542 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 547 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 548 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 549 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 563 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 564 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 570 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 571 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 572 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 577 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 578 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 579 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 580 |
![]() |
naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 587 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 701 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 702 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 703 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 704 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 91 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'java.util.Set'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Mockito' import. Should be before 'org.slf4j.Logger'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 17 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 40 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 107 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 174 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 278 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 308 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 345 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 88 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 145 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 145 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 154 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 162 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 23 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'tha' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 171 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'javax.annotation.Nonnull'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.Logger'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.Logger'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.Logger'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.VtnIndexComparator' import. Should be before 'org.slf4j.Logger'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.FlowUtils' import. Should be before 'org.slf4j.Logger'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondUtils' import. Should be before 'org.slf4j.Logger'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtils' import. Should be before 'org.slf4j.Logger'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.Logger'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.GlobalPathMaps' import. Should be before 'org.slf4j.Logger'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.VtnPathMapConfig' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.VtnPathMapList' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMap' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapKey' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnPathMaps' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnFlowTimeoutConfig' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 178 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 216 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 217 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '246'. | 292 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 294 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '274'. | 323 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 358 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 377 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 378 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 379 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 380 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 440 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 473 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.Logger'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier' import. Should be before 'org.slf4j.Logger'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestVnodeName' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.GlobalPathMaps' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.GlobalPathMapsBuilder' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.VtnPathMapConfig' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.VtnPathMapList' import. Should be before 'org.slf4j.Logger'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.input.PathMapList' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.set.path.map.input.PathMapListBuilder' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMap' import. Should be before 'org.slf4j.Logger'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapBuilder' import. Should be before 'org.slf4j.Logger'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapKey' import. Should be before 'org.slf4j.Logger'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.slf4j.Logger'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnPathMaps' import. Should be before 'org.slf4j.Logger'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnPathMapsBuilder' import. Should be before 'org.slf4j.Logger'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.slf4j.Logger'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder' import. Should be before 'org.slf4j.Logger'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.slf4j.Logger'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.slf4j.Logger'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.Logger'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.Logger'. | 68 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 173 |
![]() |
misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 236 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 321 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 334 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 353 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 354 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 359 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 360 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 361 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 454 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 455 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 474 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 475 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 476 |
![]() |
misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 540 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 613 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 632 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 681 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 698 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 699 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 709 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 710 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 743 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 745 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 746 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 846 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ident2' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 856 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 861 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 863 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 865 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 867 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 880 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 881 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 882 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 893 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 894 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 900 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 901 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 904 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 935 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 937 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 998 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1003 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1004 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1016 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1023 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1051 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1052 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1053 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1054 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1057 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1058 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1059 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1063 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1086 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1087 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1088 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1089 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1090 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1091 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1094 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1095 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1096 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1099 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1131 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1132 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1133 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1137 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1138 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1139 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1166 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1167 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1168 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1169 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1170 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1174 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1175 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1176 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1179 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1214 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1215 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1216 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1217 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1220 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1222 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1224 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1228 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1254 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1255 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1259 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1262 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1264 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1265 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1266 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1270 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1306 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1307 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1308 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1309 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1312 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1313 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1314 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1315 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1316 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1320 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1346 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1347 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1348 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1349 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1350 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1351 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1354 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1355 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1356 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1357 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1358 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1362 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1392 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1393 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1394 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1395 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1402 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1403 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1404 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1405 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1406 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1407 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1411 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1412 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1413 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1417 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1419 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1454 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1455 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1456 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1457 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1458 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1459 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1464 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1465 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1466 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1467 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1471 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1472 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1473 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1474 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1475 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1479 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1481 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1509 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1510 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1511 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1543 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1544 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1552 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathCostConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicies' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicyConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicy' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCost' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortDesc' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 183 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 330 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 378 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestVtnPortDesc' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathCostConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicies' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPoliciesBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicyConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicy' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicyKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCost' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policy.config.VtnPathCostKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnPortDesc' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 88 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 105 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 116 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 240 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 273 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 420 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 423 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 475 |
![]() |
naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 477 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 480 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 481 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 486 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 515 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 516 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 519 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 520 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 525 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 528 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 533 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 534 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 535 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 563 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 581 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 603 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 647 |
![]() |
naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 649 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 652 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 653 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 657 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 754 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 773 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 777 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 785 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 788 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'path1' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 808 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 808 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 809 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vpp1' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 811 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 811 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 815 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 818 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 820 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 821 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 823 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 826 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 827 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 878 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 879 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cpath11' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 881 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 881 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 882 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 883 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cpath12' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 885 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 885 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 886 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 887 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cpath13' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 889 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 889 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 890 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 891 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vpc11' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 893 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 894 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 896 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 901 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 909 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 910 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cpath21' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 912 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 912 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 913 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 914 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cpath22' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 916 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 916 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 917 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 918 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cpath23' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 920 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 920 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 921 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 922 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 925 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 927 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vpc23' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 929 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 932 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 940 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 941 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 943 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 944 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 945 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 947 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 948 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 949 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 951 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 952 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 953 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.Logger'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.Logger'. | 17 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 75 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 76 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 77 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 97 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 98 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcError.ErrorType' import. Should be before 'org.slf4j.Logger'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.Logger'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResultBuilder' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'emsg' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 61 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 61 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 67 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 76 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 80 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'emsg' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 120 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 138 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'emsg2' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 173 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 27 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 96 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 117 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 124 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ExecutionException' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.SettableVTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResultBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.AbstractVTNFuture' import. Should be before 'org.slf4j.Logger'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcError' import. Should be before 'org.slf4j.Logger'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.Logger'. | 24 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 87 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 90 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 91 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 92 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '109'. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.hamcrest.CoreMatchers.instanceOf' import. Should be before 'org.mockito.Mockito.verifyZeroInteractions'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.SettableFuture' import. Should be before 'java.util.concurrent.TimeoutException'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcError' import. Should be before 'org.slf4j.Logger'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.Logger'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResultBuilder' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInput' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnOutput' import. Should be before 'org.slf4j.Logger'. | 40 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
![]() |
blocks | EmptyBlock | Empty catch block. | 155 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 194 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'java.util.Map'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcError.ErrorType' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcError' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResultBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateOperationType' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 99 |
![]() |
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 204 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcError' import. Should be before 'org.slf4j.Logger'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.Logger'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResultBuilder' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnOutput' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateOperationType' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 85 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 87 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 127 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 174 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 175 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 204 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 237 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 314 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 407 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 506 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 78 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '55'. | 81 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 119 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 122 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 119 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 133 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 144 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 148 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataObjectIdentity' import. Should be before 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.Logger'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxHook' import. Should be before 'org.slf4j.Logger'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.Logger'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.Logger'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadOnlyTransaction' import. Should be before 'org.slf4j.Logger'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.Logger'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.Logger'. | 20 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 64 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 103 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 151 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 162 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 170 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 179 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 183 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 187 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 191 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 198 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxHook' import. Should be before 'org.slf4j.Logger'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.Logger'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondReader' import. Should be before 'org.slf4j.Logger'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader' import. Should be before 'org.slf4j.Logger'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.Logger'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.slf4j.Logger'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadOnlyTransaction' import. Should be before 'org.slf4j.Logger'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.Logger'. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 76 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxHook' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.SettableVTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.FixedLogger' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.FixedLoggerCache' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.LogRecord' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.OptimisticLockFailedException' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 296 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 308 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 319 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 327 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 341 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 364 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 372 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 380 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 388 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 396 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 404 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 415 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 427 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 432 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 439 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 443 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 469 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 541 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 544 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 20 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 36 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 59 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 119 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondReader' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader'. | 22 |
![]() |
whitespace | OperatorWrap | 'instanceof' should be on a new line. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.AbstractVTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.FutureSynchronizer' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 111 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 208 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 215 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 223 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 241 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 299 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 312 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'java.util.concurrent.TimeUnit'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'java.util.concurrent.TimeUnit'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.CancelFutureTask' import. Should be before 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.FailFutureTask' import. Should be before 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.InterruptTask' import. Should be before 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.SetFutureTask' import. Should be before 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.SlowTest' import. Should be before 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture'. | 41 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 90 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 98 |
![]() |
blocks | EmptyBlock | Empty catch block. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 133 |
![]() |
blocks | EmptyBlock | Empty catch block. | 138 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 165 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 173 |
![]() |
blocks | EmptyBlock | Empty catch block. | 178 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 213 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 221 |
![]() |
blocks | EmptyBlock | Empty catch block. | 226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 259 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 267 |
![]() |
blocks | EmptyBlock | Empty catch block. | 272 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 316 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 324 |
![]() |
blocks | EmptyBlock | Empty catch block. | 329 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 377 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 385 |
![]() |
blocks | EmptyBlock | Empty catch block. | 390 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 433 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 441 |
![]() |
blocks | EmptyBlock | Empty catch block. | 446 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 469 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 477 |
![]() |
blocks | EmptyBlock | Empty catch block. | 482 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 507 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 515 |
![]() |
blocks | EmptyBlock | Empty catch block. | 520 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 553 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 561 |
![]() |
blocks | EmptyBlock | Empty catch block. | 566 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 600 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 608 |
![]() |
blocks | EmptyBlock | Empty catch block. | 613 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 634 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 642 |
![]() |
blocks | EmptyBlock | Empty catch block. | 647 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 670 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 678 |
![]() |
blocks | EmptyBlock | Empty catch block. | 683 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 714 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 722 |
![]() |
blocks | EmptyBlock | Empty catch block. | 727 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 765 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 773 |
![]() |
blocks | EmptyBlock | Empty catch block. | 778 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 810 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 818 |
![]() |
blocks | EmptyBlock | Empty catch block. | 823 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 861 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 869 |
![]() |
blocks | EmptyBlock | Empty catch block. | 874 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 913 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 921 |
![]() |
blocks | EmptyBlock | Empty catch block. | 926 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 995 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1022 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1074 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnPortMappableBridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.MacVlan'. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 47 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag'. | 16 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag'. | 16 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag'. | 16 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfo' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfoBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.config.AllowedHosts' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 26 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 127 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 137 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 141 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 188 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Set'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfo' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfoBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.config.AllowedHosts' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 56 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 75 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 80 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 82 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 202 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 204 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 206 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 207 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 209 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 332 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 338 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 340 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 342 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 344 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 345 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 346 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 351 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 352 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 354 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 355 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 357 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 359 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 360 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 361 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 368 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 370 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 371 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 372 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 401 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 403 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 404 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 405 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 406 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 620 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 621 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 622 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 623 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 624 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 625 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 626 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 627 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 662 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 663 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 664 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 665 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 666 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 667 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 668 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 669 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 685 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 715 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 715 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 717 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 746 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 746 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 748 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 772 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 808 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfo' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfoBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 100 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Set'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfo' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfoBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMapBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 137 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 138 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 139 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 140 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 166 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 167 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 168 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 169 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 170 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 281 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 287 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 289 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 291 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 293 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 294 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 295 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 302 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 303 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 305 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 306 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 308 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 310 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 311 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 312 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 317 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 319 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 320 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 321 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 350 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 352 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 353 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 354 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 355 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 524 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 525 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 526 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 527 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 528 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 559 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 560 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 561 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 562 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 563 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 602 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 602 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 604 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 626 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 626 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 628 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 649 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 683 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag'. | 16 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodePathFields' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnPortMappableBridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 22 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 119 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 130 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 154 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VbridgePathFields' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodePathFields' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.MacTables' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeInputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeOutputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 86 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 114 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 115 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 133 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 184 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 245 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 269 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 282 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Set'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResult' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResultBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfo' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfoBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VbridgePathFields' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.MacTables' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeInputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeOutputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 69 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 332 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 333 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 334 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 357 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 358 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 359 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 390 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 391 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 392 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 393 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 477 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 478 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 479 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 480 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 505 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 506 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 507 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 508 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 509 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 622 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 630 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 632 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 634 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 636 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 637 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 638 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 645 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 646 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 648 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 649 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 651 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 653 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 654 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 655 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 661 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 663 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 664 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 665 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 692 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 693 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 694 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 884 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 885 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 886 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 887 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 917 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 918 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 919 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 920 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 959 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 960 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 982 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 983 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1011 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1012 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1013 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1014 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1015 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1016 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1021 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1022 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1023 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1024 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1025 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1026 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1050 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1052 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1065 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1066 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1067 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1068 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1113 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1114 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestination' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestinationBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodePathFields' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 26 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 99 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 114 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 115 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 116 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 174 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 179 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'javax.xml.bind.Unmarshaller'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResult' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResultBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestination' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfo' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfoBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceInputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceOutputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 68 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 93 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 95 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 97 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 169 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 377 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 378 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 379 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 380 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 381 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 499 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 507 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 509 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 511 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 513 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 514 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 515 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 520 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 522 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 523 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 524 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 532 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 533 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 535 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 536 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 538 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 540 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 541 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 542 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 570 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 571 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 572 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 573 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 598 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 599 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 600 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 601 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 602 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 839 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 931 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 932 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 933 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 934 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 935 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 967 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 968 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 969 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 970 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 971 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1013 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1013 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1015 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1041 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1041 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1043 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1078 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1079 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1080 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1081 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1082 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1083 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1084 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1089 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1090 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1091 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1092 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1093 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1094 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1095 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1121 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1123 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1139 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1140 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1187 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1188 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1190 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1191 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfo' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodePathFields' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 17 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestination' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnPortMappableBridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceInputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceOutputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 156 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 195 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 204 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 208 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 221 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 16 |
![]() |
misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 93 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 117 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 119 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 119 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ifName' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 145 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 147 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 148 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 161 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 162 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 163 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 286 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 288 |
![]() |
misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 319 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 324 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 346 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 369 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 371 |
![]() |
whitespace | OperatorWrap | 'instanceof' should be on a new line. | 390 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'javax.xml.bind.annotation.XmlSeeAlso'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResult' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResultBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodePathFields' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 53 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 203 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 228 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 288 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 302 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 303 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 538 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 587 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 591 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 592 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 621 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 622 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 623 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 661 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 677 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 691 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 749 |
![]() |
naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 766 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 784 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 28 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 145 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 183 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'java.util.Map'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.config.DeniedHosts' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 96 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 97 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 98 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 99 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 100 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 101 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 102 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 421 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 454 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditions' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowCondition' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowConditionKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.config.AllowedHosts' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.config.DeniedHosts' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHost' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHostKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.GlobalPathMaps' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMapKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnInputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnPathMaps' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VlanHostDesc' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeInputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeOutputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceInputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceOutputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.info.VterminalConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 73 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 105 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 106 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 107 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 151 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 152 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 153 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 199 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 200 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 240 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 293 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 294 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 295 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 296 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 297 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 345 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 346 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 347 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 348 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 349 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 389 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 390 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 391 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 392 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 393 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 450 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 451 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 452 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 453 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 454 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 455 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 456 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 458 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 500 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 501 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 502 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 503 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 504 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 505 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 506 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 532 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 533 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 534 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 535 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 536 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 537 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 538 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier.TYPEBIT_VBRIDGE' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier.TYPEBIT_VTN'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier.TYPEBIT_VTERMINAL' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier.TYPEBIT_VTN'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier.TYPEBIT_VINTERFACE' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier.TYPEBIT_VTN'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier.TYPEBIT_VLANMAP' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier.TYPEBIT_VTN'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier.TYPEBIT_MACMAP' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier.TYPEBIT_VTN'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier.TYPEBIT_MACMAP_HOST' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier.TYPEBIT_VTN'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'java.util.Map'. | 21 |
![]() |
whitespace | OperatorWrap | '|' should be on a new line. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 22 |
![]() |
misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 168 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'm' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 225 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 225 |
![]() |
whitespace | OperatorWrap | 'instanceof' should be on a new line. | 242 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'm' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 251 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 251 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 251 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 283 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 283 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 285 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 316 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 316 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 318 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vbrName' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 394 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ifName' declaration and its first usage is 25, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 396 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vlanMapId' declaration and its first usage is 38, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 397 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'host' declaration and its first usage is 45, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 398 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ProtocolUtils' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.MacVlan' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 31 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 117 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 333 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 348 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 356 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 389 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 416 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 431 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 439 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 463 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 479 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 544 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 549 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 553 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 612 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 613 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 620 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 621 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 782 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 786 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.MacVlan' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.MacVlanTest' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 37 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 97 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 99 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 122 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 254 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 300 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 312 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 325 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 326 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 327 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 340 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 342 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 382 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 384 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 426 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 436 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 459 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 460 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 461 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 465 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 466 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 467 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'allowedSet' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 483 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'deniedSet' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 484 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'allowRemoved' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 529 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'denyRemoved' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 530 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'change' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 536 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cases' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 698 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'removing' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 848 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'allowedSet' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 872 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'deniedSet' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 873 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'nullDesc' declaration and its first usage is 17, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 876 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'allowAdded' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 930 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'allowRemoved' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 932 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'denyRemoved' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 933 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'change' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 939 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cases' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1163 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'removing' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1311 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1378 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1388 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1395 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1396 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1397 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1418 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1463 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1473 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1480 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1481 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1482 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1500 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1501 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1502 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1503 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1504 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1505 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1506 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1507 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1518 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1519 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1520 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1521 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1522 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1523 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1524 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1525 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1532 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1533 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1534 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1535 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1536 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1537 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1538 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1539 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1540 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1541 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1542 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1543 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1544 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1545 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1551 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1552 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1553 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1554 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1555 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1556 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1557 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1558 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1559 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1560 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1561 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1562 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1563 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1564 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1565 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1566 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1567 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1570 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.commons.lang3.tuple.ImmutableTriple' import. Should be before 'org.apache.commons.lang3.tuple.Triple'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHostBuilder'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHostBuilder'. | 44 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'empty' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 195 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 473 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 503 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 504 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 505 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 506 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.MacVlan' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.NodePortFilter' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.PortFilter' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.PortVlan' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SpecificPortFilter' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapStatusBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHost' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHostBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 61 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 207 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 369 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 370 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 371 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 372 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 375 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 385 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 386 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 387 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 388 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 391 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 400 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 401 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 409 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 436 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 437 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 438 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 439 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 441 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 442 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 445 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 446 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 447 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 448 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 449 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 450 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'inactivated' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 706 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 762 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 779 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'sport' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 802 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 813 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 823 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 836 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'sport' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 856 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 869 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'active' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 933 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnSwitchPort'. | 31 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 145 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 232 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 236 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 237 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 238 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Import statement for 'org.mockito.Mockito.mock' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 17 |
![]() |
imports | CustomImportOrder | Import statement for 'org.mockito.Mockito.verify' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 18 |
![]() |
imports | CustomImportOrder | Import statement for 'org.mockito.Mockito.verifyNoMoreInteractions' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 19 |
![]() |
imports | CustomImportOrder | Import statement for 'org.mockito.Mockito.when' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestVlanId' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnSwitchPort'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnSwitchPort'. | 49 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 152 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 199 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 200 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 201 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vlanId' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 250 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 311 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 333 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 334 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 335 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 357 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 358 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 359 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 368 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 376 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 377 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 378 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 379 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 388 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 413 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 414 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 415 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 416 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 490 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 539 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 540 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 541 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 555 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 556 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 557 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 572 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 573 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 574 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 575 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 593 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 594 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 595 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 596 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 597 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 612 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 613 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 614 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapConfigBuilder'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapConfigBuilder'. | 29 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 106 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 208 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 212 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestVlanId' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag'. | 45 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 337 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 388 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 421 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 422 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnInputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 20 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 74 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Set'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResult' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResultBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfo' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfoBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfigBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnInputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 57 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 204 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 323 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 328 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 330 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 332 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 334 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 335 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 336 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 341 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 342 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 344 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 345 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 347 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 349 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 350 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 351 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 356 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 358 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 359 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 360 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 385 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 401 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 402 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 403 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 404 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 406 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 407 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 408 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 436 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 437 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 438 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 467 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 468 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 469 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 506 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 507 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 526 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 527 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 550 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 551 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 552 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 553 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 554 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 579 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 581 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 590 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 591 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 592 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 593 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodePathFields' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VterminalPathFields' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 107 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 169 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 193 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Set'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfo' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfoBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VterminalPathFields' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 382 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 383 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 384 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 385 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 411 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 412 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 413 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 414 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 415 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 533 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 541 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 543 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 545 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 547 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 548 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 549 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 556 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 557 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 559 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 560 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 562 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 564 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 565 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 566 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 572 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 574 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 575 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 576 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 604 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 605 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 606 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 800 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 801 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 802 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 803 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 833 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 834 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 835 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 836 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 876 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 877 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 900 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 901 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 922 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 956 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestination' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestinationBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodePathFields' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 26 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 100 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 115 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 116 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 117 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 175 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 180 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'javax.xml.bind.Unmarshaller'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResult' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResultBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestination' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfo' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfoBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceInputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceOutputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 68 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 93 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 95 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 97 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 169 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 377 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 378 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 379 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 380 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 381 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 499 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 507 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 509 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 511 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 513 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 514 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 515 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 520 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 522 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 523 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 524 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 532 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 533 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 535 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 536 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 538 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 540 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 541 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 542 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 570 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 571 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 572 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 573 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 598 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 599 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 600 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 601 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 602 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 840 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 932 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 933 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 934 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 935 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 936 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 968 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 969 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 970 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 971 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 972 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1014 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1014 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1016 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1042 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1042 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1044 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1079 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1080 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1081 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1082 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1083 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1084 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1085 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1090 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1091 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1092 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1093 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1094 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1095 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1096 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1122 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1124 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1140 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1188 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1190 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1191 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1192 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfo' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfoBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 120 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 121 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 148 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 152 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Set'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfo' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfoBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 54 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 81 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 279 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 280 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 281 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 282 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 283 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 313 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 314 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 315 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 316 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 317 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 318 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 439 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 445 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 447 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 449 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 451 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 452 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 453 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 458 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 459 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 461 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 462 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 467 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 469 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 470 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 471 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 478 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 480 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 481 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 482 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 508 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 510 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 511 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 512 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 513 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 673 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 705 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 706 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 707 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 708 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 709 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 740 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 741 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 742 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 743 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 744 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 786 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 786 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 788 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'msg' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 814 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 814 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 816 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 839 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 874 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder'. | 25 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 64 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 74 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 93 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 114 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 121 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.MacMapIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIfIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder'. | 39 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 63 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 64 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 65 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 66 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 67 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 68 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 69 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 70 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 96 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 97 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 98 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 99 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 100 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 101 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 102 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 124 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 127 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 129 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 130 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 131 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 151 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 152 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 153 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 154 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 156 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 157 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 158 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 177 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 178 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 206 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 207 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 209 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 210 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 213 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 227 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 228 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 229 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'addrSet' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 269 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 271 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 272 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 273 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 274 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 277 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 278 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 279 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 304 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 305 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 306 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 307 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 308 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 309 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 310 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 311 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'macs' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 355 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 405 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 406 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 407 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 408 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 409 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 410 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 411 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 412 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 413 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 417 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 418 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 419 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 447 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 448 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 449 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 450 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 451 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 452 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 453 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 454 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 508 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 509 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 510 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 511 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 512 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 513 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 514 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 515 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 26 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SpecificPortFilter'. | 22 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vlanMatch' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder'. | 23 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 162 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 163 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder'. | 25 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 83 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 93 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 127 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 129 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 130 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.MacMapIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIfIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry'. | 38 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 147 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 148 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 301 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 302 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 303 |
![]() |
blocks | EmptyBlock | Empty catch block. | 331 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry'. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode'. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 20 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vlanMatch' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.opendaylight.vtn.manager.util.xml.adapters.VnodeNameAdapter'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNodeAdapter' import. Should be before 'org.opendaylight.vtn.manager.util.xml.adapters.VnodeNameAdapter'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName'. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier'. | 23 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 116 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 124 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.MultiEventCollector'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.opendaylight.vtn.manager.internal.util.MultiEventCollector'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnPortMappableBridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
naming | MemberName | Member name 'vInterfaces' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 90 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 91 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 405 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 412 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 434 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 444 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 451 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 529 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.ItemBuildHelper' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MultiEventCollector' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPaths' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPathsKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatusBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 229 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 236 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 355 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 369 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 397 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 407 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier'. | 22 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 85 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 101 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.List'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.RemoveMacEntryOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.RemoveMacEntryOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.remove.mac.entry.output.RemoveMacEntryResult' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.remove.mac.entry.output.RemoveMacEntryResultBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTableBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 92 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 93 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 94 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 101 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 102 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 112 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 120 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier'. | 23 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 87 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 88 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 89 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 95 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 116 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier'. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 30 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 55 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.SettableVTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcOutputGenerator' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostInput' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostOutputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.get.mac.mapped.host.output.MacMappedHost' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.get.mac.mapped.host.output.MacMappedHostBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHost' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMap' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 273 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 282 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 348 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 356 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'javax.annotation.Nonnull'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'javax.annotation.Nonnull'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'javax.annotation.Nonnull'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier'. | 29 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 124 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 147 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 155 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 162 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNConfig' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.packet.PacketOutQueue' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.ArpPacketBuilder' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.BridgeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 81 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 139 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 143 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.BridgeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.mac.MacEntryFilter' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.List'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.MacTables' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 80 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 81 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '98'. | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.PortMapping' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.PortMappingBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 103 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 106 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 163 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 181 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 182 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 183 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '109'. | 229 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 255 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 256 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 282 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 287 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 118 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 130 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 221 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 226 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 235 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 306 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.config.AllowedHosts' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHost' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 70 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 80 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 88 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 103 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 132 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 134 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 180 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 190 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 227 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 235 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Set'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapStatus'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapStatus'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMapReferenceField' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.map.reference.list.MapReferenceList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.map.reference.list.MapReferenceListBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapAllowed' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapAllowedBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapDenied' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 269 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 294 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 314 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 315 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 316 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 348 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 356 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 359 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 397 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 405 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 427 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Map'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapStatus'. | 26 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 176 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.commons.lang3.tuple.ImmutablePair' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.commons.lang3.tuple.Pair' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.remove.EdgePortFlowRemover' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.remove.FlowRemoverQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.MacVlan' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.NodeVlan' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.PortFilter' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.PortVlan' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.MacMapChange' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.MacMapIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.TenantNodeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeType' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapStatus' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.mac.PortVlanMacFilter' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappings' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.map.reference.list.MapReferenceList' import. Should be before 'org.slf4j.LoggerFactory'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.map.reference.list.MapReferenceListKey' import. Should be before 'org.slf4j.LoggerFactory'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapAllowed' import. Should be before 'org.slf4j.LoggerFactory'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapAllowedKey' import. Should be before 'org.slf4j.LoggerFactory'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapDenied' import. Should be before 'org.slf4j.LoggerFactory'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.MacMapDeniedKey' import. Should be before 'org.slf4j.LoggerFactory'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.PortMapping' import. Should be before 'org.slf4j.LoggerFactory'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.PortMappingKey' import. Should be before 'org.slf4j.LoggerFactory'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMapping' import. Should be before 'org.slf4j.LoggerFactory'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMappingKey' import. Should be before 'org.slf4j.LoggerFactory'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHost' import. Should be before 'org.slf4j.LoggerFactory'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHostKey' import. Should be before 'org.slf4j.LoggerFactory'. | 68 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 131 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 132 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 183 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 186 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 187 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 214 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 471 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 472 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 485 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 486 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 497 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 498 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 511 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 512 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 526 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 527 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 528 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 640 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 715 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 769 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 798 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 817 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.packet.ARP' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.packet.Ethernet' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.packet.ICMP' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.packet.IEEE8021Q' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.packet.IPv4' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.packet.Packet' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.packet.TCP' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.packet.UDP' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherTypes' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.Ip4Network' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.NumberUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.RouteResolver' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.add.FlowAddQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.remove.EdgeHostFlowRemover' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.remove.FlowRemoverQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.packet.PacketInEvent' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.packet.PacketOutQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.packet.cache.CachedPacketContext' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.packet.cache.EtherPacket' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.packet.cache.IcmpPacket' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.packet.cache.Inet4Packet' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.packet.cache.L4Packet' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.packet.cache.TcpPacket' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.packet.cache.UdpPacket' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.routing.PathMapContext' import. Should be before 'org.slf4j.LoggerFactory'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.routing.PathMapEvaluator' import. Should be before 'org.slf4j.LoggerFactory'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.VNodeHop' import. Should be before 'org.slf4j.LoggerFactory'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.VTNFlowBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction' import. Should be before 'org.slf4j.LoggerFactory'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.cond.FlowCondReader' import. Should be before 'org.slf4j.LoggerFactory'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.cond.VTNFlowCondition' import. Should be before 'org.slf4j.LoggerFactory'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.DropFlowException' import. Should be before 'org.slf4j.LoggerFactory'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterContext' import. Should be before 'org.slf4j.LoggerFactory'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterList' import. Should be before 'org.slf4j.LoggerFactory'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterListId' import. Should be before 'org.slf4j.LoggerFactory'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.RedirectFlowException' import. Should be before 'org.slf4j.LoggerFactory'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.VTNFlowFilter' import. Should be before 'org.slf4j.LoggerFactory'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchType' import. Should be before 'org.slf4j.LoggerFactory'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch' import. Should be before 'org.slf4j.LoggerFactory'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNInet4Match' import. Should be before 'org.slf4j.LoggerFactory'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNLayer4Match' import. Should be before 'org.slf4j.LoggerFactory'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch' import. Should be before 'org.slf4j.LoggerFactory'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader' import. Should be before 'org.slf4j.LoggerFactory'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.L2Host' import. Should be before 'org.slf4j.LoggerFactory'. | 76 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.LinkEdge' import. Should be before 'org.slf4j.LoggerFactory'. | 77 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.PortVlan' import. Should be before 'org.slf4j.LoggerFactory'. | 78 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.LoggerFactory'. | 79 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.LoggerFactory'. | 80 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.ArpPacketBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 81 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.EtherHeader' import. Should be before 'org.slf4j.LoggerFactory'. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.InetHeader' import. Should be before 'org.slf4j.LoggerFactory'. | 83 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.Layer4Header' import. Should be before 'org.slf4j.LoggerFactory'. | 84 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.packet.UnsupportedPacketException' import. Should be before 'org.slf4j.LoggerFactory'. | 85 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.LoggerFactory'. | 86 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.TenantNodeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 87 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 88 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 89 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeType' import. Should be before 'org.slf4j.LoggerFactory'. | 90 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.mac.MacEntry' import. Should be before 'org.slf4j.LoggerFactory'. | 91 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VirtualRouteReason' import. Should be before 'org.slf4j.LoggerFactory'. | 93 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 470 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 476 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 493 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 533 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 582 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 587 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 672 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 700 |
![]() |
whitespace | OperatorWrap | '-' should be on a new line. | 776 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 835 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 863 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 906 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 938 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 977 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1051 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 1054 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '1,110'. | 1136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1151 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1152 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 1187 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1229 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1243 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1263 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1321 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1331 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1339 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1351 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1359 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1367 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1375 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1399 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1412 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1422 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1432 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1440 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1454 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1463 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '579'. | 1466 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1473 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1481 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1489 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1514 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '1,202'. | 1517 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1540 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 44 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.FlowRemover' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.remove.FlowRemoverQueue' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.PortVlan' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.LoopIterator' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.MacTables' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTableBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTableBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 53 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 58 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 104 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 105 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 114 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 184 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 186 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 209 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 210 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 213 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 214 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 215 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 218 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 227 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 228 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 229 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Set'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapStatus'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapStatus'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.PortMapping' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.PortMappingBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMapping' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 110 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 181 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 201 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 220 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.DeleteDataTask'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResult' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResultBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 86 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 94 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.RemoveMacEntryOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.RemoveMacEntryOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.remove.mac.entry.output.RemoveMacEntryResult' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.remove.mac.entry.output.RemoveMacEntryResultBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 96 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 107 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 115 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 124 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.DeleteDataTask'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier'. | 24 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 74 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 78 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 130 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 138 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 143 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier'. | 23 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 62 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 66 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 24 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 102 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 117 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 125 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier'. | 26 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 104 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 118 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 126 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 137 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.RemoveVtnInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.tx.PutDataTask'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 17 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResult' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResultBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 104 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 121 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 84 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 81 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 92 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier'. | 25 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 81 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 85 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 142 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapStatus'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapStatus'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMapBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateOperationType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 151 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 152 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeUpdateMode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTableBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnVbridgeConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfigBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 108 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 116 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '106'. | 146 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 211 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '67'. | 223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 230 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 231 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 232 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 233 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 240 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 248 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 256 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeUpdateMode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnPortMappableBridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatusBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnVinterfaceConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatusBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceConfigBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 114 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 118 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 314 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 318 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 319 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 320 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '312'. | 387 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 437 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 438 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '98'. | 476 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 483 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 484 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 485 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 489 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 490 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 491 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 492 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 499 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 507 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeUpdateMode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateOperationType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeUpdateMode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.VtnVterminalConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.info.VterminalConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.info.VterminalConfigBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 42 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 100 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 101 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '99'. | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '63'. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 206 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 207 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 217 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 225 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnOutput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnVtenantConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfigBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeUpdateMode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTableBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cb' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 215 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 216 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '75'. | 228 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 232 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 233 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 234 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 251 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 259 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.Ip4Network' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VtnNodeEvent' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VtnPortEvent' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.CacheMap' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.VNodeHop' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.DropFlowException' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterList' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.RedirectFlowException' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.PortVlan' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.BridgeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.TenantNodeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeType' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTNPortMapConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTNVlanMapConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.mac.CurrentMacEntry' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.mac.MacEntry' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.mac.NewMacEntry' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.xml.XmlLogger' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.xml.XmlVBridge' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VirtualRouteReason' import. Should be before 'org.slf4j.LoggerFactory'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMap' import. Should be before 'org.slf4j.LoggerFactory'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMap' import. Should be before 'org.slf4j.LoggerFactory'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState' import. Should be before 'org.slf4j.LoggerFactory'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry' import. Should be before 'org.slf4j.LoggerFactory'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTable' import. Should be before 'org.slf4j.LoggerFactory'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.slf4j.LoggerFactory'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnVinterfaceConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.slf4j.LoggerFactory'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 75 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 190 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 483 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 529 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 536 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 589 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 707 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 745 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 934 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 967 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.CandidateAlreadyRegisteredException' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.Entity' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipCandidateRegistration' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnVbridgeConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 244 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 269 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 288 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 289 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '225'. | 326 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTNPortMapConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.mac.PortVlanMacFilter' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnVinterfaceConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 87 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.CompositeAutoCloseable' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.VTNEntityType' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.Entity' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipChange' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipListener' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipListenerRegistration' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.RpcProviderRegistry' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostInput' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.GetMacMappedHostOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclInput' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapAclOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapInput' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.SetMacMapOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.VtnMacMapService' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.get.mac.mapped.host.output.MacMappedHost' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.AddVlanMapInput' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.AddVlanMapOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapInput' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.GetVlanMapOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.RemoveVlanMapInput' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.RemoveVlanMapOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.VtnVlanMapService' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.remove.vlan.map.output.RemoveVlanMapResult' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMap' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.LoggerFactory'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.RemoveMacEntryInput' import. Should be before 'org.slf4j.LoggerFactory'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.RemoveMacEntryOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.VtnMacTableService' import. Should be before 'org.slf4j.LoggerFactory'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.remove.mac.entry.output.RemoveMacEntryResult' import. Should be before 'org.slf4j.LoggerFactory'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.RemoveVbridgeInput' import. Should be before 'org.slf4j.LoggerFactory'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInput' import. Should be before 'org.slf4j.LoggerFactory'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnVbridgeService' import. Should be before 'org.slf4j.LoggerFactory'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 68 |
![]() |
naming | MemberName | Member name 'vBridges' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 231 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 259 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 266 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 322 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 323 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 341 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 361 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 362 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 384 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 385 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 402 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 403 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 419 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 421 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 422 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 443 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 444 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 465 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 466 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 482 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 485 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 486 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.packet.Ethernet' import. Should be before 'org.slf4j.Logger'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.slf4j.Logger'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.Logger'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.remove.EdgePortFlowRemover' import. Should be before 'org.slf4j.Logger'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.remove.FlowRemoverQueue' import. Should be before 'org.slf4j.Logger'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.flow.remove.VNodeFlowRemover' import. Should be before 'org.slf4j.Logger'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VtnNodeEvent' import. Should be before 'org.slf4j.Logger'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VtnPortEvent' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.Logger'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.VNodeHop' import. Should be before 'org.slf4j.Logger'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.VTNFlowBuilder' import. Should be before 'org.slf4j.Logger'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.DropFlowException' import. Should be before 'org.slf4j.Logger'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterList' import. Should be before 'org.slf4j.Logger'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.RedirectFlowException' import. Should be before 'org.slf4j.Logger'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNEtherMatch' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.VTNMatch' import. Should be before 'org.slf4j.Logger'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.PortVlan' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.Logger'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.Logger'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIfIdentifier' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeType' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTNPortMapConfig' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VirtualRouteReason' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.vtn.port.mappable.PortMapConfig' import. Should be before 'org.slf4j.Logger'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState' import. Should be before 'org.slf4j.Logger'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.Logger'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnPortMappableBridge' import. Should be before 'org.slf4j.Logger'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnVinterfaceConfig' import. Should be before 'org.slf4j.Logger'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatus' import. Should be before 'org.slf4j.Logger'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatusBuilder' import. Should be before 'org.slf4j.Logger'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.slf4j.Logger'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder' import. Should be before 'org.slf4j.Logger'. | 65 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 227 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 237 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 238 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 399 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 408 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 433 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 485 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 751 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 784 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '258'. | 806 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 871 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 977 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1042 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1043 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1044 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.RpcProviderRegistry' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcUtils'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapInput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapOutput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapOutput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.VtnPortMapService' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.RemoveVinterfaceInput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceOutput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnVinterfaceService' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 33 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 85 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 86 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 105 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 127 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 128 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 148 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 149 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 20 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 79 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 87 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 64 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Map'. | 14 |
![]() |
naming | MemberName | Member name 'vBridges' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 |
![]() |
naming | MemberName | Member name 'vTerminals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 161 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.List'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.packet.Ethernet' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VtnNodeEvent' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VtnPortEvent' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.VNodeHop' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.DropFlowException' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.RedirectFlowException' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.MacVlan' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.NodePortFilter' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.PortFilter' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.PortVlan' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SpecificPortFilter' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.BridgeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.MacMapChange' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.MacMapException' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.MacMapHostIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.MacMapIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeMapIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapStatus' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VirtualRouteReason' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapStatus' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapStatusBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMap' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMapBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.LoggerFactory'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.slf4j.LoggerFactory'. | 58 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 138 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 147 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 148 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 174 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 219 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 297 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '287'. | 385 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 413 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 423 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.packet.Ethernet' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VtnNodeEvent' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VtnPortEvent' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.VNodeHop' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.DropFlowException' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.RedirectFlowException' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.NodeVlan' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.PortVlan' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.BridgeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTNVlanMapConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.VirtualRouteReason' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapStatus' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapStatusBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMap' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.LoggerFactory'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.slf4j.LoggerFactory'. | 58 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 175 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 176 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 177 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 178 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 229 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 270 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 292 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 330 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 346 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 414 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.DropFlowException' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterList' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.RedirectFlowException' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.TenantNodeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 87 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 118 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.Logger'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.Logger'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ConfigFileUpdater' import. Should be before 'org.slf4j.Logger'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile' import. Should be before 'org.slf4j.Logger'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask' import. Should be before 'org.slf4j.Logger'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.slf4j.Logger'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier' import. Should be before 'org.slf4j.Logger'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.xml.XmlVTenant' import. Should be before 'org.slf4j.Logger'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.Logger'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.Logger'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPaths' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfig' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
naming | MemberName | Member name 'vBridgeManager' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 93 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 155 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 164 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.routing.xml.XmlPathMap' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.pathmap.PathMapUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.xml.XmlLogger' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.xml.XmlVBridge' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.xml.XmlVTenant' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.xml.XmlVTerminal' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappings' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappingsBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMap' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnsBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnPathMaps' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnPathMapsBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.MacTables' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.MacTablesBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTable' import. Should be before 'org.slf4j.LoggerFactory'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTableBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTable' import. Should be before 'org.slf4j.LoggerFactory'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTableBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.slf4j.LoggerFactory'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.slf4j.LoggerFactory'. | 63 |
![]() |
naming | MemberName | Member name 'vBridgeManager' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 127 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 129 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 175 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 215 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 252 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 255 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 260 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 273 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 282 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 294 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 307 |
![]() |
naming | LocalVariableName | Local variable name 'mReader' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 320 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 329 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 334 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 335 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 361 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 369 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 373 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNManagerProvider' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.VTNSubSystem' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VTNInventoryListener' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VtnNodeEvent' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VtnPortEvent' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.packet.PacketInEvent' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.packet.VTNPacketListener' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.routing.RoutingEvent' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.routing.VTNRoutingListener' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.ChangedData' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.CompositeAutoCloseable' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.IdentifiedData' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MultiDataStoreListener' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.XmlConfigFile' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.concurrent.VTNFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.tx.AbstractTxTask' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.TenantNodeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.mac.NodeMacFilter' import. Should be before 'org.slf4j.LoggerFactory'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.mac.PortMacFilter' import. Should be before 'org.slf4j.LoggerFactory'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.MacMapListener.MappedHostListener' import. Should be before 'org.slf4j.LoggerFactory'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.MacMapListener.VlanHostDescListListener' import. Should be before 'org.slf4j.LoggerFactory'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.VbridgeListener.BridgeStatusListener' import. Should be before 'org.slf4j.LoggerFactory'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.VbridgeListener.FaultedPathsListener' import. Should be before 'org.slf4j.LoggerFactory'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.VbridgeListener.VbridgeConfigListener' import. Should be before 'org.slf4j.LoggerFactory'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.VinterfaceListener.PortMapConfigListener' import. Should be before 'org.slf4j.LoggerFactory'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.VinterfaceListener.VinterfaceConfigListener' import. Should be before 'org.slf4j.LoggerFactory'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.VinterfaceListener.VinterfaceStatusListener' import. Should be before 'org.slf4j.LoggerFactory'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.VlanMapListener.VlanMapConfigListener' import. Should be before 'org.slf4j.LoggerFactory'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.VlanMapListener.VlanMapStatusListener' import. Should be before 'org.slf4j.LoggerFactory'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.VterminalListener.VterminalConfigListener' import. Should be before 'org.slf4j.LoggerFactory'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.VtnFlowFilterListener.VtnFlowActionListener' import. Should be before 'org.slf4j.LoggerFactory'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.VtnListener.VtenantConfigListener' import. Should be before 'org.slf4j.LoggerFactory'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.VtnListener.VtnPathMapListener' import. Should be before 'org.slf4j.LoggerFactory'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.xml.XmlVTenant' import. Should be before 'org.slf4j.LoggerFactory'. | 76 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 78 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 79 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.RpcProviderRegistry' import. Should be before 'org.slf4j.LoggerFactory'. | 80 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.LoggerFactory'. | 83 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowAction' import. Should be before 'org.slf4j.LoggerFactory'. | 85 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterInput' import. Should be before 'org.slf4j.LoggerFactory'. | 86 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.RemoveFlowFilterOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 87 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterInput' import. Should be before 'org.slf4j.LoggerFactory'. | 88 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.SetFlowFilterOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 89 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterService' import. Should be before 'org.slf4j.LoggerFactory'. | 90 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.slf4j.LoggerFactory'. | 91 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.result.FlowFilterResult' import. Should be before 'org.slf4j.LoggerFactory'. | 92 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.slf4j.LoggerFactory'. | 93 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappings' import. Should be before 'org.slf4j.LoggerFactory'. | 94 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappingsBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 95 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.status.MappedHost' import. Should be before 'org.slf4j.LoggerFactory'. | 96 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMap' import. Should be before 'org.slf4j.LoggerFactory'. | 97 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.vtn.port.mappable.PortMapConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 98 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 99 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapStatus' import. Should be before 'org.slf4j.LoggerFactory'. | 100 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMap' import. Should be before 'org.slf4j.LoggerFactory'. | 101 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMap' import. Should be before 'org.slf4j.LoggerFactory'. | 102 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.RemoveVtnInput' import. Should be before 'org.slf4j.LoggerFactory'. | 103 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInput' import. Should be before 'org.slf4j.LoggerFactory'. | 104 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 105 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnService' import. Should be before 'org.slf4j.LoggerFactory'. | 106 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.slf4j.LoggerFactory'. | 107 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnsBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 108 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 109 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.slf4j.LoggerFactory'. | 110 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.slf4j.LoggerFactory'. | 111 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.LoggerFactory'. | 112 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescList' import. Should be before 'org.slf4j.LoggerFactory'. | 113 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.MacTables' import. Should be before 'org.slf4j.LoggerFactory'. | 114 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.MacTablesBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 115 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPaths' import. Should be before 'org.slf4j.LoggerFactory'. | 116 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatus' import. Should be before 'org.slf4j.LoggerFactory'. | 117 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 118 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.slf4j.LoggerFactory'. | 119 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatus' import. Should be before 'org.slf4j.LoggerFactory'. | 120 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.slf4j.LoggerFactory'. | 121 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 122 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.RemoveVterminalInput' import. Should be before 'org.slf4j.LoggerFactory'. | 123 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalInput' import. Should be before 'org.slf4j.LoggerFactory'. | 124 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.UpdateVterminalOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 125 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.VtnVterminalService' import. Should be before 'org.slf4j.LoggerFactory'. | 126 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.info.VterminalConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 127 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.slf4j.LoggerFactory'. | 128 |
![]() |
naming | MemberName | Member name 'vBridgeManager' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 181 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 204 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 206 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 207 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 209 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 210 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 213 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 214 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 215 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 216 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 217 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 218 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 219 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 220 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 225 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 284 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 295 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 308 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 336 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 416 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 423 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 476 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 487 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 505 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 515 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 539 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 549 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 557 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 565 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 574 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 583 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 594 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 599 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 605 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 630 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 632 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 658 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 660 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 702 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 727 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 728 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 746 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 768 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 769 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 787 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 810 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 811 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 828 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 829 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VtnNodeEvent' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VtnPortEvent' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.RedirectFlowException' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.match.FlowMatchType' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.BridgeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTNPortMapConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.xml.XmlLogger' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.xml.XmlVTerminal' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnVinterfaceConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 87 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 247 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.LoggerFactory'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTNPortMapConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnVinterfaceConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.opendaylight.vtn.manager.internal.util.MultiEventCollector'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 88 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 106 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 118 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 130 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 144 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 161 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 174 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPaths' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 68 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 125 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 179 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 185 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 201 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 222 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 230 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 288 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 302 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 354 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 362 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.BuildHelper' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.ItemBuildHelper' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MultiEventCollector' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatusBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 81 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 82 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 115 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 318 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 323 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 343 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 347 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 358 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 373 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.vtn.port.mappable.PortMapConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 65 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 73 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 78 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 109 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 114 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 137 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 145 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 197 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 216 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 229 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 230 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 257 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 258 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 279 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 287 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '41'. | 290 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.Logger'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNException' import. Should be before 'org.slf4j.Logger'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.packet.Ethernet' import. Should be before 'org.slf4j.Logger'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.slf4j.Logger'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.RouteResolver' import. Should be before 'org.slf4j.Logger'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TxContext' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VtnNodeEvent' import. Should be before 'org.slf4j.Logger'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.inventory.VtnPortEvent' import. Should be before 'org.slf4j.Logger'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.CacheMap' import. Should be before 'org.slf4j.Logger'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.DataStoreUtils' import. Should be before 'org.slf4j.Logger'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.MiscUtils' import. Should be before 'org.slf4j.Logger'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.VNodeHop' import. Should be before 'org.slf4j.Logger'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.DropFlowException' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.RedirectFlowException' import. Should be before 'org.slf4j.Logger'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.InventoryReader' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.LinkEdge' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.PortVlan' import. Should be before 'org.slf4j.Logger'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalNode' import. Should be before 'org.slf4j.Logger'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.SalPort' import. Should be before 'org.slf4j.Logger'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.log.VTNLogLevel' import. Should be before 'org.slf4j.Logger'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException' import. Should be before 'org.slf4j.Logger'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.BridgeIdentifier' import. Should be before 'org.slf4j.Logger'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.TenantNodeIdentifier' import. Should be before 'org.slf4j.Logger'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier' import. Should be before 'org.slf4j.Logger'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier' import. Should be before 'org.slf4j.Logger'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.slf4j.Logger'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeType' import. Should be before 'org.slf4j.Logger'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTNPortMapConfig' import. Should be before 'org.slf4j.Logger'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIdentifier' import. Should be before 'org.slf4j.Logger'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.xml.XmlLogger' import. Should be before 'org.slf4j.Logger'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.vnode.xml.XmlVInterface' import. Should be before 'org.slf4j.Logger'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.Logger'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.Logger'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.slf4j.Logger'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState' import. Should be before 'org.slf4j.Logger'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.Logger'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnPortMappableBridge' import. Should be before 'org.slf4j.Logger'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPaths' import. Should be before 'org.slf4j.Logger'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPathsBuilder' import. Should be before 'org.slf4j.Logger'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatus' import. Should be before 'org.slf4j.Logger'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatusBuilder' import. Should be before 'org.slf4j.Logger'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.slf4j.Logger'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnVinterfaceConfig' import. Should be before 'org.slf4j.Logger'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.slf4j.Logger'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceBuilder' import. Should be before 'org.slf4j.Logger'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.slf4j.Logger'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.slf4j.Logger'. | 75 |
![]() |
naming | MemberName | Member name 'vInterfaces' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 147 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 178 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 179 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 180 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 235 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '160'. | 315 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 441 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 501 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 518 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 588 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 627 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 686 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '808'. | 973 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '427'. | 988 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 990 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1000 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1058 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1079 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1080 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1081 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1085 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1086 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 1121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VNodeIdentifier' import. Should be before 'org.slf4j.Logger'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. Should be before 'org.slf4j.Logger'. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.VNodeHop' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.DropFlowException' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.RedirectFlowException' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.TenantNodeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterList' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 22 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 46 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 81 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 91 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 99 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 146 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 154 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 205 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 219 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 227 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '39'. | 230 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 153 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 205 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VlanMapIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMapping' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.vtn.mappings.VlanMappingBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 76 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 77 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 78 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.info.VterminalConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 87 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 96 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 105 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 117 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 129 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 143 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 160 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 173 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.info.VterminalConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 59 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 67 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 132 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 140 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '34'. | 143 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.MultiEventCollector'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.opendaylight.vtn.manager.internal.util.MultiEventCollector'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
naming | MemberName | Member name 'vBridges' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
![]() |
naming | MemberName | Member name 'vTerminals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 58 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 91 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 92 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 512 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 519 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 527 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 548 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 558 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 565 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 576 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 583 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 595 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 613 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.flow.action.list.VtnFlowAction' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 45 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 57 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 63 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 104 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 109 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 110 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.vtn.path.map.list.VtnPathMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 67 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 75 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 127 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 146 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 154 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 162 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 230 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 239 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 247 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.opendaylight.vtn.manager.internal.util.MultiEventCollector'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification' import. Should be before 'org.opendaylight.vtn.manager.internal.util.MultiEventCollector'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.MultiEventCollector'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
naming | MemberName | Member name 'vTenants' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 163 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 165 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 173 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 174 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 175 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 196 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 206 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 207 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '142'. | 178 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase.MAX_UNSIGNED_SHORT' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils.MASK_SHORT'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase.createInteger' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils.MASK_SHORT'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase.createUnsignedShort' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils.MASK_SHORT'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase.createVtnIndex' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils.MASK_SHORT'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.routing.xml.XmlPathMapTest.XML_ROOT' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils.MASK_SHORT'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.pathpolicy.PathPolicyUtilsTest.PATH_POLICY_MAX' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils.MASK_SHORT'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.routing.xml.XmlPathMap'. | 26 |
![]() |
naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 88 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 193 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 196 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 223 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.routing.xml.XmlPathMap'. | 21 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 45 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 46 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '61'. | 121 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Random' import. Should be before 'org.mockito.Mockito'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VBridgeIdentifier'. | 30 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 97 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 254 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 255 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 266 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 267 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 268 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 269 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 279 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 280 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 285 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 286 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 306 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 366 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '50'. | 110 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Random' import. Should be before 'org.mockito.Mockito'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier'. | 27 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 79 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 237 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 238 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 239 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 251 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 252 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 258 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '51'. | 111 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier'. | 24 |
![]() |
naming | MemberName | Member name 'vBridges' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
![]() |
naming | MemberName | Member name 'vTerminals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 100 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '74'. | 131 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '85'. | 151 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 255 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 268 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 269 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 270 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 271 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 272 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 277 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 345 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 346 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 64 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 65 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 75 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 76 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 77 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 78 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 79 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '51'. | 111 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 35 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 36 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
![]() |
naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.VtnAction'. | 21 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 74 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 70 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 71 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction'. | 20 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 74 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 75 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableList' import. Should be before 'java.util.Set'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction'. | 29 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 47 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 48 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 49 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 50 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 51 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 52 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 53 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 54 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 55 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 56 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 57 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 139 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 207 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 250 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.filter.VTNFlowFilter'. | 21 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 120 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 121 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 123 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 124 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableList' import. Should be before 'java.util.Set'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.filter.VTNFlowFilter'. | 31 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 50 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 51 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 52 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 53 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '72'. | 235 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 251 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 305 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.Address' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.VtnAction'. | 24 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 77 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.inventory.MacVlan' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapConfig' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 30 |
![]() |
naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 176 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 177 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 178 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 184 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 186 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 199 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 200 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 207 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '68'. | 235 |
![]() |
naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 251 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '222'. | 294 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 299 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 70 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 71 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.VtnAction'. | 19 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 74 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase.createVlanId' import. Should be before 'org.opendaylight.vtn.manager.internal.util.MiscUtils.DEFAULT_VLAN_ID'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTNPortMapConfig'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.vtn.port.mappable.PortMapConfigBuilder'. | 28 |
![]() |
naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 169 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 170 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 173 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 184 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.VTNRedirectFilterTest' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier'. | 26 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 149 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 181 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 182 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 191 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 230 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 231 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 232 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 234 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 235 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 239 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlDstAction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 16 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetDlSrcAction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 16 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpCodeAction'. | 20 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 94 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 102 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetIcmpTypeAction'. | 20 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 94 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 102 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDscpAction'. | 20 |
![]() |
naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 94 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 102 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetDstAction' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 16 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.FlowFilterAction' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetInetSrcAction' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 16 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.flow.action.VTNSetVlanPcpAction'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.VtnSetVlanPcpActionCase'. | 24 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 105 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 190 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 191 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 201 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 236 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 240 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 241 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 243 |
![]() |
naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 258 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 258 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterListTest' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTNMacMapConfigTest' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VTNVlanMapConfigTest' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTerminalIfIdentifier'. | 43 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 77 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 88 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 90 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 108 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 127 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 152 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 176 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 200 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 213 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 215 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 216 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 217 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 218 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 219 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 235 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 237 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 238 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 249 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 251 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 252 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 282 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 284 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 301 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 303 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 308 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 310 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 332 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 334 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 361 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 362 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 373 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 374 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 406 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 421 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 458 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 461 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 481 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 482 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 501 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 502 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 511 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 543 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 550 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 552 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 553 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 578 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 588 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 589 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 609 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 610 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier.DESCRIPTION' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils.HASH_PRIME'. | 12 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 184 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 186 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 188 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 201 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 225 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 229 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 230 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 231 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 245 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterListTest' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VInterfaceIdentifier'. | 38 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 99 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 100 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 102 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 104 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 145 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 147 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 154 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 161 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 162 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 182 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 193 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 199 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 200 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 201 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 215 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 217 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 218 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 229 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 231 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 232 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 266 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 282 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 284 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 289 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 291 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 315 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 316 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 327 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 328 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 362 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 375 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 376 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 377 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 382 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 383 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 403 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 404 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 423 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 424 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 433 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 461 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 468 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 470 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 471 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 494 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 503 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 77 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 152 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | MemberName | Member name 'vBridges' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
![]() |
naming | MemberName | Member name 'vTerminals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 181 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 182 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 183 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 184 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 187 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 188 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 193 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 271 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 284 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 297 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 302 |
![]() |
naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 317 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 317 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlValueType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.routing.xml.XmlPathMapTest' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.util.flow.filter.FlowFilterListTest' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTenantIdentifier'. | 41 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 82 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 91 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 118 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 119 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 129 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 173 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 199 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 230 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 231 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 259 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 260 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 271 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 273 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 274 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 292 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 295 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 296 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 297 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 336 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 337 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 339 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 340 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 360 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 361 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 363 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 364 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 460 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 461 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 477 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 478 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 539 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 540 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 549 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 577 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 586 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 587 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 588 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 606 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 607 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 608 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 623 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 624 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 625 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'badName' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 640 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 641 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 642 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 643 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 644 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 663 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 664 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 665 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 666 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 65 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 66 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 69 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.TestBase' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlDataType' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.rpc.RpcException'. | 25 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 157 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 158 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 160 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 161 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 163 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 165 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 167 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 168 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 169 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 228 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTNVlanMapConfig'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapBuilder'. | 27 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 130 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 131 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.internal.XmlNode' import. Should be before 'org.opendaylight.vtn.manager.internal.util.vnode.VTNVlanMapConfig'. | 24 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '43'. | 103 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 119 |
![]() |
naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.ModelDrivenTestBase.getRpcOutput' import. Should be before 'org.ops4j.pax.exam.karaf.options.KarafDistributionOption.editConfigurationFilePut'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.ModelDrivenTestBase.getVtns' import. Should be before 'org.ops4j.pax.exam.karaf.options.KarafDistributionOption.editConfigurationFilePut'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.pathmap.PathMapSet.clearPathMap' import. Should be before 'org.ops4j.pax.exam.karaf.options.KarafDistributionOption.editConfigurationFilePut'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VTenantConfig.removeVtn' import. Should be before 'org.ops4j.pax.exam.karaf.options.KarafDistributionOption.editConfigurationFilePut'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.ops4j.pax.exam.Option' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.ops4j.pax.exam.options.BootDelegationOption' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.ops4j.pax.exam.options.DefaultCompositeOption' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.ops4j.pax.exam.options.extra.VMOption' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.VTNServices' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadOnlyTransaction' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.mdsal.it.base.AbstractMdsalTestBase' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.BindingAwareBroker.ProviderContext' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfig' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfigBuilder' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditionService' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterService' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.VtnMacMapService' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.VtnPortMapService' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.VtnVlanMapService' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.VtnPathMapService' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicyService' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnService' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.VtnMacTableService' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnVbridgeService' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.VtnVersionService' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnVinterfaceService' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.VtnVterminalService' import. Should be before 'org.sonar.java.jacoco.JUnitListener'. | 65 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 335 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 336 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 337 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 340 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 411 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 419 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 427 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 435 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 443 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 451 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 459 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 467 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 475 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 483 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 491 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 499 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 507 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 515 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 523 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableList' import. Should be before 'java.util.Set'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.VirtualNetwork' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.cond.FlowCondSet' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.cond.FlowCondition' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.cond.FlowMatch' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.match.PortRange' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.match.VTNEtherMatch' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.match.VTNIcmpMatch' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.match.VTNInet4Match' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.match.VTNTcpMatch' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.match.VTNUdpMatch' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 40 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 174 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 190 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'fm4' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 202 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 202 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 218 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 232 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'fm9' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 252 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 252 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'fm10' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 255 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 255 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'fm11' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 259 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 259 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 346 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 347 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 348 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 356 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 357 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 358 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 367 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 368 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 369 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 388 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 389 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 393 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 394 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 395 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 403 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 404 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 405 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 424 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 425 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 426 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 436 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 437 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 438 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 446 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 447 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 448 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 454 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 455 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 456 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 472 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 477 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 481 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 487 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 493 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 497 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 502 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 508 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 515 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 519 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 524 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 528 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 533 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 537 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 541 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 545 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 550 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 608 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 609 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 619 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 620 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 621 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 677 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 689 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 690 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 53 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.VirtualNetwork' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.action.FlowAction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.action.VTNDropAction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.action.VTNPopVlanAction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.action.VTNPushVlanAction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.action.VTNSetDlDstAction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.action.VTNSetDlSrcAction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.action.VTNSetIcmpTypeAction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.action.VTNSetInetDscpAction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.action.VTNSetVlanIdAction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.action.VTNSetVlanPcpAction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.filter.DropFilter' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.filter.FlowFilter' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.filter.FlowFilterList' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.filter.PassFilter' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.filter.RedirectFilter' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.FlowFilterNode' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VBridgeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VInterfaceIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VNodeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VNodeType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VTenantIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VTerminalIfIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 49 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 107 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 110 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 131 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 132 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 202 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 220 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 236 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 237 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 238 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 240 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'iname' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 279 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 392 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 393 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 394 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vtnId2' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 487 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 496 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 497 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 498 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 672 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 673 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 99 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 100 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 102 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 106 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 107 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 108 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 109 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 110 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 114 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 115 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 116 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 117 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 130 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 132 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'biconfNode2Port1' declaration and its first usage is 47, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 147 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 148 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ticonfNode1Port3' declaration and its first usage is 29, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 163 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 163 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 165 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 166 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 169 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 170 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 251 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 253 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 254 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 255 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 262 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 265 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 299 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 300 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 306 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 307 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 309 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 403 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 404 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 406 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'bpathVlan0Entries' declaration and its first usage is 58, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 410 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'bpathNode1Entries' declaration and its first usage is 59, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 412 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'bpathNode2Port1Entries' declaration and its first usage is 60, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 414 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'bpathMacEntries' declaration and its first usage is 61, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 416 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 454 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 455 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 457 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 543 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 544 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 545 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 546 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 547 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 548 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 550 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 552 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 566 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 567 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 568 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 582 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 583 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 585 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 619 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 620 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 621 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 623 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 624 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 625 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 640 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 641 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 642 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 645 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 646 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 647 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.DataChangeWaiter' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockService' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.TestHost' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VBridgeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.mac.MacEntry' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTable' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 51 |
![]() |
naming | MemberName | Member name 'vBridgeId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 388 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '327'. | 404 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableList' import. Should be before 'java.util.Set'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.VirtualNetwork' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.inventory.MacVlan' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VBridgeConfig' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VBridgeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VTNMacMapConfig' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType'. | 49 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 81 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 82 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 83 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 84 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 87 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 88 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 89 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 90 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 156 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 157 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 158 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 163 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 165 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 166 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 173 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 174 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 175 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 176 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 199 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 200 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 213 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 214 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 240 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 264 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 265 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 266 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 278 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 301 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 302 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 303 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 304 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 305 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 326 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 327 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 328 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 329 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 330 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 347 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 348 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 349 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 350 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 351 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 352 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 495 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 496 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 497 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 498 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 499 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 500 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 520 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 521 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 522 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 523 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 524 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 525 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 562 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 563 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 564 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 565 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 566 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 567 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 581 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 582 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 583 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 584 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 585 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 590 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 591 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 592 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 593 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 594 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 600 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 601 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 602 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 603 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 604 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 605 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 618 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 619 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 620 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 621 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 622 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 627 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 628 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 629 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 630 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 631 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 637 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 638 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 639 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 640 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 641 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 642 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 665 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 666 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 671 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 672 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 678 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 679 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 684 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 685 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 693 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 694 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 699 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 700 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 720 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 721 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 726 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 727 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 732 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 735 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 736 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 741 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 742 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 748 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 749 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 750 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 751 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 770 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 771 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 776 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 777 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 864 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 865 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 955 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 956 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 964 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 965 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 970 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 974 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 975 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 981 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 982 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 987 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 988 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 993 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 994 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockService' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.TestHost' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.VirtualNetwork' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.inventory.MacVlan' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VBridgeConfig' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VBridgeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VBridgeIfIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VInterfaceConfig' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VTNMacMapConfig' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VTNMacMapStatus' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VTNPortMapConfig' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VTNVlanMapConfig' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.mac.MacEntry' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnVinterfaceService'. | 53 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'mwaiter' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 351 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'mwaiter' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 399 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 460 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 488 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 594 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 608 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 679 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 681 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 683 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 688 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 692 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 697 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 703 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'mwaiter' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 710 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 711 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'bconf2' declaration and its first usage is 12, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 868 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 868 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'bconf0' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 882 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 882 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 888 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 963 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'removedMap' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 983 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockFlow' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockService' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.BridgeNetwork' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.RpcErrorTag' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.TestHost' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.VirtualNetwork' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.unicast.UnicastFlow' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VBridgeConfig' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VBridgeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VTNVlanMapConfig' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.mac.MacEntry' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.remove.mac.entry.output.RemoveMacEntryResult'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.remove.mac.entry.output.RemoveMacEntryResult'. | 49 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 72 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 73 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 98 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 99 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 129 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 130 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 144 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '126'. | 156 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'macSrv' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 187 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 202 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 296 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 297 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 303 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 304 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 311 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 312 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 313 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 319 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 320 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 321 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'flows1' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 352 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'flows2' declaration and its first usage is 12, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 353 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 411 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 80 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'pmap5' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 125 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'pmap6' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 151 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 152 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 153 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 158 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'indices' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 194 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 227 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 228 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 229 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 235 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 236 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 237 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 254 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 255 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 266 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 267 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 274 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 282 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 283 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 290 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 291 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 302 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 308 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 309 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 314 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 315 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 316 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 322 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 323 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 324 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 347 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 348 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 353 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 354 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 355 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 360 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 361 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ppSrv' declaration and its first usage is 22, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 79 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'pmSrv' declaration and its first usage is 80, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 80 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'fcSrv' declaration and its first usage is 64, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 81 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 138 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 145 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 154 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 162 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 163 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'route0' declaration and its first usage is 82, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 188 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 348 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'counter' declaration and its first usage is 27, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 399 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'flows00' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 405 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 416 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 417 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 418 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'flows1' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 420 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 431 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 432 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 433 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 434 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'flows2' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 436 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 445 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 446 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 447 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 448 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'flows3' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 450 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 457 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 458 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 459 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 596 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 610 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 615 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 616 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 617 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 618 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 622 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 648 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 649 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 650 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 652 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 653 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vnet' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 74 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 90 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 91 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'pid1' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 369 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 370 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 371 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 372 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 373 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 424 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType'. | 33 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'node' declaration and its first usage is 13, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 138 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'id' declaration and its first usage is 13, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 139 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'name' declaration and its first usage is 13, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 140 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vid' declaration and its first usage is 13, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 159 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 160 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 161 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 181 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 182 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 183 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 184 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 196 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 202 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 204 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 206 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 213 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 219 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 220 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 228 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 229 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 230 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 231 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 232 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 237 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 238 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 239 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 253 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 254 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 255 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 264 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 265 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 266 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 267 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 268 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 273 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 274 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 281 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 282 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 283 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 284 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 290 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 291 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 292 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 293 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 294 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 295 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 300 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 301 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 302 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 303 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 309 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 310 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 311 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 312 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 313 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 314 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 319 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 320 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 321 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 322 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 328 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 329 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 330 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 331 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 332 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 333 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 338 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 339 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 340 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 341 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 342 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 343 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 348 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 349 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 350 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 351 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 356 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 357 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 358 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 359 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 367 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 368 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 369 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 370 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 371 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 372 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 377 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 378 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 379 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 380 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 381 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 382 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 387 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 388 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 389 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 390 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 395 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 396 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 397 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 398 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 403 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 404 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 405 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 406 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 407 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 408 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 413 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 414 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 415 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 416 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 417 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 418 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 423 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 424 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 425 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 426 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 431 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 432 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 433 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 434 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 439 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 440 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 441 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 442 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 443 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 444 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 449 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 450 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 451 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 452 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 453 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 454 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 459 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 460 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 461 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 462 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 467 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 468 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 469 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 470 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 476 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 477 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 478 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 479 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 480 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 486 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 487 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 488 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 489 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 490 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 497 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 498 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 499 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 500 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 501 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 502 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 510 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 511 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 512 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 513 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 514 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 515 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 115 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 116 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 148 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 149 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 179 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 181 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 182 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 216 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 218 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 219 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 252 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 272 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 289 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 292 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 306 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 309 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 323 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 326 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 344 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 345 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 386 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 387 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vnet' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 63 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 63 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 64 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 65 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 90 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.it.ofmock.OfMockService'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.it.ofmock.OfMockService'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopology' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopologyBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePorts' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePortsBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinks' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticSwitchLinksBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static._switch.links.StaticSwitchLinkBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePort' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 177 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 178 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 179 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 200 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 201 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 202 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 207 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 227 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 228 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 233 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 234 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'initial' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 53 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'port2n1' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 238 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'port3n2' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 239 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'port4n1' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 240 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'port4n2' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 280 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 135 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 136 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 137 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 160 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.DataChangeWaiter' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockLink' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockService' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadOnlyTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.vtn.topology.VtnLink' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopology' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.IgnoredLinks' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.ignored.links.IgnoredLink' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 47 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 170 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 197 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 207 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Set'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockFlow' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockLink' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockService' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockUtils' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.BridgeNetwork' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.ModelDrivenTestBase' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.TestHost' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.VirtualNetwork' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.cond.FlowCondSet' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.filter.FlowFilterList' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.ArpFactory' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.EthernetFactory' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.Icmp4Factory' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.Inet4Factory' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.pathmap.PathMapSet' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.pathpolicy.PathCost' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.pathpolicy.PathPolicySet' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.unicast.ArpFlowFactory' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.unicast.UnicastFlow' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.unicast.UnicastFlowFactory' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VBridgeConfig' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VBridgeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VInterfaceConfig' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VInterfaceIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VNodeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VTNMacMapConfig' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VTNPortMapConfig' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VTNVlanMapConfig' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VTenantConfig' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VTerminalConfig' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VTerminalIdentifier' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.mac.MacEntry' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadOnlyTransaction' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnAclType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Match' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 73 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 371 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'hostMap' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 538 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 645 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 679 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 681 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 682 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 683 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 684 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 694 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Match' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType'. | 54 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'mmapSrv' declaration and its first usage is 21, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 81 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vnet' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 92 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 92 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 93 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 94 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'bconf2' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 165 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 165 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 170 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 268 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 269 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 270 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'macWaiter1' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 296 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 296 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 297 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'macWaiter2' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 299 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 299 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 300 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 309 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 395 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 403 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 405 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 412 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.DataChangeWaiter' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockService' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.BridgeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VInterfaceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VNodeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.bridge.status.FaultedPaths' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatus' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatus' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 53 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '150'. | 186 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 261 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 267 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 276 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 277 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 284 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 301 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 320 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 371 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 378 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 385 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 399 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 416 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 577 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.ModelDrivenTestBase.getRpcOutput' import. Should be before 'org.ops4j.pax.exam.CoreOptions.maven'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.TestBase.getManagerBundle' import. Should be before 'org.ops4j.pax.exam.CoreOptions.maven'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.VTNManager' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.base.KarafTestBase' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockService' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadOnlyTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditions' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.NextFlowId' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.VtnFlows' import. Should be before 'org.slf4j.LoggerFactory'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodes' import. Should be before 'org.slf4j.LoggerFactory'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.mapping.rev151001.VtnMappings' import. Should be before 'org.slf4j.LoggerFactory'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.IgnoredLinks' import. Should be before 'org.slf4j.LoggerFactory'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopology' import. Should be before 'org.slf4j.LoggerFactory'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.GlobalPathMaps' import. Should be before 'org.slf4j.LoggerFactory'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicies' import. Should be before 'org.slf4j.LoggerFactory'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.slf4j.LoggerFactory'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.MacTables' import. Should be before 'org.slf4j.LoggerFactory'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.GetManagerVersionOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.version.rev150901.get.manager.version.output.BundleVersion' import. Should be before 'org.slf4j.LoggerFactory'. | 67 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 500 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 529 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 550 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 551 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 552 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 553 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 554 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vbrSrv' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 62 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 69 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 70 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 104 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 106 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 108 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 131 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 132 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 133 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 145 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 152 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 154 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 156 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 157 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 158 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 159 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 160 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 173 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 180 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 204 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 213 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 231 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 232 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 240 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 259 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 260 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 261 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 267 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 268 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 269 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 277 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 285 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 286 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 287 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 288 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 293 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 294 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 295 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 296 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 302 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 303 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 304 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 309 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 310 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 311 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 317 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 318 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 319 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 320 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 335 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 336 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 337 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 346 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 347 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 348 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 349 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vifSrv' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 63 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 76 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 77 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'iname2' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 85 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'iname3' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 86 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 178 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 179 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 180 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 181 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 182 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 183 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 184 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 192 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 193 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 196 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 199 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 207 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 209 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 210 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 213 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 220 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 231 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 232 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 233 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 234 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 235 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 236 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 237 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 247 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 248 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 249 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 250 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 251 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 252 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 259 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 266 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 273 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 286 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 293 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 310 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 311 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 316 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 317 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 318 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 319 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 324 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 325 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 326 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 327 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 333 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 334 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 335 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 336 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 342 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 343 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 344 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 345 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 350 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 351 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 352 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 353 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 360 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 365 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 366 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 367 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 372 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 373 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 374 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 380 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 381 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 382 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 388 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 389 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 390 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 395 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 396 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 397 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 405 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 406 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 407 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 408 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 409 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 414 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 415 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 416 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 417 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 418 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 424 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 425 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 426 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 427 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 428 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 434 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 435 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 436 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 437 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 438 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 453 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 454 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 455 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 456 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 457 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 461 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 462 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 463 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 464 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 465 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 471 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 472 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 473 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 474 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 479 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 480 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 481 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 482 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 488 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 489 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 490 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 491 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 497 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 498 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 499 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 500 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 506 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 507 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 508 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 509 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 514 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 515 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 516 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 517 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'tname' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 524 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 531 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 532 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 537 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 538 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 539 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 544 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 545 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 551 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 560 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 565 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 566 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 567 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 572 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 573 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 579 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 586 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 604 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 605 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 606 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 607 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 608 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vmapSrv' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 60 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 98 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 133 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 222 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 231 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 232 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 238 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 239 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 250 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 251 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 259 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 260 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 265 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 266 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 267 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 272 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 273 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 274 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 280 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 281 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 282 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 287 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 288 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 289 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 294 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 295 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 296 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 304 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 305 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 306 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 311 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 312 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 313 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 318 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 319 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 320 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 325 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 326 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 327 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 332 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 333 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 334 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 339 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 340 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 341 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vmapSrv' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 49 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'bconf2' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 94 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 97 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 107 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'waiter' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 122 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vtermSrv' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 57 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 64 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 123 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 124 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 132 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 133 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 137 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 145 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 147 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 148 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 149 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 184 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 190 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 191 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 192 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 199 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 200 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 207 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 213 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 219 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 220 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 228 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 229 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 230 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 231 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 247 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 248 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 249 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 255 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 264 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 265 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 273 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 274 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 281 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 282 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 283 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 284 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 290 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 291 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 292 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 297 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 298 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 299 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 305 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 306 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 307 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 308 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 323 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 324 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 325 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 334 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 335 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 336 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 337 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 104 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 105 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 106 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 114 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 115 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 116 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 117 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 124 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 127 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 149 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 165 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 166 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 179 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 180 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 181 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 204 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 218 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 219 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 220 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 233 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 234 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 235 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 249 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 250 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 251 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 252 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 265 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 266 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 267 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 268 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 277 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 278 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 279 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 286 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 287 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 288 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 289 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 290 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 291 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.concurrent.TimeoutException'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'java.util.concurrent.TimeoutException'. | 15 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 101 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 154 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadOnlyTransaction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Match' import. Should be before 'org.opendaylight.yangtools.yang.binding.RpcService'. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnOpenflowVersion' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.ActionList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.OutputActionCase' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.output.action._case.OutputAction' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowCookie' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Instructions' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.ApplyActionsCase' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.WriteActionsCase' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.Instruction' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnector' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnectorKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 107 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 120 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 133 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 186 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 187 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 248 |
![]() |
naming | LocalVariableName | Local variable name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 249 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 282 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 283 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 310 |
![]() |
naming | LocalVariableName | Local variable name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 311 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 348 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResultBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowId' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.FlowBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.FlowKey' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowInput' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowOutputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowModFlags' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'fid' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 98 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 105 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 113 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 121 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 136 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ListenableFutureTask' import. Should be before 'java.util.concurrent.Callable'. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.Flow' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnOpenflowVersion'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowCookie' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnOpenflowVersion'. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener' import. Should be before 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier' import. Should be before 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification' import. Should be before 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadOnlyTransaction' import. Should be before 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils'. | 25 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 116 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 124 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.slf4j.Logger'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.slf4j.Logger'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener' import. Should be before 'org.slf4j.Logger'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeService' import. Should be before 'org.slf4j.Logger'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier' import. Should be before 'org.slf4j.Logger'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification' import. Should be before 'org.slf4j.Logger'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.Logger'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.ListenerRegistration' import. Should be before 'org.slf4j.Logger'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. Should be before 'org.slf4j.Logger'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.Logger'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.Logger'. | 30 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 72 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 75 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 77 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 78 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 79 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 314 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 315 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 337 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.slf4j.LoggerFactory'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 59 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.slf4j.LoggerFactory'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 69 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.slf4j.LoggerFactory'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 55 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 100 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 101 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 103 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 104 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 105 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 106 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 107 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 108 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 109 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 110 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnOpenflowVersion' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.Table' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.TableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.FlowKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.FlowRemovedBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowModFlags' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowRef' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.OutputPortValues' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Instructions' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 179 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 221 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 254 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 259 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 277 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 566 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '417'. | 579 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '309'. | 633 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 694 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ListenableFutureTask' import. Should be before 'java.util.concurrent.Callable'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetFlowStatisticsOutput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetFlowStatisticsOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.flow.and.statistics.map.list.FlowAndStatisticsMapList' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 23 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 82 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodesBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopology' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopologyBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 48 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.Destination' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.Source' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
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. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 63 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 100 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 129 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 161 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 162 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 244 |
![]() |
naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 267 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 284 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 285 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 286 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 287 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 288 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 289 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 290 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 291 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 292 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 300 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 308 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 316 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 324 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 332 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 340 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 348 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 356 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 364 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.DataChangeWaiter' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockFlow' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockLink' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockService' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.NotificationPublishService' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.NotificationService' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadOnlyTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.ReadFailedException' import. Should be before 'org.slf4j.LoggerFactory'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.RpcProviderRegistry' import. Should be before 'org.slf4j.LoggerFactory'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. Should be before 'org.slf4j.LoggerFactory'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.Notification' import. Should be before 'org.slf4j.LoggerFactory'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.RpcService' import. Should be before 'org.slf4j.LoggerFactory'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopology' import. Should be before 'org.slf4j.LoggerFactory'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnOpenflowVersion' import. Should be before 'org.slf4j.LoggerFactory'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Match' import. Should be before 'org.slf4j.LoggerFactory'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef' import. Should be before 'org.slf4j.LoggerFactory'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnector' import. Should be before 'org.slf4j.LoggerFactory'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketReceived' import. Should be before 'org.slf4j.LoggerFactory'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketReceivedBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 76 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 78 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 231 |
![]() |
naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 257 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 518 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 603 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 655 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 691 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 702 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 761 |
![]() |
naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 762 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 768 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 785 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 791 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 815 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 869 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 877 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 886 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 895 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 918 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 943 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 951 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 980 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 988 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 996 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1022 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1030 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1045 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1054 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1097 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1111 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1126 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1141 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1156 |
![]() |
blocks | EmptyBlock | Empty catch block. | 1173 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1179 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1219 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1225 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1234 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1259 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1268 |
![]() |
naming | LocalVariableName | Local variable name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1274 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1283 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1292 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1307 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1324 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1343 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1358 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1368 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1376 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1384 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1392 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1405 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1423 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ListenableFutureTask' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.BindingAwareBroker.RoutedRpcRegistration' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.RpcProviderRegistry' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.Registration' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.RpcService' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcError.ErrorType' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResultBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnOpenflowVersion' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetFlowStatisticsInput' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetFlowStatisticsOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetGroupStatisticsInput' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetGroupStatisticsOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetMeterStatisticsInput' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetMeterStatisticsOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetNodeConnectorStatisticsInput' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetNodeConnectorStatisticsOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetQueueStatisticsInput' import. Should be before 'org.slf4j.LoggerFactory'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetQueueStatisticsOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.OpendaylightDirectStatisticsService' import. Should be before 'org.slf4j.LoggerFactory'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FeatureCapability' import. Should be before 'org.slf4j.LoggerFactory'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNode' import. Should be before 'org.slf4j.LoggerFactory'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowFeatureCapabilityFlowStats' import. Should be before 'org.slf4j.LoggerFactory'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.flow.node.SwitchFeaturesBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.Table' import. Should be before 'org.slf4j.LoggerFactory'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.TableBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowInput' import. Should be before 'org.slf4j.LoggerFactory'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowInput' import. Should be before 'org.slf4j.LoggerFactory'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService' import. Should be before 'org.slf4j.LoggerFactory'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.UpdateFlowInput' import. Should be before 'org.slf4j.LoggerFactory'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.UpdateFlowOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.UpdateFlowOutputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.flow.and.statistics.map.list.FlowAndStatisticsMapList' import. Should be before 'org.slf4j.LoggerFactory'. | 76 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.flow.and.statistics.map.list.FlowAndStatisticsMapListBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 77 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.FlowCapableTransactionService' import. Should be before 'org.slf4j.LoggerFactory'. | 78 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.SendBarrierInput' import. Should be before 'org.slf4j.LoggerFactory'. | 79 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.TransactionId' import. Should be before 'org.slf4j.LoggerFactory'. | 80 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.Flow' import. Should be before 'org.slf4j.LoggerFactory'. | 81 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Match' import. Should be before 'org.slf4j.LoggerFactory'. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.group.service.rev130918.AddGroupInput' import. Should be before 'org.slf4j.LoggerFactory'. | 83 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.group.service.rev130918.AddGroupOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 84 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.group.service.rev130918.RemoveGroupInput' import. Should be before 'org.slf4j.LoggerFactory'. | 85 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.group.service.rev130918.RemoveGroupOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 86 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.group.service.rev130918.SalGroupService' import. Should be before 'org.slf4j.LoggerFactory'. | 87 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.group.service.rev130918.UpdateGroupInput' import. Should be before 'org.slf4j.LoggerFactory'. | 88 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.group.service.rev130918.UpdateGroupOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 89 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef' import. Should be before 'org.slf4j.LoggerFactory'. | 90 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContext' import. Should be before 'org.slf4j.LoggerFactory'. | 91 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.slf4j.LoggerFactory'. | 92 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef' import. Should be before 'org.slf4j.LoggerFactory'. | 93 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes' import. Should be before 'org.slf4j.LoggerFactory'. | 94 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node' import. Should be before 'org.slf4j.LoggerFactory'. | 95 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey' import. Should be before 'org.slf4j.LoggerFactory'. | 96 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918.AddMeterInput' import. Should be before 'org.slf4j.LoggerFactory'. | 97 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918.AddMeterOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 98 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918.RemoveMeterInput' import. Should be before 'org.slf4j.LoggerFactory'. | 99 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918.RemoveMeterOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 100 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918.SalMeterService' import. Should be before 'org.slf4j.LoggerFactory'. | 101 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918.UpdateMeterInput' import. Should be before 'org.slf4j.LoggerFactory'. | 102 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918.UpdateMeterOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 103 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.statistics.types.rev130925.duration.Duration' import. Should be before 'org.slf4j.LoggerFactory'. | 104 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.statistics.types.rev130925.duration.DurationBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 105 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.module.config.rev141015.NodeConfigService' import. Should be before 'org.slf4j.LoggerFactory'. | 106 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.module.config.rev141015.SetConfigInput' import. Should be before 'org.slf4j.LoggerFactory'. | 107 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.module.config.rev141015.SetConfigOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 108 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.module.config.rev141015.SetConfigOutputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 109 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingService' import. Should be before 'org.slf4j.LoggerFactory'. | 110 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.TransmitPacketInput' import. Should be before 'org.slf4j.LoggerFactory'. | 111 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.port.service.rev131107.SalPortService' import. Should be before 'org.slf4j.LoggerFactory'. | 112 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.port.service.rev131107.UpdatePortInput' import. Should be before 'org.slf4j.LoggerFactory'. | 113 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.port.service.rev131107.UpdatePortOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 114 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.port.service.rev131107.UpdatePortOutputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 115 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.table.service.rev131026.SalTableService' import. Should be before 'org.slf4j.LoggerFactory'. | 116 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.table.service.rev131026.UpdateTableInput' import. Should be before 'org.slf4j.LoggerFactory'. | 117 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.table.service.rev131026.UpdateTableOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 118 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 120 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address' import. Should be before 'org.slf4j.LoggerFactory'. | 121 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32' import. Should be before 'org.slf4j.LoggerFactory'. | 122 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64' import. Should be before 'org.slf4j.LoggerFactory'. | 123 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 249 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 250 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 251 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 252 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 452 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 488 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 645 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '357'. | 672 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 686 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 687 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 688 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 696 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 697 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 698 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 699 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 700 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 701 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 738 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 753 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 770 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 797 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 838 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 868 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 885 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 989 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1047 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 1070 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 1115 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'java.util.concurrent.TimeoutException'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'java.util.concurrent.TimeoutException'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ListenableFuture' import. Should be before 'java.util.concurrent.TimeoutException'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.opendaylight.vtn.manager.it.ofmock.OfMockUtils'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnOpenflowVersion' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnector' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnectorBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.PortConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.PortFeatures' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.PortNumberUni' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.flow.capable.port.StateBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnector' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnectorBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 227 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 228 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 229 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 230 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 234 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 238 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 239 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 431 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResultBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowId' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.Table' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.FlowKey' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowInput' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.RemoveFlowOutputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 102 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 107 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 119 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 176 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 257 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 80 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 81 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'edu.uci.ics.jung.graph.SparseMultigraph' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'edu.uci.ics.jung.graph.util.EdgeType' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'edu.uci.ics.jung.graph.util.Pair' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockLink' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.NotificationService' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.ListenerRegistration' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.RoutingUpdated' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.VtnTopologyListener' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.AddedLink' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.topology.rev150209.routing.updated.RemovedLink' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 70 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 100 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 259 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 260 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 319 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 320 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 450 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.topology.inventory.rev131030.InventoryNode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.topology.inventory.rev131030.InventoryNodeBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.topology.inventory.rev131030.InventoryNodeConnector' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.topology.inventory.rev131030.InventoryNodeConnectorBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopology' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.DestinationBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.SourceBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.TopologyKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
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. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.LinkBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.LinkKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
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. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.NodeBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.NodeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPoint' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPointBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPointKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 63 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 76 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 77 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 88 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 89 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 92 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 93 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 94 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 124 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 137 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 138 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 174 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 175 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 192 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 193 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 196 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 199 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 200 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 201 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 202 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.slf4j.Logger'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ListenableFuture' import. Should be before 'org.slf4j.Logger'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.SettableFuture' import. Should be before 'org.slf4j.Logger'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.Logger'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.Logger'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.OptimisticLockFailedException' import. Should be before 'org.slf4j.Logger'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException' import. Should be before 'org.slf4j.Logger'. | 23 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 159 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.slf4j.LoggerFactory'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 65 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 74 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadOnlyTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.config.rev150209.VtnConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 116 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 124 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 131 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 140 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 149 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 160 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 168 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 176 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodes' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeKey' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 63 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 77 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 209 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 217 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 224 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 233 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 242 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 251 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 260 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 268 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodes' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortKey' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 67 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 81 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 265 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 273 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 280 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 289 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 298 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 307 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 312 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 316 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 324 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 332 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 334 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockService' import. Should be before 'org.opendaylight.vtn.manager.it.util.vnode.mac.MacEntry'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockUtils' import. Should be before 'org.opendaylight.vtn.manager.it.util.vnode.mac.MacEntry'. | 25 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 154 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.concurrent.TimeUnit'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableList' import. Should be before 'java.util.concurrent.TimeUnit'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockService' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.ArpFactory' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.EthernetFactory' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VTenantConfig' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadOnlyTransaction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnService' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.VtnStaticTopology' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology.StaticEdgePorts' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePort' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.topology._static.rev150801.vtn._static.topology._static.edge.ports.StaticEdgePortKey' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeUpdateMode' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnRpcResult' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateOperationType' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.DropActionCase' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.OutputActionCase' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PopVlanActionCase' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PushVlanActionCase' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetVlanIdActionCase' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.drop.action._case.DropAction' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.output.action._case.OutputAction' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.pop.vlan.action._case.PopVlanAction' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.push.vlan.action._case.PushVlanAction' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.vlan.id.action._case.SetVlanIdAction' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Instructions' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Match' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.ApplyActionsCase' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 76 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.apply.actions._case.ApplyActions' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 77 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.Instruction' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 78 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 79 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 80 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetDestination' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 81 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetDestinationBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetSource' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 83 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetSourceBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 84 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetTypeBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 85 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.EthernetMatch' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 86 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.EthernetMatchBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 87 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.VlanMatch' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 88 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.VlanMatchBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 89 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.vlan.match.fields.VlanIdBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 90 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.EtherType' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 92 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 93 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 137 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 138 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 139 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 145 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 147 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 176 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 196 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 226 |
![]() |
naming | LocalVariableName | Local variable name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 290 |
![]() |
naming | LocalVariableName | Local variable name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 554 |
![]() |
naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 558 |
![]() |
naming | LocalVariableName | Local variable name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 568 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 589 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 602 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 616 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 631 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 646 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 665 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 713 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 714 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 715 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 716 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 718 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 719 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 720 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 738 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 739 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 740 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 741 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 755 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 774 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 775 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 776 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 777 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 792 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 793 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 794 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 795 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 818 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 821 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 822 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 823 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableList' import. Should be before 'java.util.Set'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.ByteUtils' import. Should be before 'org.osgi.framework.BundleContext'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.EtherAddress' import. Should be before 'org.osgi.framework.BundleContext'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.Ip4Network' import. Should be before 'org.osgi.framework.BundleContext'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.IpNetwork' import. Should be before 'org.osgi.framework.BundleContext'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.NumberUtils' import. Should be before 'org.osgi.framework.BundleContext'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockService' import. Should be before 'org.osgi.framework.BundleContext'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.ArpFactory' import. Should be before 'org.osgi.framework.BundleContext'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.EthernetFactory' import. Should be before 'org.osgi.framework.BundleContext'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.mac.MacEntry' import. Should be before 'org.osgi.framework.BundleContext'. | 36 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 133 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 137 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 138 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 139 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 140 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
![]() |
misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 158 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 247 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 250 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 251 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 252 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 454 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.inventory.MacVlan' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.mac.MacEntry' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 18 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 222 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 228 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 229 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 255 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 259 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 94 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 115 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Set'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadOnlyTransaction' import. Should be before 'org.opendaylight.vtn.manager.it.util.vnode.VTerminalIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.it.util.vnode.VTerminalIdentifier'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathmap.rev150328.GlobalPathMaps' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnService' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.MacTables' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 51 |
![]() |
naming | MemberName | Member name 'vTenants' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | LocalVariableName | Local variable name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '31'. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.EthernetFactory' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 17 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 65 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '39'. | 68 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.EthernetFactory' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 17 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 65 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '39'. | 68 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.EthernetFactory' import. Should be before 'org.opendaylight.vtn.manager.it.util.packet.Inet4Factory'. | 17 |
![]() |
naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 |
![]() |
naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 67 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '39'. | 70 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.EthernetFactory' import. Should be before 'org.opendaylight.vtn.manager.it.util.packet.Icmp4Factory'. | 12 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.EthernetFactory' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.Inet4Factory' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 20 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 69 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '42'. | 72 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.EthernetFactory' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.Inet4Factory' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 20 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 69 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '42'. | 72 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action'. | 23 |
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 |
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action'. | 23 |
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 |
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 71 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '40'. | 74 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 64 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 65 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 66 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '75'. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableSet' import. Should be before 'java.util.Set'. | 26 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 50 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 51 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 52 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 53 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 54 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 55 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 56 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 57 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 58 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 59 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 60 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '70'. | 102 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '102'. | 202 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 208 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 55 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 56 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.Address' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.VtnAction'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv4' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.VtnAction'. | 24 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 56 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 57 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.VtnAction'. | 19 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 85 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 87 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.dst.action._case.VtnSetDlDstActionBuilder'. | 21 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 66 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 68 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.dl.src.action._case.VtnSetDlSrcActionBuilder'. | 21 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 66 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 68 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 85 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 87 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 91 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 85 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 87 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 91 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Dscp' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.inet.dscp.action._case.VtnSetInetDscpActionBuilder'. | 23 |
![]() |
naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 87 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 89 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 93 |
![]() |
naming | LocalVariableName | Local variable name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 61 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 63 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 61 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 63 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 60 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 62 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 59 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 61 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 76 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 78 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.action.rev150410.vtn.action.fields.vtn.action.vtn.set.vlan.pcp.action._case.VtnSetVlanPcpActionBuilder'. | 23 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 87 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 89 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 93 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Set'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.it.util.VTNServices'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.RemoveFlowConditionInputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditionService' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.VtnFlowConditions' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.flow.conditions.VtnFlowCondition' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateOperationType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 57 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 58 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 168 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 91 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 92 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 93 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '79'. | 208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 247 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 248 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 432 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 433 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 434 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.match.VTNEtherMatch' import. Should be before 'org.opendaylight.vtn.manager.it.util.flow.match.VTNMatch'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.match.VTNInetMatch' import. Should be before 'org.opendaylight.vtn.manager.it.util.flow.match.VTNMatch'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.match.VTNLayer4Match' import. Should be before 'org.opendaylight.vtn.manager.it.util.flow.match.VTNMatch'. | 16 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 77 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 104 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 137 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 146 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 155 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 57 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 58 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 109 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 110 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 129 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 148 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '161'. | 212 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableSet' import. Should be before 'java.util.Set'. | 27 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 63 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 64 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 65 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 66 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 96 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 97 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 272 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 288 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 340 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '171'. | 394 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 401 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 57 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 58 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 170 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 174 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 175 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 179 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 210 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 220 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 221 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpSourceRangeBuilder'. | 23 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 82 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 83 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 84 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 94 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 95 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 96 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 106 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 107 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 108 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 118 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 119 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.EtherType' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnEtherMatchBuilder'. | 21 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 247 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpVersion' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.vtn.layer4.match.VtnIcmpMatchBuilder'. | 19 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 99 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 116 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 117 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 118 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 122 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 |
![]() |
naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 105 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Dscp' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpVersion' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnInetMatchBuilder'. | 19 |
![]() |
naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 |
![]() |
naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 243 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpVersion' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnLayer4Match'. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpVersion' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.match.fields.VtnLayer4Match'. | 20 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 248 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 249 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpVersion' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.tcp.match.fields.TcpSourceRange'. | 21 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 86 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpVersion' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.cond.rev150313.vtn.udp.match.fields.UdpSourceRange'. | 21 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 86 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.List'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.VtnNodes' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPort' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.node.info.VtnPortKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNode' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.nodes.VtnNodeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.inventory.rev150209.vtn.port.info.PortLink' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 53 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 54 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 69 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 70 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.VlanDescParser' import. Should be before 'org.opendaylight.vtn.manager.util.NumberUtils'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListBuilder'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListBuilder'. | 27 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 292 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 293 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 344 |
![]() |
naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 361 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 386 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 91 |
![]() |
naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherTypes'. | 21 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 128 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 139 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 161 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 177 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 182 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 183 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 184 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 186 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 187 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 188 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 190 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 196 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 221 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 231 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 236 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockService' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.ModelDrivenTestBase' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 29 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 281 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 284 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 285 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 286 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 299 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 316 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 321 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 322 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 327 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 328 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 330 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '253'. | 343 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 348 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 364 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 384 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 20 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 48 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 65 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 127 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 135 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 147 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 173 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Dscp' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.layer._3.match.Ipv4MatchBuilder'. | 28 |
![]() |
naming | ParameterName | Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 207 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 217 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 218 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 219 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 225 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 240 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 255 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 280 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockUtils' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 21 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 |
![]() |
naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 71 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 133 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 147 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 184 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 205 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '165'. | 232 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 244 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.layer._4.match.TcpMatchBuilder'. | 25 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 161 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 166 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 167 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 168 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 169 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 170 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 173 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 179 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 192 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 218 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.layer._4.match.UdpMatchBuilder'. | 25 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 154 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 174 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 200 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 277 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 278 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 279 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 280 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 66 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 67 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 101 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 102 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '128'. | 271 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 300 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 301 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 377 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 378 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 530 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 531 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '92'. | 252 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 253 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 254 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 255 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 79 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 80 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 81 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 96 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 97 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 98 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 127 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 292 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 293 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 294 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 295 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 296 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 297 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.Set'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.it.util.VTNServices'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathPolicyInput' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.RemovePathPolicyInputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicies' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.VtnPathPolicyService' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.pathpolicy.rev150209.vtn.path.policies.VtnPathPolicy' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateOperationType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 58 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 59 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 159 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 53 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 64 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 65 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 66 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockService' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.TestHost' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.VTNServices' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.EthernetFactory' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.Icmp4Factory' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.Inet4Factory' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 18 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 106 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockService' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.TestHost' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.VTNServices' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.EthernetFactory' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.Inet4Factory' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.TcpFactory' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 18 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 47 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 54 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockService' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.TestHost' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.VTNServices' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.EthernetFactory' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.Inet4Factory' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.UdpFactory' import. Should be before 'org.opendaylight.vtn.manager.util.InetProtocols'. | 18 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 48 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 55 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '129'. | 157 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 209 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '80'. | 276 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 285 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockLink' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockService' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.TestHost' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.VTNServices' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.action.ActionVerifier' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.flow.match.FlowMatchType' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.packet.EthernetFactory' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.it.util.VTNServices'. | 24 |
![]() |
naming | MemberName | Member name 'vInterfaces' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 149 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnPortMappableBridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfo' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfoBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.config.AllowedHosts' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.vlan.host.desc.set.VlanHostDescListKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 26 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 127 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 136 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 137 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 141 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 188 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfo' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfoBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.map.info.MacMapStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.mac.rev150907.vtn.mac.mappable.MacMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 100 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodePathFields' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnPortMappableBridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.VterminalKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 22 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 124 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 148 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.it.util.flow.filter.FlowFilterList'. | 31 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 92 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 93 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 94 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 220 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 259 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 260 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 333 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 334 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 335 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 336 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 337 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 414 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 422 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodePathFields' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.MacTables' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.mac.tables.TenantMacTableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntry' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.entry.MacTableEntryKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.vtn.mac.table.list.MacAddressTableKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeInputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeOutputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 51 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 79 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 80 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 98 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 99 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 171 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 232 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 256 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 269 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestination' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestinationBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodePathFields' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 20 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 75 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 84 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 89 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 90 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 91 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 92 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfo' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodePathFields' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.DataObject'. | 17 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.it.util.inventory.InventoryUtils'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceConfig'. | 40 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 204 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 235 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 236 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 283 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 319 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 320 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 350 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 358 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestination' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnPortMappableBridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.VinterfaceStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceInputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.vinterface.info.VinterfaceOutputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 85 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 124 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 133 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 137 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 150 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.regex.Pattern'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.vtn.manager.it.ofmock.DataStoreUtils'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.VtnFlowFilterList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.flow.filter.list.VtnFlowFilterKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtenantConfig' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 39 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 204 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 405 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 455 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 456 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 466 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 482 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 497 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 553 |
![]() |
naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 572 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 590 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VNodeIdentifier.TYPEBIT_VBRIDGE' import. Should be before 'org.opendaylight.vtn.manager.it.util.vnode.VNodeIdentifier.TYPEBIT_VTN'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VNodeIdentifier.TYPEBIT_VTERMINAL' import. Should be before 'org.opendaylight.vtn.manager.it.util.vnode.VNodeIdentifier.TYPEBIT_VTN'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VNodeIdentifier.TYPEBIT_VINTERFACE' import. Should be before 'org.opendaylight.vtn.manager.it.util.vnode.VNodeIdentifier.TYPEBIT_VTN'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VNodeIdentifier.TYPEBIT_VLANMAP' import. Should be before 'org.opendaylight.vtn.manager.it.util.vnode.VNodeIdentifier.TYPEBIT_VTN'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VNodeIdentifier.TYPEBIT_MACMAP' import. Should be before 'org.opendaylight.vtn.manager.it.util.vnode.VNodeIdentifier.TYPEBIT_VTN'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.VNodeIdentifier.TYPEBIT_MACMAP_HOST' import. Should be before 'org.opendaylight.vtn.manager.it.util.vnode.VNodeIdentifier.TYPEBIT_VTN'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'java.util.Map'. | 21 |
![]() |
whitespace | OperatorWrap | '|' should be on a new line. | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 69 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 70 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 71 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 72 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 89 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 90 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 91 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 92 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 93 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 303 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 304 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 328 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 329 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 359 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 360 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 389 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 390 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 405 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 406 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 424 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 425 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 454 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 455 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 456 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 457 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.util.vnode.mac.MacEntry' import. Should be before 'org.opendaylight.vtn.manager.util.EtherAddress'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeState'. | 39 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '258'. | 319 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 323 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 324 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 325 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 326 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 105 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 106 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.it.util.inventory.InventoryUtils'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType'. | 33 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 227 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 228 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 229 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 230 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 268 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vid' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 269 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.it.util.inventory.InventoryUtils'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType'. | 41 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 100 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 101 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 102 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 252 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 253 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 264 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 265 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 277 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 278 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 289 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 290 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 317 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 339 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 340 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 341 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.it.util.pathmap.PathMapSet'. | 33 |
![]() |
naming | MemberName | Member name 'vBridges' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 |
![]() |
naming | MemberName | Member name 'vTerminals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 107 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 108 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 302 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 303 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 304 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 344 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 345 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 346 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 347 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 438 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 439 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 440 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 441 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 557 |
![]() |
javadoc | SummaryJavadoc | Forbidden summary fragment. | 565 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtn.info.VtnInputFilter' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 18 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 66 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.opendaylight.vtn.manager.it.util.VTNServices'. | 21 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 49 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 50 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 51 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 78 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 110 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 114 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 146 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 147 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 148 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 149 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 150 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodePathFields' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.port.mappable.bridge.BridgeStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 20 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 100 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 157 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 181 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestination' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.filter.rev150907.vtn.redirect.filter.config.RedirectDestinationBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePathBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodePathFields' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.Vinterface' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.vtn.mappable.vinterface.list.VinterfaceKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vterminal.rev150907.vtn.vterminal.list.Vterminal' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdentifierBuilder'. | 20 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 76 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 85 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 90 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 91 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 92 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 93 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 151 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.flow.rev150410.virtual.route.info.VirtualNodePath' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfo' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.impl.flow.rev150313.BridgeMapInfoBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.map.info.VlanMapStatus' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.vlan.rev150907.vtn.vlan.mappable.VlanMapKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 139 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 143 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.it.ofmock.OfMockUtils' import. Should be before 'org.opendaylight.vtn.manager.util.IpNetwork'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.mac.rev150907.VtnMacEntry'. | 27 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 279 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 283 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 284 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 287 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 288 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 314 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 315 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Function' import. Should be before 'java.util.concurrent.ExecutionException'. | 13 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadOnlyTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.WriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.ReadFailedException' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 107 |
![]() |
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 122 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '61'. | 215 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.UUID'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'java.util.UUID'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.networks.attributes.Networks' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.networks.attributes.networks.Network' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.networks.attributes.networks.NetworkBuilder' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 48 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 96 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 98 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 115 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 117 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 154 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 207 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 247 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 248 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 249 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeUpdateMode' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.networks.attributes.networks.Network' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.networks.attributes.networks.Network' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.networks.attributes.networks.NetworkBuilder' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 20 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 22 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 22 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'network' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 82 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 128 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'network' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 166 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'network' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 197 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 213 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 159 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 160 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 161 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'mode' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 74 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'expected' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 144 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 172 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 173 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 174 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.networks.attributes.Networks' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.networks.attributes.networks.Network' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron'. | 28 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 73 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 77 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 93 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 94 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 95 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.ListenerRegistration' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.networks.attributes.Networks' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.networks.attributes.networks.Network' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.networks.attributes.networks.NetworkBuilder' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.networks.attributes.networks.NetworkKey' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.NetworkProviderExtension' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.NetworkProviderExtensionBuilder' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 53 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 94 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 129 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'updatedNetworks' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 137 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'deletedNetworks' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 138 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 192 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 193 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 359 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 360 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 361 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 373 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 374 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 375 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 376 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 392 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 393 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 394 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 395 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 396 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 397 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 412 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 413 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 414 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 415 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.ReadFailedException' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.RpcProviderRegistry' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.neutron.config.rev160701.VtnNeutronConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopology' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopologyBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.TopologyBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.TopologyKey' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 129 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 130 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 131 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 138 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 145 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 164 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapInput' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapInputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbBridgeAugmentation' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbBridgeAugmentationBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbBridgeName' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbBridgeProtocolBase' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbBridgeProtocolOpenflow13' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbFailModeBase' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbFailModeSecure' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbFailModeStandalone' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbNodeAugmentation' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbNodeRef' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbTerminationPointAugmentation' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbTerminationPointAugmentationBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes.ControllerEntry' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes.ControllerEntryBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes.ProtocolEntry' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes.ProtocolEntryBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.node.attributes.ConnectionInfo' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.node.attributes.ManagedNodeEntry' import. Should be before 'org.slf4j.LoggerFactory'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port' import. Should be before 'org.slf4j.LoggerFactory'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopology' import. Should be before 'org.slf4j.LoggerFactory'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId' import. Should be before 'org.slf4j.LoggerFactory'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. Should be before 'org.slf4j.LoggerFactory'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId' import. Should be before 'org.slf4j.LoggerFactory'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology' import. Should be before 'org.slf4j.LoggerFactory'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.TopologyKey' import. Should be before 'org.slf4j.LoggerFactory'. | 66 |
![]() |
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. Should be before 'org.slf4j.LoggerFactory'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.NodeBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.NodeKey' import. Should be before 'org.slf4j.LoggerFactory'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPoint' import. Should be before 'org.slf4j.LoggerFactory'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPointBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPointKey' import. Should be before 'org.slf4j.LoggerFactory'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri' import. Should be before 'org.slf4j.LoggerFactory'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.slf4j.LoggerFactory'. | 75 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'OVSDBEventHandler' must contain no more than '4' capital letters. | 80 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 101 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 102 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 110 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 204 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 206 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 207 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 221 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 236 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 237 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 238 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 239 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 278 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 279 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 320 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 322 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 324 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 329 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 376 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 507 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 508 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 509 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 511 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 512 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 514 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 544 |
![]() |
javadoc | JavadocStyle | Javadoc has empty description section. | 560 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.List'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.powermock.reflect.Whitebox'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.powermock.reflect.Whitebox'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInput' import. Should be before 'org.powermock.reflect.Whitebox'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder' import. Should be before 'org.powermock.reflect.Whitebox'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapInput' import. Should be before 'org.powermock.reflect.Whitebox'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapInputBuilder' import. Should be before 'org.powermock.reflect.Whitebox'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port' import. Should be before 'org.powermock.reflect.Whitebox'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.PortBuilder' import. Should be before 'org.powermock.reflect.Whitebox'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbBridgeAugmentation' import. Should be before 'org.powermock.reflect.Whitebox'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbBridgeAugmentationBuilder' import. Should be before 'org.powermock.reflect.Whitebox'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbBridgeName' import. Should be before 'org.powermock.reflect.Whitebox'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbBridgeRef' import. Should be before 'org.powermock.reflect.Whitebox'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbNodeAugmentation' import. Should be before 'org.powermock.reflect.Whitebox'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbNodeAugmentationBuilder' import. Should be before 'org.powermock.reflect.Whitebox'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbNodeRef' import. Should be before 'org.powermock.reflect.Whitebox'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbTerminationPointAugmentation' import. Should be before 'org.powermock.reflect.Whitebox'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbTerminationPointAugmentationBuilder' import. Should be before 'org.powermock.reflect.Whitebox'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes.ControllerEntry' import. Should be before 'org.powermock.reflect.Whitebox'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes.ControllerEntryBuilder' import. Should be before 'org.powermock.reflect.Whitebox'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes.ProtocolEntry' import. Should be before 'org.powermock.reflect.Whitebox'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes.ProtocolEntryBuilder' import. Should be before 'org.powermock.reflect.Whitebox'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbFailModeSecure' import. Should be before 'org.powermock.reflect.Whitebox'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbBridgeProtocolOpenflow13' import. Should be before 'org.powermock.reflect.Whitebox'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.node.attributes.ConnectionInfo' import. Should be before 'org.powermock.reflect.Whitebox'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.node.attributes.ConnectionInfoBuilder' import. Should be before 'org.powermock.reflect.Whitebox'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.node.attributes.ManagedNodeEntry' import. Should be before 'org.powermock.reflect.Whitebox'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.node.attributes.ManagedNodeEntryBuilder' import. Should be before 'org.powermock.reflect.Whitebox'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress' import. Should be before 'org.powermock.reflect.Whitebox'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address' import. Should be before 'org.powermock.reflect.Whitebox'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri' import. Should be before 'org.powermock.reflect.Whitebox'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid' import. Should be before 'org.powermock.reflect.Whitebox'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.powermock.reflect.Whitebox'. | 76 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopology' import. Should be before 'org.powermock.reflect.Whitebox'. | 77 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId' import. Should be before 'org.powermock.reflect.Whitebox'. | 78 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. Should be before 'org.powermock.reflect.Whitebox'. | 79 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology' import. Should be before 'org.powermock.reflect.Whitebox'. | 80 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.TopologyKey' import. Should be before 'org.powermock.reflect.Whitebox'. | 81 |
![]() |
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. Should be before 'org.powermock.reflect.Whitebox'. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.NodeBuilder' import. Should be before 'org.powermock.reflect.Whitebox'. | 83 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.NodeKey' import. Should be before 'org.powermock.reflect.Whitebox'. | 84 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPoint' import. Should be before 'org.powermock.reflect.Whitebox'. | 85 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPointKey' import. Should be before 'org.powermock.reflect.Whitebox'. | 86 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPointBuilder' import. Should be before 'org.powermock.reflect.Whitebox'. | 87 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId' import. Should be before 'org.powermock.reflect.Whitebox'. | 88 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'OVSDBEventHandlerTest' must contain no more than '4' capital letters. | 96 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 156 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 157 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 159 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 160 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 163 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 182 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 186 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 202 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 229 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 230 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 266 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 271 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 272 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 274 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 280 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 281 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 282 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 283 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 291 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 292 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 294 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 295 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 296 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 299 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 300 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 301 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 302 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 319 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 320 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 330 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 331 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 332 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 341 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 342 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 347 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 348 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 350 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 351 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 352 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 376 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 379 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 380 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 387 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 390 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 391 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 393 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 394 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 395 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 421 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 447 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 451 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 452 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 454 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 455 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 457 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 459 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 460 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 461 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 462 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 487 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 490 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 491 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 498 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 501 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 502 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 504 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 505 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 506 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 554 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 582 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 585 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 586 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 588 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 589 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 591 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 620 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 621 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 638 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 639 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 680 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 681 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 682 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 683 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 706 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 707 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 708 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 709 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 717 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 718 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 719 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 720 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 721 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 722 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 723 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 747 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 748 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 749 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 750 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 758 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 759 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 760 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 761 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 762 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 763 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 764 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 789 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 790 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 791 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 792 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 816 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 817 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 818 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 819 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 825 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 826 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 827 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 828 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 951 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 962 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 963 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 967 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 968 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 979 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 980 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 983 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 984 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1009 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1010 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1012 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1013 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1015 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1016 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1018 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1019 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 1021 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1024 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1025 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1026 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1027 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1028 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1029 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1031 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1032 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1033 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1059 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1096 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1097 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1099 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1100 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1109 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1116 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1144 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.ListenerRegistration' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
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. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.TopologyKey' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopology' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 75 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 76 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 78 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 79 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 120 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 129 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 143 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.ListenerRegistration' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbNodeAugmentation' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbNodeAugmentationBuilder' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopology' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.TopologyKey' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 60 |
![]() |
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. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.NodeBuilder' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.NodeKey' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 63 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 104 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 120 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'updatedNodes' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 148 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'deletedNodes' declaration and its first usage is 12, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 157 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 180 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 190 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 191 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 192 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 220 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 233 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 248 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 288 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 335 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 358 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 359 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 360 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 371 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 372 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 383 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 385 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 386 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 387 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 405 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 406 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 407 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 408 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 427 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 428 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 429 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 430 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'javax.annotation.Nonnull'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.DatapathId' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbBridgeAugmentation' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbBridgeName' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbNodeAugmentation' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbTerminationPointAugmentation' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.port._interface.attributes.InterfaceExternalIds' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.Ports' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.PortKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
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. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPoint' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 285 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 308 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 309 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 333 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '188'. | 524 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 601 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 620 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 621 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 622 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 623 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 631 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.ReadTransaction' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.Ports' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.PortBuilder' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.DatapathId' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbBridgeAugmentation' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbBridgeAugmentationBuilder' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbBridgeName' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbNodeAugmentation' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbNodeAugmentationBuilder' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbTerminationPointAugmentation' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbTerminationPointAugmentationBuilder' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.port._interface.attributes.InterfaceExternalIds' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.port._interface.attributes.InterfaceExternalIdsBuilder' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 67 |
![]() |
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. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.NodeBuilder' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPoint' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPointBuilder' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.node.attributes.SupportingNode' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.node.attributes.SupportingNodeBuilder' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 73 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 173 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 174 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 175 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 233 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 262 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 306 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 307 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 314 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 315 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 404 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 405 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'expected' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 417 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 421 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 422 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 443 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 445 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 446 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 456 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 457 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 468 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 469 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 525 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 526 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 527 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 528 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 558 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 561 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 562 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 563 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 564 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 565 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 589 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 596 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 597 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 598 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 599 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 600 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ovbr' declaration and its first usage is 12, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 623 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ovnode' declaration and its first usage is 12, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 626 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 626 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 668 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 669 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 670 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 671 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 672 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 731 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 732 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 733 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 734 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 764 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 767 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 768 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 769 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 770 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 771 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ovbr' declaration and its first usage is 12, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 794 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ovnode' declaration and its first usage is 12, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 796 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 796 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 831 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 832 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 833 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 834 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 835 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 865 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 872 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 873 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 874 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 875 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 905 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 906 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 907 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 913 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 914 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 915 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 942 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 946 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 947 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 948 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 949 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 951 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 952 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 953 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 954 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 955 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 989 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1009 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1010 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1011 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1013 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1014 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1015 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1016 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1017 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1054 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1057 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1058 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1059 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1060 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1062 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1063 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1064 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1099 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1107 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1108 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1109 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1110 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1114 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1115 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1116 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1117 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1159 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1160 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1161 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1163 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1164 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1165 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1166 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1210 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1213 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1216 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1217 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1218 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1274 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1275 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1276 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1277 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1279 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1280 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1281 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1282 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'beforeOvbr' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1323 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'afterOvbr' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1325 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1328 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'before' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1375 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1375 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1376 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1377 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1378 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'after' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1380 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1380 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1381 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1382 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1383 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1411 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1451 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1459 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1460 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1461 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1462 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1463 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1465 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1466 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1467 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1468 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1469 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ovbr' declaration and its first usage is 33, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1499 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1525 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1526 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1541 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1542 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1621 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1622 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1624 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1625 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1677 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1678 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1690 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1691 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1696 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1697 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1700 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1701 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1708 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'tchildren' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1714 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1717 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1718 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1719 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1721 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1722 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1727 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1736 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1737 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1739 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1740 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1741 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1745 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1753 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1754 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1755 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1757 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1758 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1759 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1763 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1767 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1768 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1769 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1770 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1772 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1773 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1774 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1775 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1795 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1843 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1844 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1845 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1870 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1871 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1872 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1896 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1897 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1898 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1899 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1901 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1902 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1903 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1914 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1915 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1960 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 31 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.ListenerRegistration' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeUpdateMode' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.RemoveVinterfaceInput' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.RemoveVinterfaceInputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInput' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.Ports' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 76 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 77 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 78 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 79 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 97 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 98 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 99 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 100 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 101 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 102 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 122 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 123 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 124 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Matchers.any' import. Should be before 'org.opendaylight.vtn.manager.neutron.impl.VTNNeutronUtils.convertUUIDToKey'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Matchers.isA' import. Should be before 'org.opendaylight.vtn.manager.neutron.impl.VTNNeutronUtils.convertUUIDToKey'. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Mockito.verify' import. Should be before 'org.opendaylight.vtn.manager.neutron.impl.VTNNeutronUtils.convertUUIDToKey'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Mockito.verifyNoMoreInteractions' import. Should be before 'org.opendaylight.vtn.manager.neutron.impl.VTNNeutronUtils.convertUUIDToKey'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Mockito.verifyZeroInteractions' import. Should be before 'org.opendaylight.vtn.manager.neutron.impl.VTNNeutronUtils.convertUUIDToKey'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Mockito.when' import. Should be before 'org.opendaylight.vtn.manager.neutron.impl.VTNNeutronUtils.convertUUIDToKey'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.MockitoAnnotations.initMocks' import. Should be before 'org.opendaylight.vtn.manager.neutron.impl.VTNNeutronUtils.convertUUIDToKey'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.concepts.ListenerRegistration' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeUpdateMode' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.RemoveVinterfaceInput' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.RemoveVinterfaceInputBuilder' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInput' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.Ports' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.PortBuilder' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.PortKey' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 60 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 101 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 109 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 133 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 133 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'removeInputs' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 184 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 185 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 186 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 187 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 262 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 264 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 265 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 266 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 267 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 278 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 279 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 280 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 281 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 282 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 283 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 284 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 295 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 296 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 297 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 298 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 312 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 313 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 314 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 315 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Import statement for 'org.mockito.Mockito.mock' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 14 |
![]() |
imports | CustomImportOrder | Import statement for 'org.mockito.Mockito.verify' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 15 |
![]() |
imports | CustomImportOrder | Import statement for 'org.mockito.Mockito.verifyNoMoreInteractions' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 16 |
![]() |
imports | CustomImportOrder | Import statement for 'org.mockito.Mockito.when' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 17 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.opendaylight.controller.md.sal.binding.api.ReadOnlyTransaction'. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.concurrent.TimeoutException'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableList' import. Should be before 'java.util.concurrent.TimeoutException'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'java.util.concurrent.TimeoutException'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'java.util.concurrent.TimeoutException'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ListenableFuture' import. Should be before 'java.util.concurrent.TimeoutException'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 52 |
![]() |
javadoc | AtclauseOrder | At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. | 113 |
![]() |
javadoc | AtclauseOrder | At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. | 127 |
![]() |
javadoc | AtclauseOrder | At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. | 143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 159 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 161 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 174 |
![]() |
naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 189 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 283 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 319 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 351 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.concurrent.TimeUnit'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'java.util.concurrent.TimeUnit'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.RpcConsumerRegistry' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcError' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.common.RpcResult' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapInput' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 42 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInput' import. Should be before 'org.slf4j.LoggerFactory'. | 43 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 44 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.VtnPortMapService' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.RemoveVtnInput' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.RemoveVtnInputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInput' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnService' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeUpdateMode' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.slf4j.LoggerFactory'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnRpcResult' import. Should be before 'org.slf4j.LoggerFactory'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateOperationType' import. Should be before 'org.slf4j.LoggerFactory'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.slf4j.LoggerFactory'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.RemoveVbridgeInput' import. Should be before 'org.slf4j.LoggerFactory'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.RemoveVbridgeInputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInput' import. Should be before 'org.slf4j.LoggerFactory'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInputBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnVbridgeService' import. Should be before 'org.slf4j.LoggerFactory'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfig' import. Should be before 'org.slf4j.LoggerFactory'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.slf4j.LoggerFactory'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey' import. Should be before 'org.slf4j.LoggerFactory'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.RemoveVinterfaceInput' import. Should be before 'org.slf4j.LoggerFactory'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInput' import. Should be before 'org.slf4j.LoggerFactory'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceOutput' import. Should be before 'org.slf4j.LoggerFactory'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnVinterfaceService' import. Should be before 'org.slf4j.LoggerFactory'. | 73 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 125 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 126 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 127 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 128 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 129 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 130 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 131 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 132 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 133 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 232 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 233 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 248 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 249 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 250 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 251 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 263 |
![]() |
naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 276 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 281 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 378 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 379 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 380 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 381 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 397 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 449 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 450 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 451 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 452 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 453 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 454 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 471 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 472 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 473 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 568 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.concurrent.Future'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'java.util.concurrent.Future'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'java.util.concurrent.Future'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapInput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapInputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapOutput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.RemovePortMapOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapInputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapOutput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.SetPortMapOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.mapping.port.rev150907.VtnPortMapService' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 66 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.RemoveVtnInput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 67 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.RemoveVtnInputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 68 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 69 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnInputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 70 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnOutput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 71 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.UpdateVtnOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 72 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.VtnService' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 73 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.Vtns' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 74 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.Vtn' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 75 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 76 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.rev150328.vtns.VtnKey' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 77 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeName' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 78 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VnodeUpdateMode' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 79 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnErrorTag' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 80 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateOperationType' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 81 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.types.rev150209.VtnUpdateType' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 82 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.RemoveVbridgeInput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 83 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.RemoveVbridgeInputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 84 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 85 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeInputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 86 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeOutput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 87 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.UpdateVbridgeOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 88 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.VtnVbridgeService' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 89 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfig' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 90 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.info.VbridgeConfigBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 91 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.Vbridge' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 92 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 93 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vbridge.rev150907.vtn.vbridge.list.VbridgeKey' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 94 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.RemoveVinterfaceInput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 95 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.RemoveVinterfaceInputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 96 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 97 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceInputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 98 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceOutput' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 99 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.UpdateVinterfaceOutputBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 100 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.vtn.vinterface.rev150907.VtnVinterfaceService' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 101 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 178 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 179 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 180 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 204 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 206 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 207 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 233 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 234 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 235 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 236 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 240 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 253 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 254 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 255 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 327 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 329 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 331 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 353 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 354 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 357 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 365 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 366 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 429 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 431 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 433 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 458 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 459 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 460 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'txConut' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 464 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 491 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 492 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 493 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 508 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 535 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 536 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 537 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 575 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 576 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 577 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 578 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 579 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 580 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 593 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 596 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 612 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 613 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 614 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 615 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 693 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 695 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 697 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 724 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 725 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 726 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 729 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 739 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 740 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 741 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 804 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 806 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 808 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 838 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 839 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 840 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 841 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 842 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'txConut' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 846 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 874 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 922 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 923 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 924 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 925 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 926 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 930 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 931 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 932 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 933 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 934 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 935 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 939 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 940 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 941 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 942 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 943 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 944 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 945 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 959 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 962 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 973 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 974 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 975 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 976 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1048 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1050 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1052 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1084 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1085 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1086 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1087 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1090 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1102 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1104 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1105 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1168 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1170 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1172 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1205 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1206 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1207 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1208 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1209 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1210 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1214 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1215 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1216 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1217 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1218 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1219 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1226 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1227 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1228 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1229 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1259 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1260 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1261 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1333 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1335 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1337 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1371 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1372 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1373 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1374 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1378 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1381 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1394 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1395 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1396 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1397 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1469 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1471 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1473 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1492 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1494 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1496 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1498 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'vtn' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1501 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1529 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 1531 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.attrs.rev150712.BaseAttributes' import. Should be before 'org.slf4j.Logger'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.networks.attributes.networks.Network' import. Should be before 'org.slf4j.Logger'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port' import. Should be before 'org.slf4j.Logger'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid' import. Should be before 'org.slf4j.Logger'. | 17 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'java.util.Map'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.slf4j.Logger'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid' import. Should be before 'org.slf4j.Logger'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.attrs.rev150712.BaseAttributes' import. Should be before 'org.slf4j.Logger'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.networks.attributes.networks.Network' import. Should be before 'org.slf4j.Logger'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.networks.attributes.networks.NetworkBuilder' import. Should be before 'org.slf4j.Logger'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port' import. Should be before 'org.slf4j.Logger'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.PortBuilder' import. Should be before 'org.slf4j.Logger'. | 38 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 53 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 55 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 57 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 59 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 61 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 63 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 65 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 67 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 69 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 71 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 73 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 75 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 77 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 138 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 140 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 168 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 190 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 211 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 212 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 305 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 1317 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 1337 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 1357 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 1382 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 1408 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 105 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 106 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 107 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 108 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 109 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 110 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 112 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 114 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 314 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 324 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 16 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 256 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 257 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 258 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 259 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 260 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 261 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 262 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 263 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 264 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 282 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 283 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 284 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 285 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 286 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 287 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 288 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 289 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'sha' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 356 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'tha' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 357 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'spa' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 358 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'tpa' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 359 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'java.util.Map'. | 17 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 54 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 55 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 56 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 57 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 17 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 142 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 143 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 151 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 152 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 153 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 165 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 166 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 167 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 168 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 169 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 170 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 171 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 172 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 173 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 200 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 201 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 70 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 71 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 72 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 73 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 74 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 75 |
![]() |
whitespace | OperatorWrap | '|' should be on a new line. | 196 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 224 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 232 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 246 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 251 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 265 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 131 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 132 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 133 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 134 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 135 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 149 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 151 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 152 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 71 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 72 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 73 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 74 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 75 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 16 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'tpa' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 197 |
![]() |
naming | LocalVariableName | Local variable name 'dMac' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 214 |
![]() |
naming | LocalVariableName | Local variable name 'sMac' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 218 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 223 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 224 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 225 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 228 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 229 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 230 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 231 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 236 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 237 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 238 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 239 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 240 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 352 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 353 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 354 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 355 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 367 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 368 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 369 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 370 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 371 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 372 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 373 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 374 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 375 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 396 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 397 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 398 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'java.util.Map'. | 20 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 189 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 190 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 191 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 192 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 193 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 194 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 195 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 196 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 197 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 198 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 199 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 200 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 201 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 202 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 203 |
![]() |
whitespace | OperatorWrap | '|' should be on a new line. | 576 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 623 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 657 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 665 |
![]() |
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 685 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 735 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 759 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.TestBase' import. Should be before 'org.opendaylight.vtn.manager.util.Ip4Network'. | 19 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'options' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 328 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'header4' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 464 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'header5' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 470 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'header6' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 476 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'header7' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 482 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 615 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 616 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 617 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 618 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 628 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 638 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 660 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 661 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 662 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 663 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 664 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 665 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 666 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 667 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 668 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 669 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 672 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 673 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 674 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 675 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 706 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 707 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 708 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 709 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 710 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 711 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 712 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 713 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 716 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 717 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 718 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 719 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'id' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 768 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'offset' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 769 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ttl' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 770 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'srcIp' declaration and its first usage is 13, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 771 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dstIp' declaration and its first usage is 14, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 772 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'id' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 843 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'off' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 846 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ttl' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 847 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'srcIp' declaration and its first usage is 13, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 848 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'dstIp' declaration and its first usage is 14, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 849 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.ByteUtils' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.vtn.manager.util.Ip4Network' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 142 |
![]() |
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 254 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 284 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 285 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 286 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 312 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 371 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 372 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 373 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 393 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 409 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 542 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '485'. | 562 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '496'. | 574 |
![]() |
naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 682 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 758 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 775 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 780 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 |
![]() |
naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'srcMac' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 72 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'etype' declaration and its first usage is 13, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 73 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'spa' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 100 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'tha' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 101 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'tpa' declaration and its first usage is 17, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 102 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'header' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 99 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 100 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 101 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 102 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 103 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 104 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 105 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 106 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 107 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 108 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 109 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 285 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 238 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 239 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 240 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 241 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 242 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 244 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 245 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 246 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 247 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 267 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 268 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 269 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 270 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 271 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 272 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 273 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 274 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 275 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'seq' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 344 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'ack' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 345 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'off' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 346 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'resv' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 347 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'flags' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 348 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'wsize' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 349 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cksum' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 350 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'urg' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 351 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'payload' declaration and its first usage is 14, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 415 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 50 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 51 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 52 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 53 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 54 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 114 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 115 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 116 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 131 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 132 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 133 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'len' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 178 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'cksum' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 179 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'payload' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 220 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 86 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 98 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 181 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | EmptyBlock | Empty catch block. | 68 |
![]() |
blocks | EmptyBlock | Empty catch block. | 115 |
![]() |
blocks | EmptyBlock | Empty catch block. | 127 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'expected' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 281 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.MacAddressFilter'. | 22 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 85 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 111 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 118 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 147 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 166 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 221 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 261 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 306 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '184'. | 400 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '196'. | 410 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 452 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.ethernet.match.fields.EthernetSourceBuilder'. | 30 |
![]() |
blocks | EmptyBlock | Empty catch block. | 66 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
![]() |
blocks | EmptyBlock | Empty catch block. | 130 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 278 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'mac' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 325 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 328 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 402 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 413 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 461 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 475 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 500 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'mac' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 562 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'mac' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 590 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 609 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 610 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 611 |
![]() |
naming | LocalVariableName | Local variable name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 617 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'java.util.Map'. | 13 |
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'java.util.Map'. | 15 |
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv4Builder'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv4Builder'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv4Builder'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv4Builder'. | 23 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 313 |
![]() |
javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 333 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '118'. | 368 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 374 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 382 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 390 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 399 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 418 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 426 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 440 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 454 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 467 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 489 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 498 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv4Builder'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv4Builder'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv4Builder'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv4Builder'. | 31 |
![]() |
blocks | EmptyBlock | Empty catch block. | 130 |
![]() |
blocks | EmptyBlock | Empty catch block. | 136 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 243 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 395 |
![]() |
blocks | EmptyBlock | Empty catch block. | 447 |
![]() |
blocks | EmptyBlock | Empty catch block. | 453 |
![]() |
blocks | EmptyBlock | Empty catch block. | 459 |
![]() |
blocks | EmptyBlock | Empty catch block. | 616 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'host' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 651 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'iaddr' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 722 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'text' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 728 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'iaddr' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 767 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'text' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 773 |
![]() |
naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 794 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'host' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 809 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 812 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 813 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 814 |
![]() |
naming | LocalVariableName | Local variable name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 820 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv4'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv4'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv4'. | 26 |
![]() |
coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 96 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 136 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 159 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '153'. | 387 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv6Builder'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv6Builder'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv6Builder'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv6Builder'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv6Builder'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv6Builder'. | 31 |
![]() |
blocks | EmptyBlock | Empty catch block. | 154 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 174 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 158 |
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 171 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 172 |
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 184 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 185 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 196 |
![]() |
naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 206 |
![]() |
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 217 |
![]() |
naming | ParameterName | Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 228 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '158'. | 258 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '137'. | 269 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 307 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 |
![]() |
naming | LocalVariableName | Local variable name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 |
![]() |
naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 |
![]() |
blocks | EmptyBlock | Empty catch block. | 104 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 157 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 158 |
![]() |
blocks | EmptyBlock | Empty catch block. | 173 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 181 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 |
![]() |
naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 241 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 266 |
![]() |
naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 348 |
![]() |
naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 376 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 409 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 454 |
![]() |
naming | LocalVariableName | Local variable name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 489 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.Address'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.Address'. | 16 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 39 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 47 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 55 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 63 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 71 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 79 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 87 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
![]() |
whitespace | OperatorWrap | '^' should be on a new line. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 |
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 27 |
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 53 |
![]() |
blocks | EmptyBlock | Empty catch block. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 |
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | EmptyBlock | Empty catch block. | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 |
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
![]() |
blocks | EmptyBlock | Empty catch block. | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 |
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 107 |
![]() |
naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 116 |
![]() |
blocks | EmptyBlock | Empty catch block. | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 |
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 |
![]() |
blocks | EmptyBlock | Empty catch block. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 |
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | EmptyBlock | Empty catch block. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 |
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | EmptyBlock | Empty catch block. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 |
![]() |
naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | EmptyBlock | Empty catch block. | 83 |