Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
31 0 295 0

Files

File  I  W  E
org/opendaylight/neutron/transcriber/AbstractNeutronInterface.java 0 18 0
org/opendaylight/neutron/transcriber/NeutronBgpvpnInterface.java 0 18 0
org/opendaylight/neutron/transcriber/NeutronFirewallInterface.java 0 3 0
org/opendaylight/neutron/transcriber/NeutronFirewallPolicyInterface.java 0 3 0
org/opendaylight/neutron/transcriber/NeutronFirewallRuleInterface.java 0 2 0
org/opendaylight/neutron/transcriber/NeutronFloatingIPInterface.java 0 3 0
org/opendaylight/neutron/transcriber/NeutronL2gatewayConnectionInterface.java 0 18 0
org/opendaylight/neutron/transcriber/NeutronL2gatewayInterface.java 0 43 0
org/opendaylight/neutron/transcriber/NeutronLoadBalancerHealthMonitorInterface.java 0 6 0
org/opendaylight/neutron/transcriber/NeutronLoadBalancerInterface.java 0 2 0
org/opendaylight/neutron/transcriber/NeutronLoadBalancerListenerInterface.java 0 5 0
org/opendaylight/neutron/transcriber/NeutronLoadBalancerPoolInterface.java 0 12 0
org/opendaylight/neutron/transcriber/NeutronMeteringLabelInterface.java 0 2 0
org/opendaylight/neutron/transcriber/NeutronMeteringLabelRuleInterface.java 0 5 0
org/opendaylight/neutron/transcriber/NeutronNetworkInterface.java 0 12 0
org/opendaylight/neutron/transcriber/NeutronPortInterface.java 0 14 0
org/opendaylight/neutron/transcriber/NeutronQosPolicyInterface.java 0 3 0
org/opendaylight/neutron/transcriber/NeutronRouterInterface.java 0 11 0
org/opendaylight/neutron/transcriber/NeutronSFCFlowClassifierInterface.java 0 30 0
org/opendaylight/neutron/transcriber/NeutronSFCPortChainInterface.java 0 15 0
org/opendaylight/neutron/transcriber/NeutronSFCPortPairGroupInterface.java 0 5 0
org/opendaylight/neutron/transcriber/NeutronSFCPortPairInterface.java 0 9 0
org/opendaylight/neutron/transcriber/NeutronSecurityGroupInterface.java 0 2 0
org/opendaylight/neutron/transcriber/NeutronSecurityRuleInterface.java 0 6 0
org/opendaylight/neutron/transcriber/NeutronSubnetInterface.java 0 8 0
org/opendaylight/neutron/transcriber/NeutronTranscriberProvider.java 0 12 0
org/opendaylight/neutron/transcriber/NeutronVPNIKEPolicyInterface.java 0 9 0
org/opendaylight/neutron/transcriber/NeutronVPNIPSECPolicyInterface.java 0 9 0
org/opendaylight/neutron/transcriber/NeutronVPNIPSECSiteConnectionsInterface.java 0 7 0
org/opendaylight/neutron/transcriber/NeutronVPNServiceInterface.java 0 3 0

Rules

Category Rule Violations Severity
blocks RightCurly
  • tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, LITERAL_DO, STATIC_INIT, INSTANCE_INIT"
  • option: "alone"
1  Warning
RightCurly 1  Warning
coding IllegalCatch 1  Warning
OverloadMethodsDeclarationOrder 14  Warning
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
68  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
20  Warning
javadoc JavadocStyle
  • checkEmptyJavadoc: "true"
4  Warning
naming AbbreviationAsWordInName
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "4"
6  Warning
LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
6  Warning
MemberName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
4  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
40  Warning
whitespace GenericWhitespace 1  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
129  Warning

Details

org/opendaylight/neutron/transcriber/AbstractNeutronInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. 36
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.slf4j.LoggerFactory'. 37
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.slf4j.LoggerFactory'. 38
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.neutron.spi.INeutronCRUD' import. Should be before 'org.slf4j.LoggerFactory'. 40
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.neutron.spi.INeutronObject' import. Should be before 'org.slf4j.LoggerFactory'. 41
 Warning sizes LineLength Line is longer than 120 characters (found 196). 43
 Warning sizes LineLength Line is longer than 120 characters (found 121). 78
 Warning whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. 169
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 172
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 195
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 195
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 196
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 197
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 205
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 205
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 208
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 5, expected level should be 4. 334
 Warning sizes LineLength Line is longer than 120 characters (found 123). 336

org/opendaylight/neutron/transcriber/NeutronBgpvpnInterface.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 132). 31
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 63
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 66
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 69
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 74
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 81
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 88
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 95
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 102
 Warning indentation Indentation 'for' child have incorrect indentation level 15, expected level should be 16. 103
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 109
 Warning indentation Indentation 'for' child have incorrect indentation level 15, expected level should be 16. 110
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 143
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 150
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 157
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 164
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 171
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 178

