disable PMD/CPD checks in 2 portmapping classes 19/95319/2
authorguillaume.lambert <guillaume.lambert@orange.com>
Wed, 27 Jan 2021 15:07:11 +0000 (16:07 +0100)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Tue, 23 Feb 2021 11:42:08 +0000 (11:42 +0000)
commitcc2d9a48e1a7084f27dd9807612480c5ddb299df
tree23f4cc9142ac48b8c4ebfde3609a0d482fe594c9
parent0e1c5b11cd915a8d753f020dcd1ff610cbea1a69
disable PMD/CPD checks in 2 portmapping classes

The issue is already reported by a FIXME comment in the code.
The code is effectively similar but the types are different
since they are related to 3 different OpenROADM versions.
Using generics in this case is not helpful.

JIRA: TRNSPRTPCE-284
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Ib173fc1f701b152f0028740f654bae959ce89725
common/src/main/java/org/opendaylight/transportpce/common/mapping/PortMappingVersion121.java
common/src/main/java/org/opendaylight/transportpce/common/mapping/PortMappingVersion710.java