Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
5 0 8 0

Rules

Category Rule Violations Severity
coding OverloadMethodsDeclarationOrder 2  Warning
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
3  Warning
UnusedImports 1  Warning
javadoc JavadocStyle
  • checkEmptyJavadoc: "true"
1  Warning

Details

org/opendaylight/netvirt/neutronvpn/api/l2gw/L2GatewayDevice.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.stream.Collectors. 22
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 49
 Warning javadoc JavadocStyle First sentence should end with a period. 49

org/opendaylight/netvirt/neutronvpn/api/l2gw/utils/L2GatewayCacheUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.genius.utils.cache.CacheUtil' import. Should be before 'org.opendaylight.netvirt.neutronvpn.api.l2gw.L2GatewayDevice'. 14

org/opendaylight/netvirt/neutronvpn/api/utils/NeutronUtils.java

Severity Category Rule Message Line
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '57'. 92

org/opendaylight/netvirt/neutronvpn/interfaces/INeutronVpnManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet'. 17
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet'. 18
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '32'. 36