disable PMD/CPD checks in 2 portmapping classes 44/94844/2
authorguillaume.lambert <guillaume.lambert@orange.com>
Wed, 27 Jan 2021 15:07:11 +0000 (16:07 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Mon, 8 Feb 2021 14:37:25 +0000 (15:37 +0100)
commitbc373080402480ae04ba46a4c196668adaeee276
treeb008b1ae05ac27b7a9294841a2d148fe4c369980
parent1bc8f0e1cb9f855a601fe5a392489002fddc9cf4
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