org/opendaylight/neutron/transcriber/NeutronFirewallInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. 24
 Warning sizes LineLength Line is longer than 120 characters (found 142). 26
 Warning indentation Indentation 'if' child have incorrect indentation level 13, expected level should be 12. 68

org/opendaylight/neutron/transcriber/NeutronFirewallPolicyInterface.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 27
 Warning javadoc JavadocStyle Javadoc has empty description section. 27
 Warning sizes LineLength Line is longer than 120 characters (found 173). 30

org/opendaylight/neutron/transcriber/NeutronFirewallRuleInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 33
 Warning sizes LineLength Line is longer than 120 characters (found 162). 37

org/opendaylight/neutron/transcriber/NeutronFloatingIPInterface.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 152). 25
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 52
 Warning 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). 72

org/opendaylight/neutron/transcriber/NeutronL2gatewayConnectionInterface.java

Severity Category Rule Message Line
 Warning indentation Indentation 'AbstractNeutronInterface' have incorrect indentation level 0, expected level should be 4. 25
 Warning indentation Indentation 'implements' have incorrect indentation level 0, expected level should be 4. 26
 Warning indentation Indentation 'createInstanceIdentifier' have incorrect indentation level 4, expected level should be 8. 46
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 52
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 57
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 59
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 62
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 65
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 68
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 71
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 74
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 77
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 87
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 90
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 93
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 96
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 99
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 102

org/opendaylight/neutron/transcriber/NeutronL2gatewayInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. 16
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.neutron.spi.INeutronL2gatewayCRUD' import. Should be before 'org.slf4j.LoggerFactory'. 17
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.neutron.spi.NeutronL2gatewayDevice' import. Should be before 'org.slf4j.LoggerFactory'. 18
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.neutron.spi.NeutronL2gatewayDeviceInterface' import. Should be before 'org.slf4j.LoggerFactory'. 19
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.neutron.spi.NeutronL2gateway' import. Should be before 'org.slf4j.LoggerFactory'. 20
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateway.attributes.Devices' import. Should be before 'org.slf4j.LoggerFactory'. 21
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateway.attributes.DevicesBuilder' import. Should be before 'org.slf4j.LoggerFactory'. 22
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateway.attributes.devices.Interfaces' import. Should be before 'org.slf4j.LoggerFactory'. 23
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateway.attributes.devices.InterfacesBuilder' import. Should be before 'org.slf4j.LoggerFactory'. 24
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateways.attributes.L2gateways' import. Should be before 'org.slf4j.LoggerFactory'. 25
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateways.attributes.l2gateways.L2gateway' import. Should be before 'org.slf4j.LoggerFactory'. 26
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateways.attributes.l2gateways.L2gatewayBuilder' import. Should be before 'org.slf4j.LoggerFactory'. 27
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron' import. Should be before 'org.slf4j.LoggerFactory'. 28
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. 29
 Warning indentation Indentation 'createInstanceIdentifier' have incorrect indentation level 4, expected level should be 8. 52
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 63
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 67
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 70
 Warning indentation Indentation 'if' child have incorrect indentation level 8, expected level should be 12. 71
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 73
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 76
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 79
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 80
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 84
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 90
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 90
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 91
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 91
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 96
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 100
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 101
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 101
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 121
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 124
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 127
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 131
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 133
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 133
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 136
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 137
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 141
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 142
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 143

org/opendaylight/neutron/transcriber/NeutronLoadBalancerHealthMonitorInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. 32
 Warning sizes LineLength Line is longer than 120 characters (found 203). 34
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '55'. 76
 Warning naming LocalVariableName Local variable name 'neutron_id' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 94
 Warning sizes LineLength Line is longer than 120 characters (found 132). 108
 Warning indentation Indentation 'if' child have incorrect indentation level 13, expected level should be 12. 124

org/opendaylight/neutron/transcriber/NeutronLoadBalancerInterface.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 162). 25
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '38'. 85

org/opendaylight/neutron/transcriber/NeutronLoadBalancerListenerInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. 32
 Warning sizes LineLength Line is longer than 120 characters (found 178). 34
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '54'. 75
 Warning naming LocalVariableName Local variable name 'neutron_id' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 87
 Warning sizes LineLength Line is longer than 120 characters (found 135). 98

