checkstyle: AbbreviationAsWordInName 16/49516/4
authorIsaku Yamahata <isaku.yamahata@intel.com>
Sat, 17 Dec 2016 09:04:13 +0000 (01:04 -0800)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Wed, 21 Dec 2016 20:50:36 +0000 (12:50 -0800)
commit0aded50c246b62d93e00f17295c2454ac3f04ab0
tree44caca08329615e7047123ff157d3f4a846ec195
parent597b20b3cb38ad28de578ce4f90c04ce6d13babb
checkstyle: AbbreviationAsWordInName

fix AbbreviationAsWordInName and enable AbbreviationAsWordInName.

Change-Id: I6d0756598b7d2a000325b4986e2752aacfd30eb3
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
66 files changed:
integration/test/src/test/java/org/opendaylight/neutron/e2etest/ITNeutronE2E.java
integration/test/src/test/java/org/opendaylight/neutron/e2etest/NeutronFloatingIpTests.java [moved from integration/test/src/test/java/org/opendaylight/neutron/e2etest/NeutronFloatingIPTests.java with 75% similarity]
integration/test/src/test/java/org/opendaylight/neutron/e2etest/NeutronIpSecPoliciesTests.java [moved from integration/test/src/test/java/org/opendaylight/neutron/e2etest/NeutronIPSECPoliciesTests.java with 95% similarity]
integration/test/src/test/java/org/opendaylight/neutron/e2etest/NeutronIpSecSiteConnectionTests.java [moved from integration/test/src/test/java/org/opendaylight/neutron/e2etest/NeutronIPSECSiteConnectionTests.java with 96% similarity]
integration/test/src/test/java/org/opendaylight/neutron/e2etest/NeutronVpnServicesTests.java [moved from integration/test/src/test/java/org/opendaylight/neutron/e2etest/NeutronVPNServicesTests.java with 95% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronFloatingIpCRUD.java [moved from neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronFloatingIPCRUD.java with 75% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronVpnIkePolicyCRUD.java [moved from neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronVPNIKEPolicyCRUD.java with 82% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronVpnIpSecPolicyCRUD.java [moved from neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronVPNIPSECPolicyCRUD.java with 82% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronVpnIpSecSiteConnectionsCRUD.java [moved from neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronVPNIPSECSiteConnectionsCRUD.java with 79% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronVpnServiceCRUD.java [moved from neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronVPNServiceCRUD.java with 86% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronFloatingIp.java [moved from neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronFloatingIP.java with 74% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronIps.java [moved from neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronIPs.java with 88% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronMeteringLabelRule.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronPort.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronRouterNetworkReference.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSubnet.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSubnetIpAllocationPool.java [moved from neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSubnetIPAllocationPool.java with 74% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVpnDeadPeerDetection.java [moved from neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVPNDeadPeerDetection.java with 92% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVpnIkePolicy.java [moved from neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVPNIKEPolicy.java with 87% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVpnIpSecPolicy.java [moved from neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVPNIPSECPolicy.java with 87% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVpnIpSecSiteConnection.java [moved from neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVPNIPSECSiteConnection.java with 90% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVpnLifetime.java [moved from neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVPNLifetime.java with 92% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVpnService.java [moved from neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronVPNService.java with 85% similarity]
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronFloatingIpJAXBTest.java [moved from neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronFloatingIPJAXBTest.java with 67% similarity]
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronIdJAXBTest.java [moved from neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronIDJAXBTest.java with 96% similarity]
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronIpsJAXBTest.java [moved from neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronIPsJAXBTest.java with 71% similarity]
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronMeteringLabelRuleJAXBTest.java
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronPortJAXBTest.java
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronPortQosJAXBTest.java
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronPortSecurityJAXBTest.java
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronRouterJAXBTest.java
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronRouterNetworkReferenceJAXBTest.java
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronSubnetIpAllocationPoolTest.java [moved from neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronSubnetIPAllocationPoolTest.java with 86% similarity]
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronSubnetJAXBTest.java
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronSubnetTest.java
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronVpnDeadPeerDetectionJAXBTest.java [moved from neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronVPNDeadPeerDetectionJAXBTest.java with 74% similarity]
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronVpnIkePolicyJAXBTest.java [moved from neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronVPNIKEPolicyJAXBTest.java with 70% similarity]
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronVpnIpSecPolicyJAXBTest.java [moved from neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronVPNIPSECPolicyJAXBTest.java with 71% similarity]
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronVpnIpSecSiteConnectionJAXBTest.java [moved from neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronVPNIPSECSiteConnectionJAXBTest.java with 70% similarity]
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronVpnLifetimeJAXBTest.java [moved from neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronVPNLifetimeJAXBTest.java with 75% similarity]
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronVpnServiceJAXBTest.java [moved from neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronVPNServiceJAXBTest.java with 74% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronFloatingIpRequest.java [moved from northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronFloatingIPRequest.java with 70% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronFloatingIpsNorthbound.java [moved from northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronFloatingIPsNorthbound.java with 81% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronMeteringLabelRulesNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronNorthboundRSApplication.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronPortsNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronSubnetsNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVpnIkePoliciesNorthbound.java [moved from northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVPNIKEPoliciesNorthbound.java with 84% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVpnIkePolicyRequest.java [moved from northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVPNIKEPolicyRequest.java with 66% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVpnIpSecPoliciesNorthbound.java [moved from northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVPNIPSECPoliciesNorthbound.java with 84% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVpnIpSecPolicyRequest.java [moved from northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVPNIPSECPolicyRequest.java with 66% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVpnIpSecSiteConnectionRequest.java [moved from northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVPNIPSECSiteConnectionRequest.java with 65% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVpnIpSecSiteConnectionsNorthbound.java [moved from northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVPNIPSECSiteConnectionsNorthbound.java with 85% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVpnServiceRequest.java [moved from northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVPNServiceRequest.java with 67% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVpnServicesNorthbound.java [moved from northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronVPNServicesNorthbound.java with 88% similarity]
parent/checkstyle-suppressions.xml
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronFloatingIpInterface.java [moved from transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronFloatingIPInterface.java with 79% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronMeteringLabelRuleInterface.java
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronPortInterface.java
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronRouterInterface.java
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronSubnetInterface.java
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronTranscriberProvider.java
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronVpnIkePolicyInterface.java [moved from transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronVPNIKEPolicyInterface.java with 83% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronVpnIpSecPolicyInterface.java [moved from transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronVPNIPSECPolicyInterface.java with 83% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronVpnIpSecSiteConnectionsInterface.java [moved from transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronVPNIPSECSiteConnectionsInterface.java with 87% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronVpnServiceInterface.java [moved from transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronVPNServiceInterface.java with 80% similarity]