Ignore serializable warnings after Phosphorus bump 80/97280/8
authorguillaume.lambert <guillaume.lambert@orange.com>
Fri, 20 Aug 2021 15:35:04 +0000 (17:35 +0200)
committerGilles Thouenon <gilles.thouenon@orange.com>
Thu, 2 Sep 2021 12:47:32 +0000 (14:47 +0200)
JIRA: TRNSPRTPCE-435
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I24bd33d9a5aee4b5cdabb7386d056b45a5d68000

common/src/main/java/org/opendaylight/transportpce/common/mapping/SortPort121ByName.java
common/src/main/java/org/opendaylight/transportpce/common/mapping/SortPort221ByName.java
common/src/main/java/org/opendaylight/transportpce/common/mapping/SortPort710ByName.java
common/src/main/java/org/opendaylight/transportpce/common/openroadminterfaces/OpenRoadmInterfaceException.java
pce/src/main/java/org/opendaylight/transportpce/pce/SortPortsByName.java
pce/src/main/java/org/opendaylight/transportpce/pce/gnpy/utils/AToZComparator.java
pce/src/main/java/org/opendaylight/transportpce/pce/gnpy/utils/ZToAComparator.java
tapi/src/main/java/org/opendaylight/transportpce/tapi/topology/TapiTopologyException.java

index 1ac0c32878e423986be11fa5a5bb372b0aafb1a7..21166d099f4dccdac32118a5a0ef1846f2a7410d 100644 (file)
@@ -18,6 +18,7 @@ import org.opendaylight.yang.gen.v1.http.org.openroadm.device.rev170206.Port;
  * @author Martial Coulibaly (martial.coulibaly@gfi.com) on behalf of Orange
  *
  */
+@SuppressWarnings("serial")
 @edu.umd.cs.findbugs.annotations.SuppressFBWarnings(
     value = "SE_NO_SERIALVERSIONID",
     justification = "https://github.com/rzwitserloot/lombok/wiki/WHY-NOT:-serialVersionUID")
index 48de1f3c715e7996a6cb8fed16b20afb77e5aff0..de16646ff313dced3c76c86193dc9a1b27d234b2 100644 (file)
@@ -18,6 +18,7 @@ import org.opendaylight.yang.gen.v1.http.org.openroadm.device.rev181019.Port;
  * @author Martial Coulibaly (martial.coulibaly@gfi.com) on behalf of Orange
  *
  */
+@SuppressWarnings("serial")
 @edu.umd.cs.findbugs.annotations.SuppressFBWarnings(
     value = "SE_NO_SERIALVERSIONID",
     justification = "https://github.com/rzwitserloot/lombok/wiki/WHY-NOT:-serialVersionUID")
index 676f6e00fc56de2ba7708ff6d7a69db38fb0fe5b..82fae03f9e30a11491611f544696e55edde63bca 100644 (file)
@@ -17,6 +17,7 @@ import org.opendaylight.yang.gen.v1.http.org.openroadm.device.rev200529.Port;
  * @author Martial Coulibaly (martial.coulibaly@gfi.com) on behalf of Orange
  *
  */
+@SuppressWarnings("serial")
 @edu.umd.cs.findbugs.annotations.SuppressFBWarnings(
     value = "SE_NO_SERIALVERSIONID",
     justification = "https://github.com/rzwitserloot/lombok/wiki/WHY-NOT:-serialVersionUID")
index 4da6970112595cb4558512d6ceea389e5b64a100..13dd4d4e08c047841fa7c73b32dc19eb42e5a480 100644 (file)
@@ -8,6 +8,7 @@
 
 package org.opendaylight.transportpce.common.openroadminterfaces;
 
+@SuppressWarnings("serial")
 @edu.umd.cs.findbugs.annotations.SuppressFBWarnings(
     value = "SE_NO_SERIALVERSIONID",
     justification = "https://github.com/rzwitserloot/lombok/wiki/WHY-NOT:-serialVersionUID")
index 317451b595aa0e2ab779d76587c910844f9c8f43..a793e6d58439ade4920ee5de5294e6a29c64eed7 100644 (file)
@@ -16,6 +16,7 @@ import java.util.Comparator;
  * @author Martial Coulibaly ( martial.coulibaly@gfi.com ) on behalf of Orange
  *
  */
+@SuppressWarnings("serial")
 @edu.umd.cs.findbugs.annotations.SuppressFBWarnings(
     value = "SE_NO_SERIALVERSIONID",
     justification = "https://github.com/rzwitserloot/lombok/wiki/WHY-NOT:-serialVersionUID")
index 333107dc7388e614591c69b8b3bb8faf4dac579e..0f1b32aa1e282ddca7ea60495474e3a7e6fce624 100644 (file)
@@ -12,6 +12,7 @@ import java.io.Serializable;
 import java.util.Comparator;
 import org.opendaylight.yang.gen.v1.http.org.transportpce.b.c._interface.pathdescription.rev210705.path.description.atoz.direction.AToZ;
 
+@SuppressWarnings("serial")
 @edu.umd.cs.findbugs.annotations.SuppressFBWarnings(
     value = "SE_NO_SERIALVERSIONID",
     justification = "https://github.com/rzwitserloot/lombok/wiki/WHY-NOT:-serialVersionUID")
index 095b7b6b04bbe207dc48cbf0f212c9e74dc37e08..4571c638013b236a011eff863cb02295a6990db9 100644 (file)
@@ -12,6 +12,7 @@ import java.io.Serializable;
 import java.util.Comparator;
 import org.opendaylight.yang.gen.v1.http.org.transportpce.b.c._interface.pathdescription.rev210705.path.description.ztoa.direction.ZToA;
 
+@SuppressWarnings("serial")
 @edu.umd.cs.findbugs.annotations.SuppressFBWarnings(
     value = "SE_NO_SERIALVERSIONID",
     justification = "https://github.com/rzwitserloot/lombok/wiki/WHY-NOT:-serialVersionUID")
index c7557f234ce20ceae76f94c88d138a32401a092f..a195700b1ad6ca6733bd78a6d1acd160998ce757 100644 (file)
@@ -8,6 +8,7 @@
 package org.opendaylight.transportpce.tapi.topology;
 
 
+@SuppressWarnings("serial")
 public class TapiTopologyException extends Exception {
 
     public TapiTopologyException(String message) {