summaryrefslogtreecommitdiffstats
path: root/spotbugs
diff options
context:
space:
mode:
authorSourabh Sourabh <sourabh.sourabh@est.tech>2024-08-29 09:48:19 +0000
committerGerrit Code Review <gerrit@onap.org>2024-08-29 09:48:19 +0000
commit5514e69a41af3b53997906fe77de9fd662ace568 (patch)
treee6528604680a702430388fb2da6e4b0265a5c640 /spotbugs
parent607a8563a6e9b935c6feb2604ae0752a07a91895 (diff)
parenta05ca3d3152de44ac3078e2455834dedb5789b1b (diff)
Merge "Invoke Policy Executor and handle not-allowed response"
Diffstat (limited to 'spotbugs')
-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 78f61d290e..23e62cdbc7 100644
--- a/spotbugs/src/main/resources/spotbugs-exclude.xml
+++ b/spotbugs/src/main/resources/spotbugs-exclude.xml
@@ -36,6 +36,7 @@
<Bug pattern="NP_NULL_PARAM_DEREF" />
<Bug pattern="NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE" />
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" />
+ <Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE" />
<!-- https://stackoverflow.com/a/34674776. Doesn't detect Lombok All Args Constructor variables being used with map get key and value, which can lead to spotbugs being detected
on used fields -->