diff options
author | Simon Steiner <ssteiner@apache.org> | 2024-04-04 09:47:52 +0100 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2024-04-04 09:47:52 +0100 |
commit | 12547d7b66fa20443c8e78de4b86048b3639f0c3 (patch) | |
tree | 907af2d208472411296f77e90731761a55145bba /fop-sandbox/src | |
parent | 64846a5c4ccdf0d900058fef60c2232926dbd6ad (diff) | |
download | xmlgraphics-fop-12547d7b66fa20443c8e78de4b86048b3639f0c3.tar.gz xmlgraphics-fop-12547d7b66fa20443c8e78de4b86048b3639f0c3.zip |
Update spotbugs
Diffstat (limited to 'fop-sandbox/src')
-rw-r--r-- | fop-sandbox/src/tools/resources/findbugs/exclusions.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fop-sandbox/src/tools/resources/findbugs/exclusions.xml b/fop-sandbox/src/tools/resources/findbugs/exclusions.xml index 9be08f1a7..325065e13 100644 --- a/fop-sandbox/src/tools/resources/findbugs/exclusions.xml +++ b/fop-sandbox/src/tools/resources/findbugs/exclusions.xml @@ -54,7 +54,7 @@ <Bug pattern="DM_DEFAULT_ENCODING"/> </Match> <Match> - <Bug pattern="EI_EXPOSE_REP"/> + <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2,MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR"/> </Match> <Match> <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> |