org/opendaylight/neutron/transcriber/NeutronLoadBalancerPoolInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException'. 22
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. 47
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. 48
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.slf4j.LoggerFactory'. 49
 Warning sizes LineLength Line is longer than 120 characters (found 158). 51
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '71'. 91
 Warning naming LocalVariableName Local variable name 'neutron_id' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 103
 Warning sizes LineLength Line is longer than 120 characters (found 123). 119
 Warning sizes LineLength Line is longer than 120 characters (found 123). 168
 Warning sizes LineLength Line is longer than 120 characters (found 123). 205
 Warning sizes LineLength Line is longer than 120 characters (found 121). 323
 Warning sizes LineLength Line is longer than 120 characters (found 130). 326

org/opendaylight/neutron/transcriber/NeutronMeteringLabelInterface.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 167). 24
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '51'. 86

org/opendaylight/neutron/transcriber/NeutronMeteringLabelRuleInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. 28
 Warning sizes LineLength Line is longer than 120 characters (found 134). 30
 Warning sizes LineLength Line is longer than 120 characters (found 141). 79
 Warning sizes LineLength Line is longer than 120 characters (found 121). 82
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '64'. 111

org/opendaylight/neutron/transcriber/NeutronNetworkInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.NetworkTypeBase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.neutron.networks.network.SegmentsBuilder'. 27
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.NetworkTypeFlat' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.neutron.networks.network.SegmentsBuilder'. 28
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.NetworkTypeGre' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.neutron.networks.network.SegmentsBuilder'. 29
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.NetworkTypeVlan' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.neutron.networks.network.SegmentsBuilder'. 30
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.NetworkTypeVxlan' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.neutron.networks.network.SegmentsBuilder'. 31
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.NetworkProviderExtension' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.neutron.networks.network.SegmentsBuilder'. 32
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.NetworkProviderExtensionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.neutron.networks.network.SegmentsBuilder'. 33
 Warning sizes LineLength Line is longer than 120 characters (found 137). 41
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 90
 Warning sizes LineLength Line is longer than 120 characters (found 133). 114
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 119
 Warning sizes LineLength Line is longer than 120 characters (found 132). 131

org/opendaylight/neutron/transcriber/NeutronPortInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'java.util.HashSet'. 13
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.binding.rev150712.PortBindingExtension' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.binding.rev150712.binding.attributes.VifDetailsBuilder'. 30
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.binding.rev150712.PortBindingExtensionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.binding.rev150712.binding.attributes.VifDetailsBuilder'. 31
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. 54
 Warning sizes LineLength Line is longer than 120 characters (found 122). 56
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 105
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 112
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 216
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 16. 219
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 16. 220
 Warning sizes LineLength Line is longer than 120 characters (found 133). 220
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 16. 221
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 16. 222
 Warning naming LocalVariableName Local variable name 'neutron_IPs' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 250

org/opendaylight/neutron/transcriber/NeutronQosPolicyInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. 27
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. 28
 Warning whitespace GenericWhitespace GenericWhitespace '<' is preceded with whitespace. 30

org/opendaylight/neutron/transcriber/NeutronRouterInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.neutron.spi.NeutronRouter' import. Should be before 'org.opendaylight.neutron.spi.Neutron_IPs'. 17
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.neutron.spi.NeutronRouter_NetworkReference' import. Should be before 'org.opendaylight.neutron.spi.Neutron_IPs'. 18
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l3.rev150712.routers.attributes.routers.router.external_gateway_info.ExternalFixedIps' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l3.rev150712.routers.attributes.routers.router.external_gateway_info.ExternalFixedIpsBuilder'. 29
 Warning sizes LineLength Line is longer than 120 characters (found 132). 35
 Warning sizes LineLength Line is longer than 120 characters (found 137). 85
 Warning naming LocalVariableName Local variable name 'eIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 93
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '51'. 125
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 161
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 162
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 163
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 164

org/opendaylight/neutron/transcriber/NeutronSFCFlowClassifierInterface.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 85
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 88
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 91
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 94
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 109
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 112
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 115
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 118
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 121
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 124
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 127
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. 127
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 130
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 133
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 133
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 135
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 162
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 165
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 168
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 171
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 174
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 177
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 180
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 183
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 186
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. 186
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 189
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 192
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 192
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 194

org/opendaylight/neutron/transcriber/NeutronSFCPortChainInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. 25
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.slf4j.LoggerFactory'. 26
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. 27
 Warning javadoc JavadocStyle First sentence should end with a period. 29
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 69
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 75
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 76
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 81
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 83
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. 110
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 112
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. 117
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 119
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 124
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 126

org/opendaylight/neutron/transcriber/NeutronSFCPortPairGroupInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. 22
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. 23
 Warning javadoc JavadocStyle First sentence should end with a period. 25
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 60
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 85

org/opendaylight/neutron/transcriber/NeutronSFCPortPairInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. 25
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.slf4j.LoggerFactory'. 26
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. 27
 Warning javadoc JavadocStyle First sentence should end with a period. 29
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 68
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 70
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. 97
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 103
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 105

org/opendaylight/neutron/transcriber/NeutronSecurityGroupInterface.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 167). 25
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '52'. 83

org/opendaylight/neutron/transcriber/NeutronSecurityRuleInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.secgroups.rev150712.SecurityRuleAttributes.Protocol' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.secgroups.rev150712.security.rules.attributes.security.rules.SecurityRuleBuilder'. 28
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. 33
 Warning sizes LineLength Line is longer than 120 characters (found 162). 36
 Warning sizes LineLength Line is longer than 120 characters (found 131). 111
 Warning sizes LineLength Line is longer than 120 characters (found 131). 131
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '101'. 160

org/opendaylight/neutron/transcriber/NeutronSubnetInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. 41
 Warning sizes LineLength Line is longer than 120 characters (found 132). 43
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 108
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 108
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 110
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 179
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 181
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '122'. 209

org/opendaylight/neutron/transcriber/NeutronTranscriberProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.neutron.spi.INeutronQosPolicyCRUD' import. Should be before 'org.opendaylight.neutron.spi.INeutronVPNServiceCRUD'. 41
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. 47
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. 48
 Warning naming AbbreviationAsWordInName Abbreviation in name 'vPNIKEPolicyInterface' must contain no more than '4' capital letters. 78
 Warning naming MemberName Member name 'vPNIKEPolicyInterface' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 78
 Warning naming AbbreviationAsWordInName Abbreviation in name 'vPNIPSECPolicyInterface' must contain no more than '4' capital letters. 79
 Warning naming MemberName Member name 'vPNIPSECPolicyInterface' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 79
 Warning naming AbbreviationAsWordInName Abbreviation in name 'vPNIPSECSiteConnectionsInterface' must contain no more than '4' capital letters. 80
 Warning naming MemberName Member name 'vPNIPSECSiteConnectionsInterface' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 80
 Warning naming MemberName Member name 'vPNServiceInterface' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 81
 Warning indentation Indentation 'void' have incorrect indentation level 4, expected level should be 8. 95
 Warning naming LocalVariableName Local variable name 'sCrudInterface' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 98

org/opendaylight/neutron/transcriber/NeutronVPNIKEPolicyInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ikepolicies.attributes.IkePolicies' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ikepolicy.attributes.LifetimeBuilder'. 18
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ikepolicies.attributes.ike.policies.Ikepolicy' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ikepolicy.attributes.LifetimeBuilder'. 19
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ikepolicies.attributes.ike.policies.IkepolicyBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ikepolicy.attributes.LifetimeBuilder'. 20
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ikepolicy.attributes.LifetimeBuilder'. 21
 Warning naming AbbreviationAsWordInName Abbreviation in name 'NeutronVPNIKEPolicyInterface' must contain no more than '4' capital letters. 26
 Warning sizes LineLength Line is longer than 120 characters (found 157). 26
 Warning indentation Indentation 'if' child have incorrect indentation level 0, expected level should be 12. 65
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. 100
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '76'. 128

org/opendaylight/neutron/transcriber/NeutronVPNIPSECPolicyInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ipsecpolicies.attributes.IpsecPolicies' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ipsecpolicy.attributes.LifetimeBuilder'. 18
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ipsecpolicies.attributes.ipsec.policies.Ipsecpolicy' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ipsecpolicy.attributes.LifetimeBuilder'. 19
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ipsecpolicies.attributes.ipsec.policies.IpsecpolicyBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ipsecpolicy.attributes.LifetimeBuilder'. 20
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ipsecpolicy.attributes.LifetimeBuilder'. 21
 Warning naming AbbreviationAsWordInName Abbreviation in name 'NeutronVPNIPSECPolicyInterface' must contain no more than '4' capital letters. 26
 Warning sizes LineLength Line is longer than 120 characters (found 167). 26
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. 63
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. 99
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '75'. 128

org/opendaylight/neutron/transcriber/NeutronVPNIPSECSiteConnectionsInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ipsecconnections.attributes.ipsec.site.connections.IpsecsiteconnectionBuilder'. 22
 Warning naming AbbreviationAsWordInName Abbreviation in name 'NeutronVPNIPSECSiteConnectionsInterface' must contain no more than '4' capital letters. 27
 Warning sizes LineLength Line is longer than 120 characters (found 208). 27
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 62
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 125
 Warning sizes LineLength Line is longer than 120 characters (found 121). 180
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '107'. 186

org/opendaylight/neutron/transcriber/NeutronVPNServiceInterface.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.vpnservices.attributes.vpn.services.VpnserviceBuilder'. 19
 Warning sizes LineLength Line is longer than 120 characters (found 152). 24
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '65'. 105