aboutsummaryrefslogtreecommitdiffstats
path: root/spotbugs
diff options
context:
space:
mode:
authorSourabh Sourabh <sourabh.sourabh@est.tech>2023-07-14 10:48:02 +0000
committerGerrit Code Review <gerrit@onap.org>2023-07-14 10:48:02 +0000
commit1de01a856f4e655ae82c945c5229d7f4d2ab37ad (patch)
tree8e6024854711b2947913fabaa112b25623b553e2 /spotbugs
parenta3aba7c370817c1df7c6188ebe825252b935c4ae (diff)
parent2b8268f3c599c185fbef549583d0f9dcdcb3a861 (diff)
Merge "Upgrade to Java 17"
Diffstat (limited to 'spotbugs')
-rw-r--r--spotbugs/src/main/resources/spotbugs-exclude.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/spotbugs/src/main/resources/spotbugs-exclude.xml b/spotbugs/src/main/resources/spotbugs-exclude.xml
index d8731ac818..ab37f41bae 100644
--- a/spotbugs/src/main/resources/spotbugs-exclude.xml
+++ b/spotbugs/src/main/resources/spotbugs-exclude.xml
@@ -49,6 +49,8 @@
<!-- 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="EI_EXPOSE_REP"/>
+ <Bug pattern="EI_EXPOSE_REP2"/>
</Or>
</Match>