From 63ce5526b447fb21d7c1156eae5f6a3db65dbbfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20S=C3=A4ume?= Date: Mon, 21 Oct 2024 08:22:07 +0200 Subject: [PATCH] PMT-4: Fix Static Analysis Problems MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dominik Säume --- src/main/java/de/hmmh/pmt/db/AllocationId.java | 1 + src/main/resources/spotbugs-exclude.xml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/src/main/java/de/hmmh/pmt/db/AllocationId.java b/src/main/java/de/hmmh/pmt/db/AllocationId.java index 2274d71..355cfa9 100644 --- a/src/main/java/de/hmmh/pmt/db/AllocationId.java +++ b/src/main/java/de/hmmh/pmt/db/AllocationId.java @@ -12,6 +12,7 @@ import java.io.Serializable; @NoArgsConstructor @AllArgsConstructor public class AllocationId implements Serializable { + private static final long serialVersionUID = 1L; private Long projectId; private Long employeeId; } diff --git a/src/main/resources/spotbugs-exclude.xml b/src/main/resources/spotbugs-exclude.xml index af92a63..6fab22b 100644 --- a/src/main/resources/spotbugs-exclude.xml +++ b/src/main/resources/spotbugs-exclude.xml @@ -4,6 +4,10 @@ + + + +