The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock
|
1 | ![]() |
NeedBraces | 1 | ![]() | |
RightCurly
|
1 | ![]() | |
RightCurly | 1 | ![]() | |
coding | IllegalCatch | 9 | ![]() |
MissingSwitchDefault | 2 | ![]() | |
OverloadMethodsDeclarationOrder | 13 | ![]() | |
VariableDeclarationUsageDistance | 14 | ![]() | |
imports | AvoidStarImport | 1 | ![]() |
CustomImportOrder
|
168 | ![]() | |
UnusedImports | 5 | ![]() | |
indentation | Indentation
|
49 | ![]() |
javadoc | JavadocParagraph
|
8 | ![]() |
JavadocStyle
|
11 | ![]() | |
NonEmptyAtclauseDescription | 1 | ![]() | |
misc | ArrayTypeStyle | 7 | ![]() |
modifier | RedundantModifier | 2 | ![]() |
naming | AbbreviationAsWordInName
|
3 | ![]() |
ClassTypeParameterName
|
1 | ![]() | |
ConstantName | 2 | ![]() | |
LocalVariableName
|
46 | ![]() | |
MemberName
|
2 | ![]() | |
MethodTypeParameterName
|
4 | ![]() | |
ParameterName
|
63 | ![]() | |
regexp | RegexpSingleline
|
6 | ![]() |
sizes | LineLength
|
109 | ![]() |
whitespace | EmptyLineSeparator
|
10 | ![]() |
MethodParamPad | 3 | ![]() | |
OperatorWrap
|
15 | ![]() | |
SeparatorWrap
|
28 | ![]() | |
SeparatorWrap
|
28 | ![]() | |
WhitespaceAround
|
113 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'org.slf4j.LoggerFactory'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.net.InetAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 61 |
![]() |
imports | CustomImportOrder | Import statement for 'org.mockito.Matchers.any' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 63 |
![]() |
imports | CustomImportOrder | Import statement for 'org.mockito.Matchers.anyString' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 64 |
![]() |
imports | CustomImportOrder | Import statement for 'org.mockito.Mockito.doReturn' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 65 |
![]() |
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. | 66 |
![]() |
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. | 67 |
![]() |
imports | CustomImportOrder | Import statement for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType.CONFIGURATION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 68 |
![]() |
imports | CustomImportOrder | Import statement for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType.OPERATIONAL' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 69 |
![]() |
imports | CustomImportOrder | Import statement for 'org.powermock.api.support.membermodification.MemberMatcher.field' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 70 |
![]() |
imports | CustomImportOrder | Import statement for 'org.powermock.api.support.membermodification.MemberModifier.suppress' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 133 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 140 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 149 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 150 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 153 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 155 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 169 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 184 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 184 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'update' 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 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 249 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 260 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 268 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.powermock.reflect.Whitebox'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.powermock.reflect.Whitebox'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.CountDownLatch' import. Should be before 'org.powermock.reflect.Whitebox'. | 37 |
![]() |
imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 39 |
![]() |
imports | CustomImportOrder | Import statement for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType.CONFIGURATION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 40 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 43 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'MCAST_MAC_DATA_VALIDATOR' must contain no more than '4' capital letters. | 51 |
![]() |
naming | MemberName | Member name 'MCAST_MAC_DATA_VALIDATOR' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 59 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 63 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 65 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 79 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 96 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ListenableFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 92 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 117 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '84'. | 178 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 302 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.annotation.Nonnull' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'javax.annotation.Nullable' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.net.ConnectException' import. Should be before 'org.slf4j.LoggerFactory'. | 57 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.net.InetAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 58 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.net.UnknownHostException' import. Should be before 'org.slf4j.LoggerFactory'. | 59 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. | 60 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 61 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.slf4j.LoggerFactory'. | 62 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ConcurrentHashMap' import. Should be before 'org.slf4j.LoggerFactory'. | 63 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ExecutionException' import. Should be before 'org.slf4j.LoggerFactory'. | 64 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.TimeUnit' import. Should be before 'org.slf4j.LoggerFactory'. | 65 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.TimeoutException' import. Should be before 'org.slf4j.LoggerFactory'. | 66 |
![]() |
imports | CustomImportOrder | Import statement for 'org.opendaylight.ovsdb.lib.operations.Operations.op' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 68 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 70 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 118 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 170 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 183 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '229'. | 249 |
![]() |
naming | LocalVariableName | Local variable name 'pSwitchNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 252 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 254 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 261 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 262 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 262 |
![]() |
naming | ParameterName | Parameter name 'pNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 270 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 272 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 410 |
![]() |
indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 418 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 437 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 437 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'switch' is not followed by whitespace. | 440 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 440 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 455 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 461 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 466 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 478 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '223'. | 554 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '294'. | 559 |
![]() |
indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 560 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 561 |
![]() |
indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 562 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 569 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 573 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 576 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - com.google.common.base.Optional. | 11 |
![]() |
imports | UnusedImports | Unused import - org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction. | 27 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 63 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 211 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 212 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 219 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'switch' is not followed by whitespace. | 227 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 232 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'switch' is not followed by whitespace. | 244 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 249 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 276 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 276 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 281 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.reflect.Field' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.reflect.Modifier' import. Should be before 'org.slf4j.LoggerFactory'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'org.slf4j.LoggerFactory'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 42 |
![]() |
imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 43 |
![]() |
imports | CustomImportOrder | Import statement for 'org.mockito.Matchers.any' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 44 |
![]() |
imports | CustomImportOrder | Import statement for 'org.mockito.Mockito.times' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 45 |
![]() |
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. | 46 |
![]() |
imports | CustomImportOrder | Import statement for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType.CONFIGURATION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 47 |
![]() |
imports | CustomImportOrder | Import statement for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType.OPERATIONAL' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 48 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 98 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 105 |
![]() |
blocks | EmptyBlock | Empty catch block. | 105 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ConcurrentHashMap' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 92 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 93 |
![]() |
naming | ParameterName | Parameter name 'pSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 203 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPoint'. | 24 |
![]() |
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.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPoint'. | 25 |
![]() |
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.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPoint'. | 26 |
![]() |
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.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPoint'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 47 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 57 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 70 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 87 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'switch' is not followed by whitespace. | 87 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 172). | 115 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 120 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'ENUM_DEF' should be separated from previous statement. | 13 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'HWVTEPSCHEMATABLES' must contain no more than '4' capital letters. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId'. | 21 |
![]() |
indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 8. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.EncapsulationTypeBase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.hwvtep.physical.port.attributes.VlanBindingsKey'. | 33 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.EncapsulationTypeVxlanOverIpv4' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.hwvtep.physical.port.attributes.VlanBindingsKey'. | 34 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.HwvtepGlobalAugmentation' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.hwvtep.physical.port.attributes.VlanBindingsKey'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.HwvtepNodeName' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.hwvtep.physical.port.attributes.VlanBindingsKey'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.HwvtepPhysicalLocatorRef' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.hwvtep.physical.port.attributes.VlanBindingsKey'. | 37 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.HwvtepPhysicalPortAugmentation' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.hwvtep.physical.port.attributes.VlanBindingsKey'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.PhysicalSwitchAugmentation' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.hwvtep.physical.port.attributes.VlanBindingsKey'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.hwvtep.global.attributes.ConnectionInfoBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.hwvtep.physical.port.attributes.VlanBindingsKey'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.net.InetAddresses' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 137 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '74'. | 148 |
![]() |
naming | ParameterName | Parameter name 'pSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '86'. | 162 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '154'. | 169 |
![]() |
naming | ParameterName | Parameter name 'lSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 170 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '184'. | 205 |
![]() |
naming | ParameterName | Parameter name 'pLoc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 210 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 212 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 212 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 214 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 214 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 214 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 214 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '205'. | 224 |
![]() |
naming | ParameterName | Parameter name 'vBindings' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 225 |
![]() |
indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 226 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 37 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 107 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 107 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 111 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 115 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 119 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 140 |
![]() |
whitespace | SeparatorWrap | ',' should be on the previous line. | 149 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 172 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.opendaylight.yangtools.yang.binding.DataObject. | 31 |
![]() |
naming | ParameterName | Parameter name 'pNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 131 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 136 |
![]() |
naming | MethodTypeParameterName | Method type name 'KeyType' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'. | 146 |
![]() |
naming | MethodTypeParameterName | Method type name 'KeyType' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'. | 157 |
![]() |
naming | MethodTypeParameterName | Method type name 'KeyType' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'. | 168 |
![]() |
naming | MethodTypeParameterName | Method type name 'KeyType' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'. | 179 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Arrays' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 47 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 49 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 59 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 60 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 71 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 81 |
![]() |
naming | LocalVariableName | Local variable name 'lSwitchIid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 106 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 106 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 134 |
![]() |
naming | LocalVariableName | Local variable name 'mMacLocalBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 136 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 163 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 163 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 163 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.powermock.reflect.Whitebox'. | 30 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.powermock.reflect.Whitebox'. | 31 |
![]() |
imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 |
![]() |
imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name 'MCAST_MAC_DATA_VALIDATOR' must contain no more than '4' capital letters. | 40 |
![]() |
naming | MemberName | Member name 'MCAST_MAC_DATA_VALIDATOR' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 47 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.concurrent.*. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.*' import. Should be before 'org.slf4j.LoggerFactory'. | 16 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 20 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 33 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 42 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 21 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 122 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 122 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ConcurrentHashMap' import. Should be before 'org.slf4j.LoggerFactory'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.Future' import. Should be before 'org.slf4j.LoggerFactory'. | 14 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 18 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 24 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 31 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 43 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 44 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 44 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 46 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.Identifier' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.Identifiable' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 15 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 16 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 19 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 26 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 48 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 63 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 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.controller.md.sal.binding.api.DataTreeModification'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification.ModificationType' import. Should be before 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification'. | 15 |
![]() |
imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.HwvtepPhysicalSwitchAttributes. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 53 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 99 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 100 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 107 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Import statement for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType.CONFIGURATION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 |
![]() |
imports | CustomImportOrder | Import statement for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType.OPERATIONAL' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.ovsdb.hwvtepsouthbound.HwvtepConnectionManager' import. Should be before 'org.opendaylight.ovsdb.lib.OvsdbClient'. | 13 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.net.ConnectException' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.net.UnknownHostException' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.atomic.AtomicInteger' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 27 |
![]() |
naming | LocalVariableName | Local variable name 'nIid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'java.util.Set'. | 23 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 37 |
![]() |
naming | ClassTypeParameterName | Class type name 'Aug' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 207 |
![]() |
naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 235 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 235 |
![]() |
naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 246 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 246 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 261 |
![]() |
naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 287 |
![]() |
naming | ParameterName | Parameter name 'b' 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. | 295 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 295 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'org.slf4j.LoggerFactory'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ExecutorService' import. Should be before 'org.slf4j.LoggerFactory'. | 24 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.Executors' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.LinkedBlockingQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ThreadFactory' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
naming | ConstantName | Name 'threadFact' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 32 |
![]() |
naming | ConstantName | Name 'executorService' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 66 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 66 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 74 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 19 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 36 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 36 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 44 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 58 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collections' import. Should be before 'org.slf4j.LoggerFactory'. | 50 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.slf4j.LoggerFactory'. | 51 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 52 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map.Entry' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.slf4j.LoggerFactory'. | 55 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ConcurrentHashMap' import. Should be before 'org.slf4j.LoggerFactory'. | 56 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 69 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 125 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 126 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 130 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 182 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 229 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 245 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 335 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '238'. | 335 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '182'. | 343 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '202'. | 348 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 69 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 83 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 85 |
![]() |
naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 104 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 58 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 63 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 77 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 89 |
![]() |
naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 117 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'java.util.Map.Entry'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'operationalMacOptional' 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). | 59 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 61 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 98 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 86 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 93 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 93 |
![]() |
naming | ParameterName | Parameter name 'a' 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]*$'. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'java.util.Objects'. | 21 |
![]() |
imports | CustomImportOrder | Import statement for 'org.opendaylight.ovsdb.lib.operations.Operations.op' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 39 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 78 |
![]() |
indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 89 |
![]() |
indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 90 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'operationalMacOptional' 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). | 90 |
![]() |
indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 92 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 92 |
![]() |
indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 93 |
![]() |
indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 94 |
![]() |
indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 95 |
![]() |
indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 8. | 96 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 97 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 98 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 99 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 100 |
![]() |
indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 101 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 102 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 103 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 105 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 106 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 107 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 110 |
![]() |
indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 111 |
![]() |
indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 12. | 112 |
![]() |
indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 8. | 114 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 120 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 133 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 135 |
![]() |
naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 165 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 35 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Sets' import. Should be before 'org.slf4j.LoggerFactory'. | 36 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 66 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 70 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 79 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 101 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 121 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 129 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Sets' import. Should be before 'org.slf4j.LoggerFactory'. | 41 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 83 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 96 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 103 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 105 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 165 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 166 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 166 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 166 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 166 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 167 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 186 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 232 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 240 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Sets' import. Should be before 'org.slf4j.LoggerFactory'. | 33 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 60 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 61 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 63 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 68 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 148). | 72 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. Should be before 'org.slf4j.LoggerFactory'. | 48 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Sets' import. Should be before 'org.slf4j.LoggerFactory'. | 49 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 85 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 100 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 120 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 124 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 138 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 149 |
![]() |
naming | ParameterName | Parameter name 'pSwitchExists' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 172 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 175 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 176 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 184 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 192 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 196 |
![]() |
naming | LocalVariableName | Local variable name 'pSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 201 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 209 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 216 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 232 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 234 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 247 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 249 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 262 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 264 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 308 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 327 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.slf4j.LoggerFactory'. | 27 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 28 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.slf4j.LoggerFactory'. | 29 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Objects' import. Should be before 'org.slf4j.LoggerFactory'. | 30 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 148 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Strings' import. Should be before 'java.util.Map'. | 14 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ListenableFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 26 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 62 |
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.controller.md.sal.binding.api.ReadWriteTransaction'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.hwvtep.global.attributes.LogicalSwitches' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.hwvtep.physical.locator.set.attributes.LocatorSet'. | 38 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 45 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 54 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 55 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 62 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 62 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'switch' is not followed by whitespace. | 70 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 75 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'switch' is not followed by whitespace. | 87 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 92 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 109 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 144 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 144 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 162 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 180 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 190 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 192 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 200 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 200 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 202 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 207 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 207 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 218 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 222 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 223 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'java.util.Map.Entry'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 34 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'operationalMacOptional' 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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 91 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 99 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 55 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 55 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - com.google.common.base.Optional. | 13 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 73 |
![]() |
indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 84 |
![]() |
indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 85 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'deviceData' 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). | 85 |
![]() |
indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 88 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 88 |
![]() |
indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 89 |
![]() |
indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 90 |
![]() |
indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 91 |
![]() |
indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 8. | 92 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 93 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 94 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 95 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 96 |
![]() |
indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 97 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 98 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 99 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 101 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 102 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 103 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 106 |
![]() |
indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 107 |
![]() |
indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 12. | 108 |
![]() |
indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 8. | 110 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 133 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 23 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' 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. | 26 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 26 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 28 |
![]() |
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 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 17 |
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.util.concurrent.CheckedFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 25 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 28 |
![]() |
naming | LocalVariableName | Local variable name 'lSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 36 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 42 |
![]() |
naming | ParameterName | Parameter name 'lSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 |
![]() |
naming | ParameterName | Parameter name 'lSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'hgAugmentationBuilder' 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). | 73 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'lSwitches' 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). | 74 |
![]() |
naming | LocalVariableName | Local variable name 'lSwitches' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 63 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 63 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 80 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 80 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 98 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 98 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 116 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 116 |
![]() |
naming | LocalVariableName | Local variable name 'lSwitchIid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 38 |
![]() |
indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be 12. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'hgAugmentationBuilder' 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). | 73 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'mList' 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). | 74 |
![]() |
naming | LocalVariableName | Local variable name 'mList' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
![]() |
naming | LocalVariableName | Local variable name 'mBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 53 |
![]() |
naming | ParameterName | Parameter name 'mMacLocal' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
![]() |
naming | ParameterName | Parameter name 'mMacLocal' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'hgAugmentationBuilder' 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). | 81 |
![]() |
naming | LocalVariableName | Local variable name 'mMacLocalBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 82 |
![]() |
naming | LocalVariableName | Local variable name 'mMacLocalList' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
![]() |
naming | ParameterName | Parameter name 'mMacLocalBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 |
![]() |
naming | ParameterName | Parameter name 'mMacLocal' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 |
![]() |
naming | LocalVariableName | Local variable name 'lSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
![]() |
naming | LocalVariableName | Local variable name 'lSwitchIid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 105 |
![]() |
naming | ParameterName | Parameter name 'mMacLocalBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
![]() |
naming | ParameterName | Parameter name 'mMacLocal' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
![]() |
naming | ParameterName | Parameter name 'mMacLocalBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 118 |
![]() |
naming | ParameterName | Parameter name 'mMacLocal' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 118 |
![]() |
naming | LocalVariableName | Local variable name 'pLocSetUUID' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
![]() |
naming | LocalVariableName | Local variable name 'pLocUUID' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 |
![]() |
naming | LocalVariableName | Local variable name 'pLoc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 56 |
![]() |
naming | ParameterName | Parameter name 'mMacRemote' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 87 |
![]() |
naming | ParameterName | Parameter name 'mMacRemote' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'hgAugmentationBuilder' 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). | 95 |
![]() |
naming | LocalVariableName | Local variable name 'mMacRemoteBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 96 |
![]() |
naming | LocalVariableName | Local variable name 'mMacRemoteList' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 107 |
![]() |
naming | ParameterName | Parameter name 'mMacRemoteBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
![]() |
naming | ParameterName | Parameter name 'mMacRemote' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
![]() |
naming | LocalVariableName | Local variable name 'lSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 117 |
![]() |
naming | LocalVariableName | Local variable name 'lSwitchIid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 119 |
![]() |
naming | ParameterName | Parameter name 'mMacRemoteBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 |
![]() |
naming | ParameterName | Parameter name 'mMacRemote' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 |
![]() |
naming | ParameterName | Parameter name 'mMacRemoteBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 132 |
![]() |
naming | ParameterName | Parameter name 'mMacRemote' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 132 |
![]() |
naming | LocalVariableName | Local variable name 'pLocSetUUID' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 134 |
![]() |
naming | LocalVariableName | Local variable name 'pLocUUID' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 140 |
![]() |
naming | LocalVariableName | Local variable name 'pLoc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 27 |
![]() |
naming | LocalVariableName | Local variable name 'pLoc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map.Entry' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 40 |
![]() |
naming | LocalVariableName | Local variable name 'pLocUpdate' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 |
![]() |
naming | LocalVariableName | Local variable name 'pLoc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 60 |
![]() |
naming | ParameterName | Parameter name 'pLoc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 88 |
![]() |
naming | ParameterName | Parameter name 'pLoc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 35 |
![]() |
naming | LocalVariableName | Local variable name 'pPort' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 |
![]() |
naming | LocalVariableName | Local variable name 'pSwitchUUID' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 53 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.slf4j.LoggerFactory'. | 54 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 63 |
![]() |
naming | LocalVariableName | Local variable name 'pPortUpdateEntry' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 85 |
![]() |
naming | LocalVariableName | Local variable name 'pPortUpdate' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 86 |
![]() |
naming | LocalVariableName | Local variable name 'vBIiList' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 111 |
![]() |
naming | LocalVariableName | Local variable name 'vBindings' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 117 |
![]() |
naming | LocalVariableName | Local variable name 'vBid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 118 |
![]() |
naming | ParameterName | Parameter name 'vBindings' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 |
![]() |
naming | LocalVariableName | Local variable name 'lSwitchRef' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 182 |
![]() |
naming | LocalVariableName | Local variable name 'lSwitchIid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 190 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '137'. | 230 |
![]() |
naming | ParameterName | Parameter name 'pPort' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 231 |
![]() |
naming | ParameterName | Parameter name 'pPort' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 249 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 29 |
![]() |
naming | LocalVariableName | Local variable name 'pSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 68 |
![]() |
naming | ParameterName | Parameter name 'pSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 86 |
![]() |
naming | ParameterName | Parameter name 'pSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 142 |
![]() |
naming | ParameterName | Parameter name 'pSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 160 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 164 |
![]() |
naming | ParameterName | Parameter name 'pSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 175 |
![]() |
naming | ParameterName | Parameter name 'pSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 184 |
![]() |
naming | ParameterName | Parameter name 'pSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 197 |
![]() |
naming | ParameterName | Parameter name 'pSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 209 |
![]() |
naming | ParameterName | Parameter name 'pSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 228 |
![]() |
naming | ParameterName | Parameter name 'pSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 232 |
![]() |
naming | ParameterName | Parameter name 'pSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 245 |
![]() |
naming | ParameterName | Parameter name 'pSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 263 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 50 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 55 |
![]() |
naming | LocalVariableName | Local variable name 'pSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 72 |
![]() |
naming | LocalVariableName | Local variable name 'pLoc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 46 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.slf4j.LoggerFactory'. | 47 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 65 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 69 |
![]() |
naming | LocalVariableName | Local variable name 'pSwitch' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
![]() |
naming | LocalVariableName | Local variable name 'tBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 87 |
![]() |
naming | ParameterName | Parameter name 'tBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 106 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 108 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 112 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 114 |
![]() |
naming | ParameterName | Parameter name 'tBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 127 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 131 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 133 |
![]() |
naming | ParameterName | Parameter name 'tBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 145 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 147 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 151 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 153 |
![]() |
naming | ParameterName | Parameter name 'tBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 164 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 166 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 170 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 172 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 191 |
![]() |
naming | LocalVariableName | Local variable name 'pLoc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 199 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 200 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 49 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'hgAugmentationBuilder' 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). | 78 |
![]() |
naming | LocalVariableName | Local variable name 'lSwitchIid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 42 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 49 |
![]() |
whitespace | SeparatorWrap | '.' should be on a new line. | 79 |
![]() |
naming | ParameterName | Parameter name 'uMacRemote' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'hgAugmentationBuilder' 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). | 88 |
![]() |
coding | VariableDeclarationUsageDistance | Distance between variable 'remoteUMacs' 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). | 89 |
![]() |
naming | LocalVariableName | Local variable name 'pLocUUID' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 98 |
![]() |
naming | LocalVariableName | Local variable name 'lSwitchIid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |