The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
36 | |
| NeedBraces | 1 | ||
RightCurly
|
37 | ||
| RightCurly | 37 | ||
| coding | IllegalCatch | 29 | |
| MissingSwitchDefault | 20 | ||
| MultipleVariableDeclarations | 4 | ||
| OverloadMethodsDeclarationOrder | 9 | ||
| VariableDeclarationUsageDistance | 43 | ||
| imports | CustomImportOrder
|
323 | |
| UnusedImports | 36 | ||
| indentation | Indentation
|
155 | |
| javadoc | JavadocParagraph
|
14 | |
JavadocStyle
|
423 | ||
| JavadocTagContinuationIndentation | 40 | ||
| misc | ArrayTypeStyle | 5 | |
| modifier | ModifierOrder | 2 | |
| naming | AbbreviationAsWordInName
|
7 | |
| ConstantName | 13 | ||
LocalVariableName
|
72 | ||
MemberName
|
34 | ||
ParameterName
|
6 | ||
| TypeName | 10 | ||
| sizes | LineLength
|
445 | |
| whitespace | EmptyLineSeparator
|
160 | |
FileTabCharacter
|
33 | ||
| GenericWhitespace | 12 | ||
| MethodParamPad | 17 | ||
| NoLineWrap | 17 | ||
OperatorWrap
|
227 | ||
SeparatorWrap
|
1 | ||
SeparatorWrap
|
1 | ||
WhitespaceAround
|
443 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'size' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 46 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 44 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 45 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 46 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.StatusCode'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.StatusCode'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.HttpURLConnection' import. Should be before 'org.slf4j.LoggerFactory'. | 19 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'switch' is not followed by whitespace. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.StatusCode'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Status' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.StatusCode'. | 28 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.L2ForwardingProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.L3ForwardingProvider'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronFirewallPolicyAware' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronFirewallRuleAware'. | 84 | |
| naming | LocalVariableName | Local variable name 'fWaasHandler' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 188 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 260 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 264 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 300 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronFirewallPolicy' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronFirewallPolicyAware'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronFirewallRule' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronFirewallPolicyAware'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronFirewallAware' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronFirewallPolicyAware'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronFirewallRuleAware'. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronFirewall'. | 27 | |
| 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 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 191). | 49 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 214). | 61 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 186). | 66 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 70 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 203). | 78 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 82 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 230). | 90 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 198). | 95 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 99 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 106 | |
| sizes | LineLength | Line is longer than 120 characters (found 209). | 107 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 111 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 118 | |
| sizes | LineLength | Line is longer than 120 characters (found 238). | 119 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 123 | |
| sizes | LineLength | Line is longer than 120 characters (found 204). | 124 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 128 |
| 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.translator.iaware.INeutronFloatingIPAware'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronFloatingIPAware'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.impl.NeutronL3Adapter' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronFloatingIPAware'. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| 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 | JavadocStyle | First sentence should end with a period. | 61 | |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronFloatingIP'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.impl.NeutronL3Adapter' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronFloatingIP'. | 28 | |
| 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 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 43 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 201). | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 53 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronLoadBalancer' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerAware'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronLoadBalancerPool' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerAware'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronLoadBalancerCRUD' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerAware'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerAware'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSubnetCRUD' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerAware'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Action' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerAware'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerAware'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.LoadBalancerConfiguration' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerAware'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.LoadBalancerProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerAware'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.NodeCacheListener' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerAware'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.slf4j.LoggerFactory'. | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 43 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 166 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 166 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 193 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 194 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 201 | |
| indentation | Indentation | 'if' have incorrect indentation level 15, expected level should be 16. | 236 | |
| indentation | Indentation | 'if' child have incorrect indentation level 19, expected level should be 20. | 237 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 15, expected level should be 16. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 49 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSubnet' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 50 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 51 | |
| whitespace | NoLineWrap | import statement should not be line-wrapped. | 54 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 77 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'ev' 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). | 78 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'providerInfo' 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). | 79 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'neutronLBPoolMember' declaration and its first usage is 35, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 80 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'neutronLBPool' declaration and its first usage is 41, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 81 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'members' declaration and its first usage is 40, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 82 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'list_neutronLBPool' declaration and its first usage is 43, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 83 | |
| naming | LocalVariableName | Local variable name 'list_neutronLBPool' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'list_neutronLB' declaration and its first usage is 45, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 84 | |
| naming | LocalVariableName | Local variable name 'list_neutronLB' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'list_node' declaration and its first usage is 47, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 85 | |
| naming | LocalVariableName | Local variable name 'list_node' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 85 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 158 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 162 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 163 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 167 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 168 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 171 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 171 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 182 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 187 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 193 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 196 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 196 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 200 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 214 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 218 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 218 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 228 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 244 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 249 | |
| naming | LocalVariableName | Local variable name 'iNeutronNetworkCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 250 | |
| naming | LocalVariableName | Local variable name 'iNeutronPortCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 254 | |
| naming | LocalVariableName | Local variable name 'iNeutronSubnetCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 258 | |
| naming | LocalVariableName | Local variable name 'iNeutronLoadBalancerCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 262 | |
| naming | LocalVariableName | Local variable name 'iNeutronLoadBalancerPoolCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 266 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 268 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 272 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronLoadBalancerPool' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerPoolAware'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronLoadBalancerCRUD' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerPoolAware'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSubnetCRUD' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerPoolAware'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerPoolAware'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.LoadBalancerConfiguration' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerPoolAware'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.slf4j.LoggerFactory'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'org.slf4j.LoggerFactory'. | 36 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 62 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 63 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 121 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 122 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 205 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 226 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 236 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.LoadBalancerConfiguration' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.LoadBalancerConfiguration.LoadBalancerPoolMember' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.LoadBalancerProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronLoadBalancerPool' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSubnet' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 46 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronLoadBalancerCRUD' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 48 | |
| whitespace | NoLineWrap | import statement should not be line-wrapped. | 52 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| naming | MemberName | Member name 'lBaaSPoolHandler' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'members' 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). | 116 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'list_neutronLB' 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). | 126 | |
| naming | LocalVariableName | Local variable name 'list_neutronLB' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 | |
| 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 195). | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 204). | 146 | |
| sizes | LineLength | Line is longer than 120 characters (found 207). | 147 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 150 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 151 | |
| sizes | LineLength | Line is longer than 120 characters (found 231). | 154 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 157 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 195). | 167 | |
| sizes | LineLength | Line is longer than 120 characters (found 204). | 168 | |
| sizes | LineLength | Line is longer than 120 characters (found 207). | 169 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 172 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'lbaasPoolHandlerSpy' 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). | 177 | |
| naming | LocalVariableName | Local variable name 'list_node' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 182 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 196 | |
| 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 | |
| naming | LocalVariableName | Local variable name 'list_lbConfig' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 204 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 219 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 236 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 241 | |
| naming | LocalVariableName | Local variable name 'iNeutronNetworkCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 242 | |
| naming | LocalVariableName | Local variable name 'iNeutronPortCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 246 | |
| naming | LocalVariableName | Local variable name 'iNeutronSubnetCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 250 | |
| naming | LocalVariableName | Local variable name 'iNeutronLoadBalancerCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 254 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 260 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronLoadBalancer' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronLoadBalancerPool' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronLoadBalancerCRUD' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Action' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerPoolMemberAware'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerPoolMemberAware'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.LoadBalancerConfiguration' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerPoolMemberAware'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.LoadBalancerProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerPoolMemberAware'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.slf4j.LoggerFactory'. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 102 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 191 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 191 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'memberPort' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 201 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 220 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 221 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 226 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 226 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 226 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 226 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 226 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 226 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 226 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 241 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 250 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 266 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.LoadBalancerConfiguration' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.LoadBalancerConfiguration.LoadBalancerPoolMember' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronLoadBalancerPool' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 46 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSubnet' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 48 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronLoadBalancerCRUD' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 49 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| naming | MemberName | Member name 'lBaaSPoolMemberHandler' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'members' 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). | 111 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 131 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| sizes | LineLength | Line is longer than 120 characters (found 224). | 138 | |
| sizes | LineLength | Line is longer than 120 characters (found 215). | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 227). | 146 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 149 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 149 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 154 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 157 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 224). | 164 | |
| sizes | LineLength | Line is longer than 120 characters (found 215). | 168 | |
| sizes | LineLength | Line is longer than 120 characters (found 227). | 172 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 175 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 175 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 179 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'lbaasPoolMemberHandlerSpy' 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). | 180 | |
| naming | LocalVariableName | Local variable name 'list_node' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 185 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 195 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 199 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 202 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 202 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 218 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 234 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 235 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 240 | |
| naming | LocalVariableName | Local variable name 'iNeutronNetworkCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 241 | |
| naming | LocalVariableName | Local variable name 'iNeutronPortCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 245 | |
| naming | LocalVariableName | Local variable name 'iNeutronSubnetCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 249 | |
| naming | LocalVariableName | Local variable name 'iNeutronLoadBalancerCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 253 | |
| naming | LocalVariableName | Local variable name 'iNeutronLoadBalancerPoolCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 257 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 259 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. | 53 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 8. | 81 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 119 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '100'. | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 127 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 22 | |
| naming | ConstantName | Name 'ownerInstanceEntity' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 56 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 80 |
| 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.translator.iaware.INeutronNetworkAware'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.BridgeConfigurationManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronNetworkAware'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronNetworkAware'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronNetworkAware'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.TenantNetworkManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronNetworkAware'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.impl.NeutronL3Adapter' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronNetworkAware'. | 23 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 70 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 99 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 124 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 128 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 148 |
| 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.translator.crud.INeutronNetworkCRUD'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.BridgeConfigurationManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.impl.NeutronL3Adapter' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 40 | |
| whitespace | NoLineWrap | import statement should not be line-wrapped. | 42 | |
| whitespace | NoLineWrap | import statement should not be line-wrapped. | 44 | |
| 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 | |
| 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 150). | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 78 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 87 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 95 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'portName' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 116 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 166 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 167 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 175 | |
| naming | LocalVariableName | Local variable name 'iNeutronNetworkCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 176 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 4. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSubnet' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.AbstractMap' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSubnetCRUD'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSubnetCRUD'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSubnetCRUD'. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 56 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSubnet' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 25 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| 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 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 38 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'neutronPortsCache' 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). | 39 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'port' 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). | 40 | |
| naming | LocalVariableName | Local variable name 'list_fixedIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| naming | LocalVariableName | Local variable name 'list_port' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 53 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'neutronSubnetCache' 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). | 61 | |
| naming | LocalVariableName | Local variable name 'list_subnet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'neutronNetworkCache' 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). | 70 | |
| naming | LocalVariableName | Local variable name 'list_network' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 194). | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'size' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 43 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '?' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: ':' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: ':' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAround | WhitespaceAround: '?' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | WhitespaceAround: ':' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | WhitespaceAround: ':' is not followed by whitespace. | 53 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.Constants'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Maps' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.Constants'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Queue' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.Constants'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ConcurrentMap' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.Constants'. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSecurityRule'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronRouter' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSecurityRule'. | 20 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 90 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 93 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 96 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 99 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 102 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 105 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 108 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 111 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 114 |
| 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.api.NodeCacheManager'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Constants' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronPortAware'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronPortAware'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronPortAware'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.impl.NeutronL3Adapter' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronPortAware'. | 27 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 72 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 123 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 149 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 169 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 179 |
| 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.api.NodeCacheManager'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.NodeCacheManager'. | 32 | |
| whitespace | NoLineWrap | import statement should not be line-wrapped. | 37 | |
| whitespace | NoLineWrap | import statement should not be line-wrapped. | 39 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 67 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'portHandlerSpy' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'java.util.List'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSecurityGroupCRUD' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronSecurityRuleAware'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronSecurityRuleAware'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSecurityGroup' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronSecurityRuleAware'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSecurityRule' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronSecurityRuleAware'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronSecurityRuleAware'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronSecurityRuleAware'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronSecurityGroupAware' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronSecurityRuleAware'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 171 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 196 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 198 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 218 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 185). | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 214). | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 86 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 4. | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 105 |
| 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.translator.iaware.INeutronRouterAware'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronRouterAware'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.impl.NeutronL3Adapter' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronRouterAware'. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 136 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 136 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 149 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 198). | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 19 | |
| whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 28 | |
| whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 33 | |
| whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 39 | |
| 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 | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 76 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 79 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 82 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 93 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Map. | 13 | |
| imports | UnusedImports | Unused import - java.util.stream.Collectors. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.impl.DistributedArpService' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.impl.NeutronL3Adapter' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 34 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 49 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 107 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 110 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 128 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 148 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 156 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 173 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 217 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 242 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 246 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 269 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 269 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 282 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 282 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 290 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 330 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 337 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 374 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 377 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 399 | |
| indentation | Indentation | 'if' child have incorrect indentation level 17, expected level should be 16. | 426 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 442 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getIntegrationBridgeOFDPID' must contain no more than '4' capital letters. | 452 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 462 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 463 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 470 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 491 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 528 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 534 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 539 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort'. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.NetworkingProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort'. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.OvsdbInventoryService' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort'. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort'. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.impl.DistributedArpService' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort'. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.impl.NeutronL3Adapter' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort'. | 44 | |
| 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 163). | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 177 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 186 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 188 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 193 | |
| sizes | LineLength | Line is longer than 120 characters (found 199). | 201 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 202 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 203 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 214 | |
| sizes | LineLength | Line is longer than 120 characters (found 186). | 215 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 222 | |
| sizes | LineLength | Line is longer than 120 characters (found 186). | 232 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 270 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 271 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 272 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 273 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 275 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 278 |
| 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.translator.iaware.INeutronSubnetAware'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronSubnetAware'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.impl.NeutronL3Adapter' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronSubnetAware'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 198). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.commons.lang3.tuple.ImmutablePair. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.VlanResponderProvider'. | 22 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.slf4j.LoggerFactory'. | 37 | |
| naming | MemberName | Member name 'LOG' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'ofPort' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 62 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'macAddress' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 63 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'patchIntPort' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 66 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'patchExtPort' 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). | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 71 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 77 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| naming | LocalVariableName | Local variable name 'brExt_Ex' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 91 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 130 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 132 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 |
| 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 'java.util.List' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 14 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 19 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | 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. | 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. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| 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 | JavadocStyle | First sentence should end with a period. | 91 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 128 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 128 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 131 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 131 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 12 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 17 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 18 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 19 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 20 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 21 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.InetAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.commons.lang3.tuple.Pair' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 24 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 35 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 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. | 46 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 46 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 57 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 57 | |
| 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 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 68 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 68 | |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 87 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 87 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 98 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 98 | |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 125 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 125 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 131 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 137 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 137 | |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId'. | 16 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 48 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.AbstractEvent' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.AbstractHandler'. | 12 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 26 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ListenableFuture' import. Should be before 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress'. | 14 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 12 |
| 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 |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 16 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 17 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 18 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 19 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 20 | |
| naming | ParameterName | Parameter name 'OFPortOut' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 21 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 22 | |
| naming | ParameterName | Parameter name 'OFPortOut' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 22 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 23 | |
| naming | ParameterName | Parameter name 'OFPortOut' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 10 |
| 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 | UnusedImports | Unused import - java.math.BigInteger. | 11 | |
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 24 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 25 | |
| whitespace | EmptyLineSeparator | 'ENUM_DEF' should be separated from previous statement. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 38 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 45 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 48 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 51 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 54 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 57 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 112 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 133 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 174 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 174 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 179 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 184 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 230 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 240 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 241 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 242 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.HashMap' should be separated from previous import group. | 13 | |
| indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 12, expected level should be one of the following: 4, 8. | 22 | |
| indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 13, 16, 20. | 23 | |
| indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 13, 16, 20. | 24 | |
| indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 13, 16, 20. | 25 | |
| indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 13, 16, 20. | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 61 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 71 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 72 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 74 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 76 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 78 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 89 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 98 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 20 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 25 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 25 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 30 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 30 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 55 | |
| 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 | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 26 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 33 |
| 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 | |
| naming | ParameterName | Parameter name 'OutPort' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 23 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 17 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 12 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 10 |
| 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 |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 35 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 43 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 20 | |
| imports | UnusedImports | Unused import - java.util.Map. | 20 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 40 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 47 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 54 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 92 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 99 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 107 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 113 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 122 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 128 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 32 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 33 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 34 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 35 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 36 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 37 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 38 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 39 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 40 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 44 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 45 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 46 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 47 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 48 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 49 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 50 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 51 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 52 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 53 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 54 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 55 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 56 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 57 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 58 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 59 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 60 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 62 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 63 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 64 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 65 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 67 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 68 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 69 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '67'. | 69 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 71 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 72 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 75 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 76 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 77 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 78 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 79 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 80 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 81 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 82 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 83 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 84 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 85 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| 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. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| 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. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 76 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 |
| 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.ConfigInterface' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.MdsalHelper' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.BridgeConfigurationManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.ConfigurationService' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Constants' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.NetworkingProviderManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.InetAddress' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.NetworkInterface' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.UnknownHostException' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Enumeration' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Random' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.commons.lang3.tuple.ImmutablePair' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 43 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 48 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 99 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 164 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 214 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 228 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 240 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 246 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 251 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 264 | |
| 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). | 280 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 290 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 338 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 338 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 357 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 357 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 378 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 379 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 402 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 496 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 512 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 512 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 515 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 536 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 536 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 539 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 541 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 558 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 558 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 576 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. | 686 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 686 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 687 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 687 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 698 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not preceded with whitespace. | 698 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 698 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 698 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.ConfigurationService' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.OvsdbTables'. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.NetworkingProviderManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.OvsdbTables'. | 42 | |
| whitespace | NoLineWrap | import statement should not be line-wrapped. | 48 | |
| whitespace | NoLineWrap | import statement should not be line-wrapped. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 212 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 226 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 238 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 253 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 269 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'networkNames' 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). | 292 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 292 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 293 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 304 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 350 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 351 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 176 |
| 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.api.OvsdbTables'. | 25 | |
| whitespace | NoLineWrap | import statement should not be line-wrapped. | 30 | |
| 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. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 82 | |
| 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 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ExecutorService' import. Should be before 'java.util.concurrent.Executors'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'java.util.concurrent.ThreadFactory'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. Should be before 'java.util.concurrent.ThreadFactory'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.ConfigInterface' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 37 | |
| 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 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 116 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 116 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 128 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 155 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 173 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 173 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 187 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 188 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 190 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 194 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 236 | |
| indentation | Indentation | 'programStaticRuleStage1' have incorrect indentation level 28, expected level should be 32. | 241 | |
| indentation | Indentation | 'if' child have incorrect indentation level 26, expected level should be 28. | 259 | |
| indentation | Indentation | 'try' child have incorrect indentation level 32, expected level should be 28. | 262 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 28, expected level should be 24. | 265 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 32, expected level should be 28. | 266 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 32, expected level should be 28. | 267 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 28, expected level should be 24. | 269 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 297 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 297 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 322 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 364 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 412 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert.assertTrue. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 44 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 105 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 119 | |
| sizes | LineLength | Line is longer than 120 characters (found 179). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 135 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 139 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 143 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 144 | |
| sizes | LineLength | Line is longer than 120 characters (found 177). | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 161 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'southbound' 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). | 172 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 186 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 191 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 194 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 198 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 204 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 205 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 206 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 209 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 210 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 223 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 225 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 230 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'neutronNetwork' 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). | 240 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 241 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 244 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 286 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 287 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 298 | |
| naming | LocalVariableName | Local variable name 'iNeutronNetworkCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 299 | |
| naming | LocalVariableName | Local variable name 'iNeutronPortCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.BlockingQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ExecutorService' import. Should be before 'org.slf4j.LoggerFactory'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.Executors' import. Should be before 'org.slf4j.LoggerFactory'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.LinkedBlockingQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.TimeUnit' import. Should be before 'org.slf4j.LoggerFactory'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ThreadFactory' import. Should be before 'org.slf4j.LoggerFactory'. | 27 | |
| naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 100 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 103 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 116 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.AbstractEvent' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.AbstractHandler'. | 26 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| 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 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 55 | |
| 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 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.OvsdbTables' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.hostconfig.rev150712.hostconfig.attributes.hostconfigs.HostconfigBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.slf4j.LoggerFactory'. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 63 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 115 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 16. | 118 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 16. | 119 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 16. | 120 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 16. | 123 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 16. | 124 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 16. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 50 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSubnet' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 51 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.Inet4Address' import. Should be before 'org.slf4j.LoggerFactory'. | 70 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.InetAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 71 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.UnknownHostException' import. Should be before 'org.slf4j.LoggerFactory'. | 72 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. | 73 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.slf4j.LoggerFactory'. | 74 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.slf4j.LoggerFactory'. | 75 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'org.slf4j.LoggerFactory'. | 76 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 77 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.slf4j.LoggerFactory'. | 78 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ConcurrentHashMap' import. Should be before 'org.slf4j.LoggerFactory'. | 79 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ConcurrentMap' import. Should be before 'org.slf4j.LoggerFactory'. | 80 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 245 | |
| whitespace | WhitespaceAround | WhitespaceAround: '||' is not followed by whitespace. | 246 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 253 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 255 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 258 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 259 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 267 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 268 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 269 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 275 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 275 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 276 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 285 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 288 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 291 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 296 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 299 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 314 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 316 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 316 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 317 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 326 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 327 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 329 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 332 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 338 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 346 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 355 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 357 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 359 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 362 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 363 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 364 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 366 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 383 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 403 | |
| 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). | 455 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 456 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 461 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 466 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 466 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 466 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 466 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 475 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 486 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 685 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 687 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 689 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 692 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 693 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 694 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 718 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 736 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 746 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 796 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 814 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 860 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 874 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 878 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 929 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 1003 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 1032 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 1034 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 1058 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 1059 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 1060 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 1117 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 1207 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 1208 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 1235 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1235 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 1241 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1241 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 1259 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1268 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 1270 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 1273 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 1274 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1293 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 1319 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1319 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 1324 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1324 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 1341 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1356 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1356 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 1398 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 1402 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 1414 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1425 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1430 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1471 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1477 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1477 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1485 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 1498 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 1508 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1530 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1535 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1535 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1536 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1536 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 1540 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 1541 | |
| naming | LocalVariableName | Local variable name 'nIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1545 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 1576 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 1576 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 1576 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1576 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1593 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1656 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1656 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 1662 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 1665 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 1672 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 1679 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 1734 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 1734 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 1736 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 1736 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.AbstractHandler' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSubnetCRUD'. | 49 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Action' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSubnetCRUD'. | 50 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.ArpProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSubnetCRUD'. | 51 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.ConfigurationService' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSubnetCRUD'. | 52 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSubnetCRUD'. | 53 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.InboundNatProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSubnetCRUD'. | 54 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.L3ForwardingProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSubnetCRUD'. | 55 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.NodeCacheManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSubnetCRUD'. | 56 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.OutboundNatProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSubnetCRUD'. | 57 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.RoutingProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSubnetCRUD'. | 58 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSubnetCRUD'. | 59 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Status' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSubnetCRUD'. | 60 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.StatusCode' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSubnetCRUD'. | 61 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.TenantNetworkManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSubnetCRUD'. | 62 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| naming | ConstantName | Name 'OFPort' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 103 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 111 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'subnetIdToRouterInterfaceCache' 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). | 149 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'portCleanupCache' 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). | 150 | |
| naming | LocalVariableName | Local variable name 'list_neutronIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 154 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'neutronFloatingIpCache' 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). | 159 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 162 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 164 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 166 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 173 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 177 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 178 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 181 | |
| naming | LocalVariableName | Local variable name 'list_neutronIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 200 | |
| naming | LocalVariableName | Local variable name 'list_neutronPort' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 203 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 212 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 213 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 215 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 216 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 217 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 219 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 220 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 221 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 233 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 234 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 235 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 236 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 239 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 240 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 241 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 244 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 245 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 246 | |
| sizes | LineLength | Line is longer than 120 characters (found 191). | 262 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 265 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 281 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 284 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 297 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 300 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 313 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 317 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'neutronPortToDpIdCache' 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). | 323 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'networkIdToRouterMacCache' 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). | 324 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'floatIpDataMapCache' 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). | 325 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 348 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 351 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 354 | |
| naming | LocalVariableName | Local variable name 'list_neutronPort' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 379 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 386 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 393 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 406 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 423 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 424 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 442 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 443 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 444 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 445 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 455 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 463 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 468 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 468 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 483 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 488 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 488 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'networkIdToRouterMacCache' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 493 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 508 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 514 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 523 | |
| sizes | LineLength | Line is longer than 120 characters (found 187). | 524 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 528 | |
| sizes | LineLength | Line is longer than 120 characters (found 185). | 532 | |
| sizes | LineLength | Line is longer than 120 characters (found 187). | 544 | |
| sizes | LineLength | Line is longer than 120 characters (found 199). | 547 | |
| sizes | LineLength | Line is longer than 120 characters (found 202). | 548 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 551 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 552 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 555 | |
| sizes | LineLength | Line is longer than 120 characters (found 185). | 556 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 566 | |
| sizes | LineLength | Line is longer than 120 characters (found 177). | 573 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'networkIdToRouterMacCache' declaration and its first usage is 24, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 579 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'networkIdToRouterIpListCache' declaration and its first usage is 25, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 580 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'subnetIdToRouterInterfaceCache' 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). | 581 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'neutronRouter' declaration and its first usage is 36, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 602 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 608 | |
| sizes | LineLength | Line is longer than 120 characters (found 313). | 609 | |
| sizes | LineLength | Line is longer than 120 characters (found 206). | 610 | |
| sizes | LineLength | Line is longer than 120 characters (found 179). | 611 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 623 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 624 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 625 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 632 | |
| sizes | LineLength | Line is longer than 120 characters (found 321). | 640 | |
| sizes | LineLength | Line is longer than 120 characters (found 200). | 641 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 642 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 643 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 643 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 644 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 644 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 645 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 645 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 654 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 656 | |
| sizes | LineLength | Line is longer than 120 characters (found 324). | 658 | |
| sizes | LineLength | Line is longer than 120 characters (found 203). | 659 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 660 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 661 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 661 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 662 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 662 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 663 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 663 | |
| sizes | LineLength | Line is longer than 120 characters (found 215). | 668 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 670 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 672 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'dstNeutronRouterInterface' 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). | 681 | |
| sizes | LineLength | Line is longer than 120 characters (found 215). | 708 | |
| sizes | LineLength | Line is longer than 120 characters (found 233). | 711 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 712 | |
| sizes | LineLength | Line is longer than 120 characters (found 232). | 714 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 715 | |
| sizes | LineLength | Line is longer than 120 characters (found 335). | 717 | |
| sizes | LineLength | Line is longer than 120 characters (found 215). | 728 | |
| sizes | LineLength | Line is longer than 120 characters (found 228). | 730 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 733 | |
| sizes | LineLength | Line is longer than 120 characters (found 208). | 735 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 737 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 739 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 749 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 756 | |
| sizes | LineLength | Line is longer than 120 characters (found 191). | 764 | |
| sizes | LineLength | Line is longer than 120 characters (found 200). | 766 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 769 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 771 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 773 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 775 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 780 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 787 | |
| sizes | LineLength | Line is longer than 120 characters (found 179). | 799 | |
| sizes | LineLength | Line is longer than 120 characters (found 195). | 801 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 806 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 808 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 810 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 820 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 826 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 828 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 830 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 835 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 839 | |
| sizes | LineLength | Line is longer than 120 characters (found 210). | 844 | |
| sizes | LineLength | Line is longer than 120 characters (found 207). | 850 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 855 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 864 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 866 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 870 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'networkCleanupCache' 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). | 880 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 883 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'portCleanupCache' 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). | 887 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 890 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 933 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 934 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 936 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 940 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 946 | |
| naming | LocalVariableName | Local variable name 'iNeutronNetworkCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 949 | |
| naming | LocalVariableName | Local variable name 'iNeutronPortCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 953 | |
| naming | LocalVariableName | Local variable name 'iNeutronSubnetCRUD' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 957 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 979 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 997 | |
| naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1000 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.AbstractEvent' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.NodeCacheManager'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.AbstractHandler' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.NodeCacheManager'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.ConfigInterface' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.NodeCacheManager'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Action' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.NodeCacheManager'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EventDispatcher' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.NodeCacheManager'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.NodeCacheListener' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.NodeCacheManager'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'org.slf4j.LoggerFactory'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Maps' import. Should be before 'org.slf4j.LoggerFactory'. | 32 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 34 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 92 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 104 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 138 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 145 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 174 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 199 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Maps' import. Should be before 'java.util.Map'. | 19 | |
| whitespace | NoLineWrap | import statement should not be line-wrapped. | 35 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.InetAddress' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.MultiTenantAwareRouter'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.MultiTenantAwareRouter'. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. Should be before 'java.util.concurrent.ThreadFactory'. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| naming | ConstantName | Name 'threadFactory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 105 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 109 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 132 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 132 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 133 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 159 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 159 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 160 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 164 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 164 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 168 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 168 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 185 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 186 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 186 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 188 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 188 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 209 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 210 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 218 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 236 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 236 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 237 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 237 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 241 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 241 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 258 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 258 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 267 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 267 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 283 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 284 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 284 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 286 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 286 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 316 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 318 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 318 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 319 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 319 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.controller.sal.binding.api.BindingAwareBroker.ProviderContext. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.ClusterAwareMdsalUtils' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.impl.NeutronSecurityRuleDataChangeListener'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.ConfigInterface' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.impl.NeutronSecurityRuleDataChangeListener'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.NetvirtProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.impl.NeutronSecurityRuleDataChangeListener'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Constants' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.impl.NeutronSecurityRuleDataChangeListener'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.OvsdbInventoryService' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.impl.NeutronSecurityRuleDataChangeListener'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.OvsdbInventoryListener' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.impl.NeutronSecurityRuleDataChangeListener'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.impl.NeutronNetworkChangeListener' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.impl.NeutronSecurityRuleDataChangeListener'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.impl.NeutronPortChangeListener' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.impl.NeutronSecurityRuleDataChangeListener'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.impl.NeutronLoadBalancerPoolChangeListener' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.impl.NeutronSubnetChangeListener'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.impl.NeutronLoadBalancerPoolMemberChangeListener' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.impl.NeutronSubnetChangeListener'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.TopologyBuilder'. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 60 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 61 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'pid' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 62 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Maps' import. Should be before 'java.util.Map'. | 18 | |
| whitespace | NoLineWrap | import statement should not be line-wrapped. | 29 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 57 | |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSecurityGroupCRUD. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.ConfigInterface' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSecurityGroupCRUD'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Constants' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSecurityGroupCRUD'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.SecurityGroupCacheManger' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSecurityGroupCRUD'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.SecurityServicesManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSecurityGroupCRUD'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSecurityGroupCRUD'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSecurityGroupCRUD'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSecurityGroup' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSecurityGroupCRUD'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSecurityRule' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSecurityGroupCRUD'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSecurityGroupCRUD'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'org.slf4j.LoggerFactory'. | 32 | |
| imports | UnusedImports | Unused import - java.util.HashSet. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'org.slf4j.LoggerFactory'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.slf4j.LoggerFactory'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.slf4j.LoggerFactory'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.slf4j.LoggerFactory'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ConcurrentHashMap' import. Should be before 'org.slf4j.LoggerFactory'. | 38 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 128 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 136 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 148 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is preceded with whitespace. | 148 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 209 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 220 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Matchers.any' import. Should be before 'org.mockito.Mockito.when'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.mockito.Matchers.anyBoolean' import. Should be before 'org.mockito.Mockito.when'. | 15 | |
| imports | UnusedImports | Unused import - java.util.HashMap. | 18 | |
| imports | UnusedImports | Unused import - java.util.Map. | 20 | |
| 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 | |
| naming | MemberName | Member name 'neutronPort_Vm1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 | |
| naming | MemberName | Member name 'neutronPort_Vm2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 | |
| naming | MemberName | Member name 'neutronPort_Vm3' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 | |
| naming | MemberName | Member name 'neutronPort_Vm4' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 | |
| naming | MemberName | Member name 'neutronPort_Vm5' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 | |
| naming | MemberName | Member name 'neutronSecurityGroup_1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 | |
| naming | MemberName | Member name 'neutronSecurityGroup_2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 | |
| naming | MemberName | Member name 'neutronSecurityGroup_3' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 | |
| naming | MemberName | Member name 'neutronSecurityRule_1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 | |
| naming | MemberName | Member name 'neutronSecurityRule_2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 58 | |
| naming | MemberName | Member name 'neutronSecurityRule_3' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 | |
| naming | MemberName | Member name 'neutron_ip_1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 60 | |
| naming | MemberName | Member name 'neutron_ip_2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 | |
| naming | MemberName | Member name 'neutron_ip_3' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 | |
| naming | MemberName | Member name 'neutron_ip_4' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| naming | MemberName | Member name 'neutron_ip_5' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 | |
| naming | MemberName | Member name 'nodeId_1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 | |
| naming | ConstantName | Name 'neutron_IPs_1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 | |
| naming | ConstantName | Name 'neutron_IPs_2' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 78 | |
| naming | ConstantName | Name 'neutron_IPs_3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 | |
| naming | ConstantName | Name 'neutron_IPs_4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 | |
| naming | ConstantName | Name 'neutron_IPs_5' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 81 | |
| naming | LocalVariableName | Local variable name 'securityGroups_Vm_1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 86 | |
| naming | LocalVariableName | Local variable name 'securityGroups_Vm_2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 88 | |
| naming | LocalVariableName | Local variable name 'securityGroups_Vm_3' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 164 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 177 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 203 | |
| sizes | LineLength | Line is longer than 120 characters (found 179). | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.slf4j.LoggerFactory'. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.slf4j.LoggerFactory'. | 41 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 166 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 217 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 315 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 399 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 524 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 574 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 584 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 603 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.ConfigurationService' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.EgressAclProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.IngressAclProvider' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.NodeCacheManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSecurityGroup' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSecurityRule' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSubnet' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 43 | |
| whitespace | NoLineWrap | import statement should not be line-wrapped. | 48 | |
| whitespace | NoLineWrap | import statement should not be line-wrapped. | 51 | |
| 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 | |
| naming | MemberName | Member name 'neutronPort_Vm1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 | |
| naming | MemberName | Member name 'neutronPort_Vm2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 71 | |
| naming | MemberName | Member name 'neutronPort_Vm3' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 | |
| naming | MemberName | Member name 'neutronSecurityGroup_1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 | |
| naming | MemberName | Member name 'neutronSecurityGroup_2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 | |
| naming | MemberName | Member name 'neutronSecurityGroup_3' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 | |
| naming | MemberName | Member name 'neutronSecurityRule_1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 | |
| naming | MemberName | Member name 'neutronSecurityRule_2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 | |
| naming | MemberName | Member name 'neutronSecurityRule_3' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 | |
| naming | MemberName | Member name 'neutronPort_Dhcp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 | |
| naming | MemberName | Member name 'neutron_ip_1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 80 | |
| naming | MemberName | Member name 'neutron_ip_2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 | |
| naming | MemberName | Member name 'neutron_ip_3' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 82 | |
| naming | MemberName | Member name 'nodeId_1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 | |
| naming | ConstantName | Name 'neutron_IPs_1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 103 | |
| naming | ConstantName | Name 'neutron_IPs_2' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 104 | |
| naming | ConstantName | Name 'neutron_IPs_3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 105 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 108 | |
| naming | LocalVariableName | Local variable name 'securityGroups_1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 | |
| naming | LocalVariableName | Local variable name 'securityGroups_2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 111 | |
| naming | LocalVariableName | Local variable name 'securityGroups_3' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 159 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 166 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 178 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 182 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 183 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 186 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 209 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 272 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 282 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 283 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 287 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 287 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 293 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 303 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 331 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 371 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 387 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 403 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'assert' is not followed by whitespace. | 404 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 407 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 407 | |
| sizes | LineLength | Line is longer than 120 characters (found 204). | 416 | |
| sizes | LineLength | Line is longer than 120 characters (found 203). | 417 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 420 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 420 | |
| sizes | LineLength | Line is longer than 120 characters (found 205). | 430 | |
| sizes | LineLength | Line is longer than 120 characters (found 204). | 431 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 434 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 434 | |
| sizes | LineLength | Line is longer than 120 characters (found 205). | 442 | |
| sizes | LineLength | Line is longer than 120 characters (found 204). | 443 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 446 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 446 | |
| sizes | LineLength | Line is longer than 120 characters (found 205). | 455 | |
| sizes | LineLength | Line is longer than 120 characters (found 204). | 456 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 459 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 459 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 466 | |
| sizes | LineLength | Line is longer than 120 characters (found 205). | 468 | |
| sizes | LineLength | Line is longer than 120 characters (found 204). | 469 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 484 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 497 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 510 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 523 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 536 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 550 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 562 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 564 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 578 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 591 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 606 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.ClusterAwareMdsalUtils' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.OvsdbTables'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.MdsalHelper' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.OvsdbTables'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. | 68 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 157 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 157 | |
| indentation | Indentation | 'MdsalHelper' have incorrect indentation level 12, expected level should be 16. | 254 | |
| indentation | Indentation | 'MdsalHelper' have incorrect indentation level 12, expected level should be 16. | 275 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 301 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 301 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 321 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 440 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 440 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 448 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 448 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 450 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 450 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 451 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 451 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 452 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 452 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 489 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 489 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 490 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 490 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 508 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 508 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '529'. | 551 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'tpIid' 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). | 553 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 590 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 602 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 603 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 604 | |
| indentation | Indentation | 'for' have incorrect indentation level 16, expected level should be 20. | 605 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 24. | 606 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 607 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 24. | 608 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 16, expected level should be 20. | 609 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 610 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 611 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 612 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 613 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 614 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 615 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 616 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 617 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 618 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 619 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 620 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 621 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 622 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 623 | |
| indentation | Indentation | 'for' have incorrect indentation level 16, expected level should be 20. | 624 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 24. | 625 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 626 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 24. | 627 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 16, expected level should be 20. | 628 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 629 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 630 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 631 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 632 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 632 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 16. | 633 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 634 | |
| indentation | Indentation | 'for' have incorrect indentation level 20, expected level should be 24. | 635 | |
| indentation | Indentation | 'if' have incorrect indentation level 24, expected level should be 28. | 636 | |
| indentation | Indentation | 'if' child have incorrect indentation level 28, expected level should be 32. | 637 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 24, expected level should be 28. | 638 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 20, expected level should be 24. | 639 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 640 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 16. | 641 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 642 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 643 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 644 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 645 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 683 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 708 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 708 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 760 | |
| indentation | Indentation | 'MdsalHelper' have incorrect indentation level 12, expected level should be 16. | 778 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Constants' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronPortCRUD'. | 23 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 90 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 104 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 106 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 113 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 169 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.NetworkingProviderManager' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.VlanConfigurationCache' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 35 | |
| whitespace | NoLineWrap | import statement should not be line-wrapped. | 38 | |
| whitespace | NoLineWrap | import statement should not be line-wrapped. | 40 | |
| 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 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 59 | |
| 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 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 70 | |
| 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 | |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 89 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 92 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 95 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 112 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 121 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 124 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 137 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 153 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 158 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 162 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 181 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.ConfigInterface' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.TenantNetworkManager'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.NodeConfiguration' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.TenantNetworkManager'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.api.Southbound' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.api.TenantNetworkManager'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Maps' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node'. | 22 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 38 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | NoLineWrap | import statement should not be line-wrapped. | 30 | |
| whitespace | NoLineWrap | import statement should not be line-wrapped. | 32 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 48 | |
| 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 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 53 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 64 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 193). | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 201). | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 187). | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 23 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 143 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 175 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 176 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 177 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 178 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 179 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 180 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 181 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 182 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 17 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 24 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 132 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 163 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 164 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 165 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 166 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 167 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 168 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 169 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 23 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 240 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 294 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 295 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 296 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 297 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 298 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 299 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 300 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 301 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 302 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 303 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 304 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 305 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 306 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 307 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 308 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 309 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'floatingIPUUID' must contain no more than '4' capital letters. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 49 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 49 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getFloatingIPUUID' must contain no more than '4' capital letters. | 64 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'floatingIPUUID' must contain no more than '4' capital letters. | 69 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'setFloatingIPUUID' must contain no more than '4' capital letters. | 69 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 136 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 142 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 174 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 175 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 176 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 177 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 178 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 179 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 180 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 181 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 23 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 141 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 172 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 173 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 174 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 175 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 176 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 177 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 178 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 179 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 23 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 24 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 180 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 217 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 218 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 219 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 220 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 221 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 222 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 223 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 224 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 225 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 226 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 23 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 162 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 169 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 200 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 201 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 202 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 203 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 204 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 205 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 206 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 207 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 208 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 23 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 157 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 197 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 232 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 233 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 234 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 235 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 236 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 237 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 237 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 237 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 238 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 239 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlTransient'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlTransient'. | 17 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 134 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 163 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 164 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 165 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 166 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 167 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 168 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 169 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 170 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 171 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'NeutronLoadBalancer_SessionPersistence' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 62 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 65 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 68 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 68 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 96 | |
| blocks | RightCurly | '}' at column 49 should be alone on a line. | 96 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 98 | |
| blocks | RightCurly | '}' at column 59 should be alone on a line. | 98 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 120 | |
| blocks | RightCurly | '}' at column 61 should be alone on a line. | 120 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 126 | |
| blocks | RightCurly | '}' at column 48 should be alone on a line. | 126 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 128 | |
| blocks | RightCurly | '}' at column 49 should be alone on a line. | 128 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 142 | |
| blocks | RightCurly | '}' at column 64 should be alone on a line. | 142 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 144 | |
| blocks | RightCurly | '}' at column 65 should be alone on a line. | 144 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 213 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'NeutronNetwork_Segment' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 21 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 36 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 68 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 69 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 27 should have line break after. | 97 | |
| blocks | RightCurly | '}' at column 46 should be alone on a line. | 97 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 99 | |
| blocks | RightCurly | '}' at column 56 should be alone on a line. | 99 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 132 | |
| blocks | RightCurly | '}' at column 61 should be alone on a line. | 132 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 276 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'NeutronPort_AllowedAddressPairs' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 20 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 41 | |
| blocks | RightCurly | '}' at column 49 should be alone on a line. | 41 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 43 | |
| blocks | RightCurly | '}' at column 66 should be alone on a line. | 43 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 45 | |
| blocks | RightCurly | '}' at column 57 should be alone on a line. | 45 | |
| blocks | LeftCurly | '{' at column 50 should have line break after. | 47 | |
| blocks | RightCurly | '}' at column 82 should be alone on a line. | 47 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 49 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 49 | |
| blocks | RightCurly | '}' at column 55 should be alone on a line. | 49 | |
| blocks | LeftCurly | '{' at column 48 should have line break after. | 51 | |
| blocks | RightCurly | '}' at column 78 should be alone on a line. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'NeutronPort_ExtraDHCPOption' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 20 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 37 | |
| blocks | RightCurly | '}' at column 47 should be alone on a line. | 37 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 39 | |
| blocks | RightCurly | '}' at column 62 should be alone on a line. | 39 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 41 | |
| blocks | RightCurly | '}' at column 45 should be alone on a line. | 41 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 43 | |
| blocks | RightCurly | '}' at column 58 should be alone on a line. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'NeutronPort_VIFDetail' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 20 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 37 | |
| blocks | RightCurly | '}' at column 58 should be alone on a line. | 37 | |
| blocks | LeftCurly | '{' at column 51 should have line break after. | 39 | |
| blocks | RightCurly | '}' at column 83 should be alone on a line. | 39 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 41 | |
| blocks | RightCurly | '}' at column 64 should be alone on a line. | 41 | |
| blocks | LeftCurly | '{' at column 57 should have line break after. | 43 | |
| blocks | RightCurly | '}' at column 95 should be alone on a line. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.HashMap. | 12 | |
| imports | UnusedImports | Unused import - java.util.Map. | 14 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 58 | |
| blocks | RightCurly | '}' at column 48 should be alone on a line. | 58 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 60 | |
| blocks | RightCurly | '}' at column 58 should be alone on a line. | 60 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 85 | |
| blocks | RightCurly | '}' at column 61 should be alone on a line. | 85 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 146 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 151 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 190 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 191 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 192 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 193 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 194 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 195 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 196 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 197 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 198 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'NeutronRouter_Interface' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 20 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 76 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 77 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 78 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'NeutronRouter_NetworkReference' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 23 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 67 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.ArrayList. | 12 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 24 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 95 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 97 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 117 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 118 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 119 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 120 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 21 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 178 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 216 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 217 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 218 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 219 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 220 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 221 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 222 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 223 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 224 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 225 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 27 should have line break after. | 103 | |
| blocks | RightCurly | '}' at column 48 should be alone on a line. | 103 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 105 | |
| blocks | RightCurly | '}' at column 58 should be alone on a line. | 105 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 186 | |
| blocks | RightCurly | '}' at column 57 should be alone on a line. | 186 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 189 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 200 | |
| blocks | RightCurly | '}' at column 66 should be alone on a line. | 200 | |
| blocks | LeftCurly | '{' at column 60 should have line break after. | 202 | |
| blocks | RightCurly | '}' at column 102 should be alone on a line. | 202 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 204 | |
| blocks | RightCurly | '}' at column 56 should be alone on a line. | 204 | |
| blocks | LeftCurly | '{' at column 50 should have line break after. | 206 | |
| blocks | RightCurly | '}' at column 82 should be alone on a line. | 206 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 215 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 221 | |
| naming | LocalVariableName | Local variable name 'aPools' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 246 | |
| naming | LocalVariableName | Local variable name 'hRoutes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 251 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 279 | |
| indentation | Indentation | 'for' have incorrect indentation level 7, expected level should be 8. | 280 | |
| indentation | Indentation | 'if' have incorrect indentation level 11, expected level should be 12. | 281 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 321 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 323 | |
| whitespace | WhitespaceAround | WhitespaceAround: '/' is not preceded with whitespace. | 323 | |
| whitespace | WhitespaceAround | WhitespaceAround: '/' is not followed by whitespace. | 323 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 323 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 323 | |
| whitespace | WhitespaceAround | WhitespaceAround: '%' is not preceded with whitespace. | 323 | |
| whitespace | WhitespaceAround | WhitespaceAround: '%' is not followed by whitespace. | 323 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 324 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 327 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 330 | |
| naming | LocalVariableName | Local variable name 'lowAddress_bi' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 390 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 393 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 403 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 433 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 435 | |
| whitespace | WhitespaceAround | WhitespaceAround: '/' is not preceded with whitespace. | 435 | |
| whitespace | WhitespaceAround | WhitespaceAround: '/' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 435 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAround | WhitespaceAround: '%' is not preceded with whitespace. | 435 | |
| whitespace | WhitespaceAround | WhitespaceAround: '%' is not followed by whitespace. | 435 | |
| whitespace | OperatorWrap | '!=' should be on a new line. | 435 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 436 | |
| whitespace | WhitespaceAround | WhitespaceAround: '/' is not preceded with whitespace. | 436 | |
| whitespace | WhitespaceAround | WhitespaceAround: '/' is not followed by whitespace. | 436 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 436 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 436 | |
| whitespace | WhitespaceAround | WhitespaceAround: '%' is not preceded with whitespace. | 436 | |
| whitespace | WhitespaceAround | WhitespaceAround: '%' is not followed by whitespace. | 436 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 437 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 440 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 443 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 459 | |
| whitespace | OperatorWrap | '<' should be on a new line. | 460 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 464 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.Inet6Address' import. Should be before 'java.net.InetAddress'. | 14 | |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 142 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 148 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 148 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 161 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 161 | |
| 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 | |
| naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 175 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 178 | |
| naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 187 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 187 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 188 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 193 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 194 | |
| naming | LocalVariableName | Local variable name 'gIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 215 | |
| naming | LocalVariableName | Local variable name 'sIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 216 | |
| naming | LocalVariableName | Local variable name 'eIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 217 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 218 | |
| naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 219 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 228 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 228 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 235 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 235 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 246 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 246 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 251 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 251 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 261 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 262 | |
| naming | LocalVariableName | Local variable name 'gIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 281 | |
| naming | LocalVariableName | Local variable name 'sIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 282 | |
| naming | LocalVariableName | Local variable name 'eIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 283 | |
| naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 285 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 289 | |
| naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 292 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 296 | |
| naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 299 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'NeutronSubnet_HostRoute' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 20 | |
| 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 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 39 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'Neutron_ID' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'Neutron_IPs' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 21 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 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. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| 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 | |
| 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 | |
| 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 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| 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. | 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. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| 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. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| 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. | 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. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| 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. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'INeutronFloatingIPCRUD' must contain no more than '4' capital letters. | 20 | |
| 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. | 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. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| 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. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| 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. | 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. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| 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. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| 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. | 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. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| 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. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| 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. | 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. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| 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. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| 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. | 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. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| 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. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| 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. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| 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 | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| 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. | 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. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| 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. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| 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. | 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. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| 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. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 92 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| 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. | 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. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| 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. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 36 | |
| 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. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| 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 | |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 36 | |
| 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. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| 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 | |
| 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 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| 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. | 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. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| 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. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 36 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'fetchINeutronFloatingIPCRUD' must contain no more than '4' capital letters. | 119 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 165 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 170 | |
| naming | LocalVariableName | Local variable name 'bCtx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 176 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 58 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 112 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 135 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 135 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 137 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 145 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 145 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 173). | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 21 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 197). | 95 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 189). | 92 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.controller.sal.binding.api.BindingAwareBroker.ProviderContext. | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 110 | |
| 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). | 130 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 246 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 247 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 276 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.controller.sal.binding.api.BindingAwareBroker.ProviderContext. | 13 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 241). | 95 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 147). | 37 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '107'. | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 189). | 153 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.controller.sal.binding.api.BindingAwareBroker.ProviderContext. | 13 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 221). | 95 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 151). | 46 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '122'. | 136 | |
| naming | LocalVariableName | Local variable name 'neutron_id' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 148 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 184 | |
| sizes | LineLength | Line is longer than 120 characters (found 205). | 185 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 143). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 229). | 94 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.controller.sal.binding.api.BindingAwareBroker.ProviderContext. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork_Segment' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronNetworkCRUD'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 43 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 54 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 191 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 267 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort_VIFDetail. | 21 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 262 | |
| indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be 16. | 265 | |
| indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be 16. | 266 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 266 | |
| indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be 16. | 267 | |
| indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be 16. | 268 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 276 | |
| naming | LocalVariableName | Local variable name 'neutron_IPs' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 290 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 302 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 305 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 339 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronRouterCRUD'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronRouter' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronRouterCRUD'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronRouter_NetworkReference' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronRouterCRUD'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.Neutron_IPs' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronRouterCRUD'. | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 36 | |
| naming | LocalVariableName | Local variable name 'neutronRouter_NetworkReferences' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 140 | |
| naming | LocalVariableName | Local variable name 'eIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 148 | |
| naming | LocalVariableName | Local variable name 'eFixedIpBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '109'. | 179 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 212 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 213 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 214 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSecurityRule. | 17 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSecurityRuleCRUD. | 19 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.openstack.netvirt.translator.crud.NeutronCRUDInterfaces. | 20 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid. | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 33 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '120'. | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 193). | 161 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSecurityGroup. | 17 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSecurityGroupCRUD. | 19 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.openstack.netvirt.translator.crud.NeutronCRUDInterfaces. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.constants.rev150712.NeutronUtils' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.constants.rev150712.ProtocolUdp'. | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 47 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 142 | |
| whitespace | WhitespaceAround | WhitespaceAround: '?' is not preceded with whitespace. | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 143 | |
| whitespace | WhitespaceAround | WhitespaceAround: ':' is not preceded with whitespace. | 143 | |
| whitespace | WhitespaceAround | WhitespaceAround: ':' is not followed by whitespace. | 143 | |
| indentation | Indentation | 'else' child have incorrect indentation level 15, expected level should be 16. | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 189 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 193 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '170'. | 227 | |
| sizes | LineLength | Line is longer than 120 characters (found 189). | 238 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 46 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 176 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '196'. | 272 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 283 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 284 |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| 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 | JavadocStyle | First sentence should end with a period. | 40 | |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| 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 |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| 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 | JavadocStyle | First sentence should end with a period. | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 41 | |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| 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 |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| 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 | JavadocStyle | First sentence should end with a period. | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 41 | |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| 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 |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| 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 | JavadocStyle | First sentence should end with a period. | 40 | |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| 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 |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| 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 | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| 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 |
|---|---|---|---|---|
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| 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 | JavadocStyle | First sentence should end with a period. | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 41 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| 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 |
|---|---|---|---|---|
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| 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 | JavadocStyle | First sentence should end with a period. | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 41 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| 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 |
|---|---|---|---|---|
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| 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 | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| 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 |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 36 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| 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 | JavadocStyle | First sentence should end with a period. | 40 | |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| 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 |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| 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 | JavadocStyle | First sentence should end with a period. | 40 | |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 125 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 125 |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 24 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 25 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 26 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 38 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 44 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 45 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 46 | |
| 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 | JavadocStyle | First sentence should end with a period. | 57 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 62 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 63 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 64 | |
| 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 |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 24 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 25 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 26 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 38 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 44 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 45 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 46 | |
| 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 | JavadocStyle | First sentence should end with a period. | 57 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 62 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 63 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 64 | |
| 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 |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| 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 | JavadocStyle | First sentence should end with a period. | 40 | |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 32 | |
| naming | LocalVariableName | Local variable name 'bCtx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 | |
| indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 12. | 38 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronLoadBalancer_SessionPersistence' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronLoadBalancerPoolAware'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 66 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 88 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 88 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 88 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 88 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 94 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 94 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 97 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 101 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 101 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 101 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 103 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 107 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 107 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 110 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 114 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 114 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 114 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 114 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 116 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 116 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 120 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 120 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 148 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 40 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 73 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 73 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 74 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 79 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 79 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 82 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 86 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 86 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 86 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 89 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 89 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 93 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 93 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 96 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 100 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 100 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 100 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 100 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 103 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 107 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.AsyncDataBroker.DataChangeScope' import. Should be before 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronNetworkAware'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronNetwork_Segment' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronNetworkAware'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. | 40 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 8. | 46 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 47 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 48 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 49 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 50 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 51 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 53 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 64 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 91 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 91 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 91 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 93 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 93 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 97 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 97 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 105 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 105 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 105 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 107 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 111 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 111 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 119 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 119 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 119 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 121 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 125 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort_VIFDetail. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronPort_VIFDetail'. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 49 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 55 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 82 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 82 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 82 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 84 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 88 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 88 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 117 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 117 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.HashMap. | 11 | |
| imports | UnusedImports | Unused import - java.util.Map. | 13 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 43 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 70 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 70 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 70 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 72 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 76 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 76 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 85 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 85 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 85 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 85 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 87 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 91 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 91 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 99 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 99 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 99 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 101 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 105 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 105 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 141 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 142 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 143 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.ArrayList. | 10 | |
| imports | UnusedImports | Unused import - java.util.List. | 11 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSecurityRuleCRUD. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSecurityGroup' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSecurityRuleCRUD'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSecurityRule' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.crud.INeutronSecurityRuleCRUD'. | 22 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSecurityRule. | 22 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.openstack.netvirt.translator.crud.NeutronCRUDInterfaces. | 23 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.openstack.netvirt.translator.NeutronSecurityRule' import. Should be before 'org.opendaylight.netvirt.openstack.netvirt.translator.iaware.INeutronSecurityRuleAware'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 150 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 150 | |
| whitespace | WhitespaceAround | WhitespaceAround: '?' is not preceded with whitespace. | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 151 | |
| whitespace | WhitespaceAround | WhitespaceAround: ':' is not preceded with whitespace. | 151 | |
| whitespace | WhitespaceAround | WhitespaceAround: ':' is not followed by whitespace. | 151 | |
| indentation | Indentation | 'else' child have incorrect indentation level 15, expected level should be 16. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 50 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 8. | 54 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 55 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 56 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 57 | |
| indentation | Indentation | '=' have incorrect indentation level 4, expected level should be 8. | 60 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 61 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 62 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 63 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 64 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 65 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 70 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 97 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 97 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 97 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 97 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 99 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 103 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 103 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 111 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 111 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 111 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 111 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 113 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 113 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 117 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 117 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 125 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 125 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 125 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 127 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 131 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 131 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 179 |