diff options
author | 2023-09-25 08:51:21 +0000 | |
---|---|---|
committer | 2023-09-25 08:51:21 +0000 | |
commit | 6d1516c3ec72d6cd0bee41408081dc6e3c9447e9 (patch) | |
tree | 2934849987b48af2d2e1378df7aff4cf656c9335 /spotbugs | |
parent | a071c9c77f9d5b83cff6c85a1c54d7938f547717 (diff) | |
parent | 477bd46874d2c8266007358f9ca335b0442cea18 (diff) |
Merge "Reinstate Spring Boot 3.0 after revert"
Diffstat (limited to 'spotbugs')
-rw-r--r-- | spotbugs/src/main/resources/spotbugs-exclude.xml | 1 |
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 ab37f41bae..78f61d290e 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> |