diff options
author | Simon Steiner <ssteiner@apache.org> | 2025-05-12 14:03:11 +0100 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2025-05-12 14:03:11 +0100 |
commit | ae5289ad7352845ae110cd51cbdb3c9c8c136518 (patch) | |
tree | dc05be9474d28862c87e09973862ecef4260eeee /fop-core/src/tools/resources | |
parent | b2b5b0ca6c9b8e02b24b10cd4d0397edeb3cc0a6 (diff) | |
download | xmlgraphics-fop-main.tar.gz xmlgraphics-fop-main.zip |
Diffstat (limited to 'fop-core/src/tools/resources')
-rw-r--r-- | fop-core/src/tools/resources/findbugs/exclusions.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fop-core/src/tools/resources/findbugs/exclusions.xml b/fop-core/src/tools/resources/findbugs/exclusions.xml index 910aaf4a4..de9a86d52 100644 --- a/fop-core/src/tools/resources/findbugs/exclusions.xml +++ b/fop-core/src/tools/resources/findbugs/exclusions.xml @@ -384,10 +384,6 @@ <Bug pattern="SE_BAD_FIELD"/> </Match> <Match> - <!-- 21 warnings --> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> <!-- 20 warnings --> <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> </Match> |