aboutsummaryrefslogtreecommitdiffstats
path: root/spotbugs/src
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2023-09-18 14:54:22 +0000
committerGerrit Code Review <gerrit@onap.org>2023-09-18 14:54:22 +0000
commita01f8861a84931f4bdf2d69fa05a793afabc22e0 (patch)
tree566994ff310bf2eb55e32ee7827faeab46373805 /spotbugs/src
parentb45c80995966be243a79bedefa25f6c05f64a2d6 (diff)
parent9693ec51cf6526082f0ad0c3ad208d144cbbb163 (diff)
Merge "Migrate CPS to Spring-boot 3.0"
Diffstat (limited to 'spotbugs/src')
-rw-r--r--spotbugs/src/main/resources/spotbugs-exclude.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spotbugs/src/main/resources/spotbugs-exclude.xml b/spotbugs/src/main/resources/spotbugs-exclude.xml
index ab37f41ba..78f61d290 100644
--- a/spotbugs/src/main/resources/spotbugs-exclude.xml
+++ b/spotbugs/src/main/resources/spotbugs-exclude.xml
@@ -49,6 +49,7 @@
<!-- https://github.com/spotbugs/spotbugs/issues/756. spotbugs does not grok Java 11's try-with-resources -->
<Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE"/>
+ <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/>
<Bug pattern="EI_EXPOSE_REP"/>
<Bug pattern="EI_EXPOSE_REP2"/>
</Or>