diff options
author | Simon Steiner <ssteiner@apache.org> | 2024-01-22 14:39:19 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2024-01-22 14:39:19 +0000 |
commit | 75e734cdbff92b34324bcca21f1c1408a8944168 (patch) | |
tree | 91edb90e584855b1efbe45355a08e30fca42ceff /fop-core/src | |
parent | eb97ede04e7e9f2af82fb97b2c8894488498a316 (diff) | |
download | xmlgraphics-fop-75e734cdbff92b34324bcca21f1c1408a8944168.tar.gz xmlgraphics-fop-75e734cdbff92b34324bcca21f1c1408a8944168.zip |
Run tests on Java 11 and 17
Diffstat (limited to 'fop-core/src')
-rw-r--r-- | fop-core/src/tools/resources/findbugs/exclusions.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fop-core/src/tools/resources/findbugs/exclusions.xml b/fop-core/src/tools/resources/findbugs/exclusions.xml index 54a827c8a..c502e4b72 100644 --- a/fop-core/src/tools/resources/findbugs/exclusions.xml +++ b/fop-core/src/tools/resources/findbugs/exclusions.xml @@ -413,6 +413,15 @@ <Class name="org.apache.fop.servlet.FopServlet"/> </And> </Match> + <Match> + <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS"/> + <Or> + <Class name="org.apache.fop.layoutmgr.inline.LineLayoutManager$Paragraph"/> + <Class name="org.apache.fop.layoutmgr.InlineKnuthSequence"/> + <Class name="org.apache.fop.layoutmgr.BlockKnuthSequence"/> + <Class name="org.apache.fop.layoutmgr.AbstractBreaker$BlockSequence"/> + </Or> + </Match> <Match> <Bug pattern="DMI_RANDOM_USED_ONLY_ONCE"/> |