aboutsummaryrefslogtreecommitdiffstats
path: root/fop-core
diff options
context:
space:
mode:
Diffstat (limited to 'fop-core')
-rw-r--r--fop-core/src/tools/resources/findbugs/exclusions.xml9
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"/>