The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
6 | |
| NeedBraces | 17 | ||
RightCurly
|
2 | ||
| RightCurly | 2 | ||
| coding | IllegalCatch | 20 | |
| VariableDeclarationUsageDistance | 114 | ||
| imports | CustomImportOrder
|
228 | |
| UnusedImports | 43 | ||
| indentation | Indentation
|
70 | |
| javadoc | JavadocParagraph
|
5 | |
JavadocStyle
|
89 | ||
| JavadocTagContinuationIndentation | 1 | ||
| modifier | ModifierOrder | 3 | |
| naming | AbbreviationAsWordInName
|
2 | |
| ConstantName | 7 | ||
LocalVariableName
|
3 | ||
MemberName
|
13 | ||
ParameterName
|
9 | ||
| regexp | RegexpSingleline
|
3 | |
| sizes | LineLength
|
372 | |
| whitespace | EmptyLineSeparator
|
33 | |
| GenericWhitespace | 4 | ||
| MethodParamPad | 29 | ||
OperatorWrap
|
109 | ||
SeparatorWrap
|
1 | ||
SeparatorWrap
|
1 | ||
WhitespaceAround
|
196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 139). | 170 | |
| naming | LocalVariableName | Local variable name 'ConfigurationServiceTracker' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 232 | |
| naming | LocalVariableName | Local variable name 'NodeCacheManagerTracker' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. Should be before 'java.util.concurrent.ThreadFactory'. | 15 | |
| naming | ConstantName | Name 'threadFactory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 110 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 116 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 119 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 128 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 183 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| 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 |
| 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.collect.Lists' import. Should be before 'org.slf4j.LoggerFactory'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 59 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 83 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 83 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| indentation | Indentation | 'createNodePath' have incorrect indentation level 4, expected level should be 8. | 130 | |
| javadoc | SummaryJavadoc | Forbidden summary fragment. | 136 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 139 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 167 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 185 | |
| whitespace | WhitespaceAround | WhitespaceAround: '|' is not preceded with whitespace. | 200 | |
| whitespace | WhitespaceAround | WhitespaceAround: '|' is not followed by whitespace. | 200 | |
| indentation | Indentation | 'getOpenFlowNode' have incorrect indentation level 4, expected level should be 8. | 209 | |
| whitespace | WhitespaceAround | WhitespaceAround: '|' is not preceded with whitespace. | 218 | |
| whitespace | WhitespaceAround | WhitespaceAround: '|' is not followed by whitespace. | 218 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'matchBuilder' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 244 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'flowBuilder' 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). | 245 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeBuilder' declaration and its first usage is 15, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 252 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' 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). | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Constants' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.NetvirtProvidersProvider'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.NetvirtProvidersProvider'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 52 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 53 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 62 | |
| naming | MemberName | Member name 'ID' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 | |
| naming | MemberName | Member name 'NODE_ID' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 71 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 79 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 110 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 123 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 124 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 127 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 133 | |
| sizes | LineLength | Line is longer than 120 characters (found 205). | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 139 | |
| sizes | LineLength | Line is longer than 120 characters (found 205). | 140 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 143 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 143 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 160 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 164 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 165 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 169 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 186 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 193 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 193 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 209 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 217 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.MdsalHelper' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.NetworkHandler' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.BridgeConfigurationManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.ClassifierProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.ConfigurationService' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Constants' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EgressAclProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.IngressAclProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.L2ForwardingLearnProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.L2ForwardingProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.NetworkingProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.NetworkingProviderManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.NodeCacheManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.ResubmitAclLearnProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.SecurityGroupCacheManger' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.SecurityServicesManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Status' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.StatusCode' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 46 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.TenantNetworkManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.ConfigInterface' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 48 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.NetvirtProvidersProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 49 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.services.ResubmitAclLearnService' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 50 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.services.ResubmitAclLearnService. | 50 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 102 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.slf4j.LoggerFactory'. | 103 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'org.slf4j.LoggerFactory'. | 104 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Maps' import. Should be before 'org.slf4j.LoggerFactory'. | 105 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 169 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 173 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 178 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 178 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 183 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 183 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 183 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 189 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 189 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 189 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 189 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 286 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 289 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 297 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 316 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 339 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 342 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 371 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 375 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 386 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 389 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 400 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 434 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 437 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 567 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 637 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 671 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getIntegrationBridgeOFDPID' must contain no more than '4' capital letters. | 710 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 718 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 718 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 725 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 727 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 737 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 780 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 817 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 819 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 824 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 838 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 848 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 848 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 849 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 871 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 876 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 923 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 928 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 965 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 1035 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1044 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1069 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 1070 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1076 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1086 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1121 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1156 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 1176 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 1179 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 1235 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1253 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 1280 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 1346 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 1354 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeBuilder' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1391 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' 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). | 1400 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' 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). | 1403 | |
| naming | ParameterName | Parameter name 'OFPortOut' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1494 | |
| naming | ParameterName | Parameter name 'OFPortOut' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1524 | |
| naming | ParameterName | Parameter name 'OFPortOut' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1538 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 1617 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 1639 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1640 | |
| whitespace | WhitespaceAround | WhitespaceAround: '|' is not preceded with whitespace. | 1648 | |
| whitespace | WhitespaceAround | WhitespaceAround: '|' is not followed by whitespace. | 1648 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 1659 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 1660 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 1662 | |
| whitespace | WhitespaceAround | WhitespaceAround: '|' is not preceded with whitespace. | 1668 | |
| whitespace | WhitespaceAround | WhitespaceAround: '|' is not followed by whitespace. | 1668 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 1677 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 1678 | |
| whitespace | WhitespaceAround | WhitespaceAround: '|' is not preceded with whitespace. | 1686 | |
| whitespace | WhitespaceAround | WhitespaceAround: '|' is not followed by whitespace. | 1686 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1693 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1696 | |
| whitespace | WhitespaceAround | WhitespaceAround: '|' is not preceded with whitespace. | 1710 | |
| whitespace | WhitespaceAround | WhitespaceAround: '|' is not followed by whitespace. | 1710 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1716 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1716 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 1733 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'bucketsBuilder' 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). | 1809 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'bucketList' 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). | 1810 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'bucketBuilder' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1829 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'bucketList' 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). | 1830 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1875 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1875 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 1891 | |
| whitespace | WhitespaceAround | WhitespaceAround: '<' is not preceded with whitespace. | 1950 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'bucketsBuilder' 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). | 1973 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'bucketList' 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). | 1974 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 2008 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.MdsalHelper' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork'. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.BridgeConfigurationManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork'. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.ConfigurationService' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork'. | 46 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EgressAclProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.IngressAclProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork'. | 48 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.NetworkingProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork'. | 49 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.NetworkingProviderManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork'. | 50 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.SecurityServicesManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork'. | 51 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork'. | 52 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Status' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork'. | 53 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.StatusCode' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork'. | 54 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 190). | 116 | |
| sizes | LineLength | Line is longer than 120 characters (found 195). | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 195). | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 189). | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 151 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 156 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 159 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 161 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 163 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 165 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 176 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 186 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 187 | |
| sizes | LineLength | Line is longer than 120 characters (found 196). | 191 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 194 | |
| sizes | LineLength | Line is longer than 120 characters (found 193). | 198 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 201 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 206 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 207 | |
| sizes | LineLength | Line is longer than 120 characters (found 177). | 208 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 209 | |
| sizes | LineLength | Line is longer than 120 characters (found 177). | 210 | |
| sizes | LineLength | Line is longer than 120 characters (found 189). | 211 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 213 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 215 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 216 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 217 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 218 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 219 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 220 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 225 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 226 | |
| sizes | LineLength | Line is longer than 120 characters (found 177). | 227 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 228 | |
| sizes | LineLength | Line is longer than 120 characters (found 177). | 229 | |
| sizes | LineLength | Line is longer than 120 characters (found 189). | 230 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 233 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 235 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 236 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 237 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 238 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 239 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 240 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 245 | |
| sizes | LineLength | Line is longer than 120 characters (found 177). | 246 | |
| sizes | LineLength | Line is longer than 120 characters (found 189). | 247 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 250 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 252 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 253 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 254 | |
| sizes | LineLength | Line is longer than 120 characters (found 186). | 259 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 261 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 263 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 268 | |
| sizes | LineLength | Line is longer than 120 characters (found 177). | 269 | |
| sizes | LineLength | Line is longer than 120 characters (found 189). | 270 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 272 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 274 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 275 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 276 | |
| sizes | LineLength | Line is longer than 120 characters (found 195). | 281 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 282 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 283 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 285 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 287 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 288 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 289 | |
| sizes | LineLength | Line is longer than 120 characters (found 195). | 294 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 295 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 296 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 298 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 300 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 301 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 302 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 308 | |
| sizes | LineLength | Line is longer than 120 characters (found 179). | 309 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 311 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 313 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 314 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 319 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 321 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 323 | |
| sizes | LineLength | Line is longer than 120 characters (found 179). | 328 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 330 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 332 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 337 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 338 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 340 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 342 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 343 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 347 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 349 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 364 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 365 | |
| sizes | LineLength | Line is longer than 120 characters (found 185). | 371 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 372 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 373 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 376 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 377 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 378 | |
| sizes | LineLength | Line is longer than 120 characters (found 185). | 380 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 381 | |
| sizes | LineLength | Line is longer than 120 characters (found 215). | 382 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'neutronNetwork' declaration and its first usage is 21, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 390 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeCacheManager' 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). | 391 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 420 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 423 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 425 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 426 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 429 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 431 | |
| sizes | LineLength | Line is longer than 120 characters (found 190). | 435 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 436 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 439 | |
| sizes | LineLength | Line is longer than 120 characters (found 196). | 440 | |
| sizes | LineLength | Line is longer than 120 characters (found 190). | 441 | |
| sizes | LineLength | Line is longer than 120 characters (found 240). | 449 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 451 | |
| sizes | LineLength | Line is longer than 120 characters (found 260). | 452 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 455 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 458 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 463 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 468 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 477 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 512 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 513 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 514 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 519 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 520 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 526 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 529 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 25 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 26 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 27 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 28 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 29 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 30 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 31 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.NodeCacheListener' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.NetvirtProvidersProvider'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.NetvirtProvidersProvider'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.ConfigInterface' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.NetvirtProvidersProvider'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'org.slf4j.LoggerFactory'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Maps' import. Should be before 'org.slf4j.LoggerFactory'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 35 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 98 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 110 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 124 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 63 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 8. | 132 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 8. | 133 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 8. | 135 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 8. | 136 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 8. | 138 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 8. | 141 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 144 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 8. | 145 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 8. | 146 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 8. | 147 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 15 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 17 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 18 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 19 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 20 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 21 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 22 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 23 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 24 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 25 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 26 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 27 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 28 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 29 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 30 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 31 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.annotation.Nullable' import. Should be before 'org.slf4j.LoggerFactory'. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.math.BigInteger' import. Should be before 'org.slf4j.LoggerFactory'. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 46 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| naming | ConstantName | Name 'TCP_SECURITY_GROUP_RULE_IPv4_ANY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 | |
| naming | ConstantName | Name 'UDP_SECURITY_GROUP_RULE_IPv4_ANY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| naming | ConstantName | Name 'ICMP_SECURITY_GROUP_RULE_IPv4_ANY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 119 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 151 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 160 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Constants' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.ConfigInterface' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'org.slf4j.LoggerFactory'. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.osgi.framework.BundleContext' import. Should be before 'org.slf4j.LoggerFactory'. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.osgi.framework.ServiceReference' import. Should be before 'org.slf4j.LoggerFactory'. | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 77 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' declaration and its first usage is 38, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 92 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' declaration and its first usage is 37, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 93 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'ib' declaration and its first usage is 34, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 94 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'aab' declaration and its first usage is 33, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 95 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' 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). | 97 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 41 | |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 204). | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 79 | |
| sizes | LineLength | Line is longer than 120 characters (found 207). | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.ConfigInterface' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCaseBuilder'. | 43 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 50 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' declaration and its first usage is 13, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 85 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 88 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 92 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 130 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 150 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' 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). | 153 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' 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). | 200 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' 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). | 203 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'ib' 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). | 243 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' declaration and its first usage is 14, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 244 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 247 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' 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). | 249 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' 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). | 305 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeBuilder' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 337 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' 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). | 348 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 351 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' 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). | 380 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 32 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 69 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 86 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 103 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 120 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 130 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 137 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 147 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'java.util.List'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.LearnConstants' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.LearnConstants.LearnFlowModsType' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.NetvirtProvidersProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.InstructionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.InstructionKey'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.FlowModAddMatchFromFieldCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.FlowModAddMatchFromValueCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.FlowModCopyFieldIntoFieldCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.FlowModCopyValueIntoFieldCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.FlowModOutputToPortCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.flow.mod.add.match.from.field._case.FlowModAddMatchFromFieldBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.flow.mod.add.match.from.value._case.FlowModAddMatchFromValueBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.flow.mod.copy.field.into.field._case.FlowModCopyFieldIntoFieldBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.flow.mod.copy.value.into.field._case.FlowModCopyValueIntoFieldBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.flow.mod.output.to.port._case.FlowModOutputToPortBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nodes.node.table.flow.instructions.instruction.instruction.apply.actions._case.apply.actions.action.action.NxActionLearnNodesNodeTableFlowApplyActionsCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.learn.grouping.NxLearnBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.learn.grouping.nx.learn.FlowMods' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.learn.grouping.nx.learn.FlowModsBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 46 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 59 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'listAction' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 63 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'header' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 77 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructionsBuilder' 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). | 135 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' 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). | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 155 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 156 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'listAction' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 160 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'header' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 172 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructionsBuilder' 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). | 230 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' 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). | 231 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 250 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 251 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'listAction' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 256 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'header' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 258 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 36, 38. | 292 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 36, 38. | 297 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructionsBuilder' 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). | 311 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 312 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 345 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 346 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 419 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'java.util.List'. | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 67 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 79 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 79 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 296 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 17, expected level should be 16. | 405 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 17, expected level should be 16. | 487 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 570 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 571 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 573 | |
| indentation | Indentation | 'else' child have incorrect indentation level 13, expected level should be 12. | 589 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 590 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 670 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 736 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 897 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 925 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.SecurityGroupCacheManger' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.SecurityServicesManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.PipelineOrchestrator' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 41 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbTerminationPointAugmentation. | 52 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 59 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 63 | |
| naming | MemberName | Member name 'neutron_ip_src' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 86 | |
| naming | MemberName | Member name 'neutron_ip_dest_1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 87 | |
| naming | MemberName | Member name 'neutron_ip_dest_2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 88 | |
| naming | MemberName | Member name 'neutron_ipv6_dest_1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 | |
| naming | MemberName | Member name 'neutron_ipv6_dest_2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 176 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 223 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 225 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 240 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 242 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 257 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 273 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 299 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 299 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 301 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 301 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 302 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 326 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 326 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 328 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 328 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 329 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 356 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 356 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 357 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 384 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 384 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 385 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 409 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 409 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 410 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 410 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 411 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 413 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 416 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 443 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 443 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 444 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 444 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 445 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 447 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 450 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 478 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 478 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 479 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 479 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 480 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 480 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 482 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 482 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 485 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 513 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 513 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 514 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 514 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 515 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 515 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 517 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 517 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 520 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 543 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 543 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 565 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 565 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 591 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 615 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 639 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 641 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 644 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 671 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 673 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 676 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 704 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 706 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 709 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 737 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 739 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 742 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 772 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 799 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 826 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 853 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 881 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 883 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 886 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 917 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 919 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 922 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 953 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 955 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 958 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 989 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 991 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 994 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1021 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1045 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1069 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1093 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1117 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1119 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1122 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1149 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1151 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1154 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1181 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1183 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1186 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1213 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1215 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1218 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1249 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1277 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1305 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1333 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1367 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1404 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1440 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1476 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 1490 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 1504 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1511 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1511 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 1520 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1525 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1525 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1532 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1539 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1539 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1554 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1554 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1561 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.ConfigInterface' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.math.BigInteger' import. Should be before 'org.slf4j.LoggerFactory'. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.Inet6Address' import. Should be before 'org.slf4j.LoggerFactory'. | 46 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.InetAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 48 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 88 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' declaration and its first usage is 27, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 118 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' declaration and its first usage is 26, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 119 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'ib' declaration and its first usage is 23, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 120 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'aab' declaration and its first usage is 22, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'import' should be separated from previous statement. | 14 | |
| 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. | 14 | |
| 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. | 15 | |
| imports | CustomImportOrder | Import statement for 'org.mockito.Matchers.anyBoolean' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 16 | |
| imports | CustomImportOrder | Import statement for 'org.mockito.Mockito.mock' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 17 | |
| imports | CustomImportOrder | Import statement for 'org.mockito.Mockito.times' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 18 | |
| imports | CustomImportOrder | Import statement for 'org.mockito.Mockito.verify' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 19 | |
| imports | CustomImportOrder | Import statement for 'org.mockito.Mockito.when' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Action' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Status' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.InetAddress' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 208). | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.Inet6Address' import. Should be before 'java.net.InetAddress'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Action' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.InboundNatProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Status' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.ConfigInterface' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeBuilder'. | 38 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 75 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' 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). | 76 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' 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). | 139 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' 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). | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.powermock.api.support.membermodification.MemberModifier'. | 42 | |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 71 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 95 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'java.util.List'. | 13 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.openstack.netvirt.providers.ConfigInterface. | 17 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.AbstractServiceInstance. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.L2ForwardingLearnProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 20 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.openstack.netvirt.api.L2ForwardingLearnProvider. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.LearnConstants' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.LearnConstants.LearnFlowModsType' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.NetvirtProvidersProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 23 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.utils.mdsal.openflow.ActionUtils. | 24 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.utils.mdsal.openflow.FlowUtils. | 25 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.utils.mdsal.openflow.MatchUtils. | 26 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.InstructionsBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.InstructionBuilder'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.InstructionBuilder'. | 34 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.ApplyActionsCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.InstructionBuilder'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.ApplyActionsCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.InstructionBuilder'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.apply.actions._case.ApplyActions' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.InstructionBuilder'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.apply.actions._case.ApplyActionsBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.InstructionBuilder'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.Instruction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.InstructionBuilder'. | 39 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeBuilder. | 41 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg. | 42 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg0. | 43 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg6. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 47 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCaseBuilder. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.FlowModAddMatchFromFieldCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 48 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.FlowModAddMatchFromValueCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 49 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.FlowModCopyFieldIntoFieldCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 50 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.FlowModCopyValueIntoFieldCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 51 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.FlowModOutputToPortCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 52 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.flow.mod.add.match.from.field._case.FlowModAddMatchFromFieldBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 53 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.flow.mod.add.match.from.value._case.FlowModAddMatchFromValueBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 54 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.flow.mod.copy.field.into.field._case.FlowModCopyFieldIntoFieldBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 55 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.flow.mod.copy.value.into.field._case.FlowModCopyValueIntoFieldBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 56 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flow.mod.spec.flow.mod.spec.flow.mod.output.to.port._case.FlowModOutputToPortBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 57 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nodes.node.table.flow.instructions.instruction.instruction.apply.actions._case.apply.actions.action.action.NxActionLearnNodesNodeTableFlowApplyActionsCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 58 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.learn.grouping.NxLearnBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 59 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.learn.grouping.nx.learn.FlowMods' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 60 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.learn.grouping.nx.learn.FlowModsBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmitBuilder'. | 61 | |
| imports | UnusedImports | Unused import - org.osgi.framework.BundleContext. | 62 | |
| imports | UnusedImports | Unused import - org.osgi.framework.ServiceReference. | 63 | |
| imports | UnusedImports | Unused import - org.slf4j.Logger. | 64 | |
| imports | UnusedImports | Unused import - org.slf4j.LoggerFactory. | 65 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'org.slf4j.LoggerFactory'. | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 78 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'listAction' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 82 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'header' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 95 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructionsBuilder' 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). | 153 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' 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). | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 173 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 174 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'listAction' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 178 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'header' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 191 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructionsBuilder' 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). | 252 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' 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). | 253 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 272 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 273 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 276 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'listAction' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 278 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'header' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 280 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructionsBuilder' 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). | 331 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' 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). | 332 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 365 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 366 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 439 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'java.util.List'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId'. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.LearnConstants' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId'. | 42 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 74 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 74 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 287 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 568 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 656 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 657 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 659 | |
| indentation | Indentation | 'else' child have incorrect indentation level 13, expected level should be 12. | 675 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 676 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 695 | |
| indentation | Indentation | 'if' have incorrect indentation level 13, expected level should be 12. | 696 | |
| indentation | Indentation | 'if' child have incorrect indentation level 17, expected level should be 16. | 697 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 699 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 755 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 808 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 836 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.SecurityGroupCacheManger' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs'. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.powermock.modules.junit4.PowerMockRunner'. | 58 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| naming | MemberName | Member name 'neutron_ip_src' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 87 | |
| naming | MemberName | Member name 'neutron_ip_dest_1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 88 | |
| naming | MemberName | Member name 'neutron_ip_dest_2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 | |
| naming | MemberName | Member name 'neutron_ipv6_dest_1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 | |
| naming | MemberName | Member name 'neutron_ipv6_dest_2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 91 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 125 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 171 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 173 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 176 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 181 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 223 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 225 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 240 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 242 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 257 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 274 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 305 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 321 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 333 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 361 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 377 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 389 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 417 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 417 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 419 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 419 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 441 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 453 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 453 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 455 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 455 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 490 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 490 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 492 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 492 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 516 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 528 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 528 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 530 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 530 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 561 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 577 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 586 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 611 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 627 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 636 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 660 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 662 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 683 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 692 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 694 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 726 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 726 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 728 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 728 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 750 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 760 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 760 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 762 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 762 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 796 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 812 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 824 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 852 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 868 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 880 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 908 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 908 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 910 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 910 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 932 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 944 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 944 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 946 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 946 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 980 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 980 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 982 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 982 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1004 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1016 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1016 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1018 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1018 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1049 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1065 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1074 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1099 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1115 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1124 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1149 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1149 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1151 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1151 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1173 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1182 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1182 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1184 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1184 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1215 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1215 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1217 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1217 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1239 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1248 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1248 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1250 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1250 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 1388 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1396 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1398 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1401 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 1423 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1432 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1434 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1437 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 1454 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1467 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1469 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1472 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1502 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1504 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1507 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 1521 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 1535 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1542 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1542 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 1551 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1555 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1555 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 1558 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1562 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1568 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1568 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 1571 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 1577 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1581 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1581 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 1584 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1588 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'org.slf4j.LoggerFactory'. | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 73 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeBuilder' declaration and its first usage is 18, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 77 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'listAction' 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). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 84 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'header' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 96 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 12. | 97 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructionsBuilder' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 120 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 122 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.ConfigInterface' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 19 | |
| whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 113 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 113 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeBuilder' 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). | 166 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'flowBuilder' 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). | 167 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 230 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeBuilder' 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). | 239 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 451 | |
| naming | ParameterName | Parameter name 'OFPortOut' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 451 | |
| naming | ParameterName | Parameter name 'OFPortOut' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 536 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeBuilder' 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). | 540 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'flowBuilder' 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). | 541 | |
| naming | ParameterName | Parameter name 'OFPortOut' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 613 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeBuilder' 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). | 617 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'flowBuilder' 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). | 618 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 681 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 726 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 726 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 739 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.powermock.api.support.membermodification.MemberModifier'. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.powermock.api.support.membermodification.MemberModifier'. | 40 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 83 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 93 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 109 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 119 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 119 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 125 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 135 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 141 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 151 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 151 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 157 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 167 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 167 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 173 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 183 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 183 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 189 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 199 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 205 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 215 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 215 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 220 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 221 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 221 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 222 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 223 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 225 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 226 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 227 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 228 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 4. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.ConfigInterface' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Action' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.AbstractServiceInstance'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.L3ForwardingProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.AbstractServiceInstance'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Status' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.AbstractServiceInstance'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.StatusCode' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.AbstractServiceInstance'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.ConfigInterface' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.AbstractServiceInstance'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'org.slf4j.LoggerFactory'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.osgi.framework.BundleContext' import. Should be before 'org.slf4j.LoggerFactory'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.osgi.framework.ServiceReference' import. Should be before 'org.slf4j.LoggerFactory'. | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 58 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 76 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' 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). | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Action' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Status' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.NetvirtProvidersProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.PipelineOrchestrator' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.powermock.api.support.membermodification.MemberModifier'. | 42 | |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 72 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Constants' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.AbstractServiceInstance'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.LoadBalancerConfiguration' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.AbstractServiceInstance'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.LoadBalancerConfiguration.LoadBalancerPoolMember' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.AbstractServiceInstance'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.LoadBalancerProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.AbstractServiceInstance'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.AbstractServiceInstance'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Status' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.AbstractServiceInstance'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.StatusCode' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.AbstractServiceInstance'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.ConfigInterface' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.AbstractServiceInstance'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 46 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 48 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg1' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 49 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg2' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 50 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 51 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.OfjNxHashFields' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 52 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.OfjNxMpAlgorithm' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 53 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'org.slf4j.LoggerFactory'. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 141 | |
| 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). | 152 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 163 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 163 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 173 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 179 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 183 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' declaration and its first usage is 20, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 194 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' declaration and its first usage is 19, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 197 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' 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). | 199 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 211 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 211 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 254 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 255 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 255 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 268 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 268 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 273 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 277 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' declaration and its first usage is 19, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 289 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' declaration and its first usage is 14, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 292 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' 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). | 294 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 343 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 344 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 344 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 356 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 363 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' declaration and its first usage is 15, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 379 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 382 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 384 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 435 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert.assertEquals. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 44 | |
| 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 128). | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 96 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 98 | |
| sizes | LineLength | Line is longer than 120 characters (found 198). | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 102 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 103 | |
| sizes | LineLength | Line is longer than 120 characters (found 201). | 107 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 108 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 118 | |
| sizes | LineLength | Line is longer than 120 characters (found 193). | 120 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 123 | |
| sizes | LineLength | Line is longer than 120 characters (found 186). | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.Inet6Address' import. Should be before 'java.net.InetAddress'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Action' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Status' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.ConfigInterface' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeBuilder'. | 43 | |
| naming | ParameterName | Parameter name 'OutPort' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' declaration and its first usage is 27, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 84 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' declaration and its first usage is 26, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 85 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions_tmp' declaration and its first usage is 21, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 86 | |
| naming | LocalVariableName | Local variable name 'instructions_tmp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 86 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'ib' declaration and its first usage is 18, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 87 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'aab' declaration and its first usage is 17, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 89 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' 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). | 91 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' 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). | 176 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' 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). | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert.assertEquals. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 40 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 84 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| sizes | LineLength | Line is longer than 120 characters (found 224). | 102 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 103 | |
| sizes | LineLength | Line is longer than 120 characters (found 227). | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.math.BigInteger. | 11 | |
| imports | UnusedImports | Unused import - java.net.InetAddress. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.Inet6Address' import. Should be before 'java.net.InetAddress'. | 13 | |
| imports | UnusedImports | Unused import - java.net.Inet6Address. | 13 | |
| imports | UnusedImports | Unused import - java.net.UnknownHostException. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'java.util.List'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.InboundNatProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.StatusCode'. | 19 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.openstack.netvirt.api.InboundNatProvider. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Status' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.StatusCode'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.ResubmitAclLearnProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.StatusCode'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.ConfigInterface' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.AbstractServiceInstance'. | 23 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.utils.mdsal.openflow.ActionUtils. | 25 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.utils.mdsal.openflow.InstructionUtils. | 27 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.utils.mdsal.openflow.MatchUtils. | 28 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix. | 29 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCaseBuilder. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.FlowBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCaseBuilder'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.InstructionsBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCaseBuilder'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCaseBuilder'. | 37 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.Instruction' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCaseBuilder'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.InstructionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCaseBuilder'. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.InstructionKey' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCaseBuilder'. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCaseBuilder'. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionKey' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCaseBuilder'. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.ApplyActionsCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCaseBuilder'. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.ApplyActionsCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCaseBuilder'. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.apply.actions._case.ApplyActions' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCaseBuilder'. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.apply.actions._case.ApplyActionsBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCaseBuilder'. | 46 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.add.group.input.buckets.bucket.action.action.NxActionResubmitRpcAddGroupCaseBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCaseBuilder'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'org.slf4j.LoggerFactory'. | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 57 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nodeBuilder' declaration and its first usage is 18, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 71 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'listAction' 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). | 75 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructionsBuilder' 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). | 95 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' 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). | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Action' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Constants' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.RoutingProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.providers.ConfigInterface' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Status' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.providers.openflow13.Service'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeBuilder'. | 42 | |
| whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 52 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' declaration and its first usage is 23, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 94 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' declaration and its first usage is 18, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 95 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'ib' declaration and its first usage is 15, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 96 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'aab' declaration and its first usage is 14, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 97 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 103 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 106 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 114 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'isb' declaration and its first usage is 18, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 177 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' declaration and its first usage is 13, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 178 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'ib' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 179 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'aab' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 180 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'actionList' 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). | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 81 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'java.util.concurrent.ConcurrentHashMap'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'java.util.concurrent.ConcurrentHashMap'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'java.util.concurrent.ConcurrentHashMap'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'java.util.concurrent.ConcurrentHashMap'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'java.util.concurrent.ConcurrentHashMap'. | 16 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.OutputActionCase. | 36 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.OutputActionCaseBuilder. | 37 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.output.action._case.OutputActionBuilder. | 38 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action. | 39 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder. | 40 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionKey. | 41 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow. | 43 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.ApplyActionsCase. | 47 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.ApplyActionsCaseBuilder. | 48 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.apply.actions._case.ApplyActionsBuilder. | 49 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId. | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 132 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 163 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 168 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 186 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 187 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 199 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 231 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 236 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 250 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 253 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 263 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 263 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 278 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 290 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 295 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 297 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 298 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 310 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 312 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 313 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 313 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 314 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 316 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 316 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 317 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 318 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 327 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 335 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 342 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 343 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 345 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'flowBuilder' 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). | 350 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 366 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 375 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 382 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 389 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 393 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 400 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 401 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 402 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 409 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 439 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 441 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'flowBuilder' 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). | 455 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 472 | |
| indentation | Indentation | 'else' child have incorrect indentation level 17, expected level should be 16. | 478 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 15, expected level should be 12. | 479 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 480 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 481 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 514 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 522 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 529 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 542 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 543 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 583 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 599 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 605 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 613 | |
| blocks | LeftCurly | '{' at column 29 should be on the previous line. | 615 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 619 | |
| 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). | 625 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 626 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'io.netty.buffer.Unpooled' should be separated from previous import group. | 12 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ARP_FIELD_COORDINATES' must contain no more than '4' capital letters. | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 45 | |
| naming | MemberName | Member name 'ARP_FIELD_COORDINATES' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 128 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 128 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 137 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 17 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 42 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 58 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 64 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 67 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 70 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 73 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 75 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 91 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 94 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 97 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 100 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 108 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.slf4j.LoggerFactory'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.JdkFutureAdapters' import. Should be before 'org.slf4j.LoggerFactory'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ListenableFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.net.InetAddresses' import. Should be before 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress'. | 23 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 86 | |
| naming | ConstantName | Name 'threadFactoryArpWatcher' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 107 | |
| naming | ConstantName | Name 'threadFactoryMacRefresher' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 109 | |
| naming | ConstantName | Name 'threadFactoryRefreshReq' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 111 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 133 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 137 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 143 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 144 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 144 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 153 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 158 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 158 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 163 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 168 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 169 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 176 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 178 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 201 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 206 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 216 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 216 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 217 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 217 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 218 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 226 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 226 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 226 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 226 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 251 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 311 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 330 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 332 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 333 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 333 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 334 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 335 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 336 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 338 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 339 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 340 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 341 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 342 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 345 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 345 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 348 | |
| indentation | Indentation | 'for' have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 351 | |
| indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 352 | |
| indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 354 | |
| indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 356 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 357 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 358 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 360 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 361 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 362 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 363 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 368 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 370 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 374 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 379 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 379 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 380 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 380 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 392 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 437 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 446 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 446 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 462 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 462 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 463 |