diff options
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r-- | findbugs-exclude.xml | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml index 86471d609..f46b0f1ba 100644 --- a/findbugs-exclude.xml +++ b/findbugs-exclude.xml @@ -189,66 +189,11 @@ </Match> <!-- Automatically generated list of exclusions --> <Match> - <Class name="org.apache.fop.area.BodyRegion"/> - <Method name="clone"/> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> - <Class name="org.apache.fop.area.Page"/> - <Method name="clone"/> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> - <Class name="org.apache.fop.area.PageViewport"/> - <Method name="clone"/> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> - <Class name="org.apache.fop.area.RegionReference"/> - <Method name="clone"/> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> - <Class name="org.apache.fop.area.BodyRegion"/> - <!--Neither method nor field--> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> - <Class name="org.apache.fop.area.RegionViewport"/> - <Method name="clone"/> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> - <Class name="org.apache.fop.hyphenation.CharVector"/> - <Method name="clone"/> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> - <Class name="org.apache.fop.hyphenation.TernaryTree"/> - <Method name="clone"/> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> - <Class name="org.apache.fop.hyphenation.HyphenationTree"/> - <!--Neither method nor field--> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> <Class name="org.apache.fop.render.intermediate.IFGraphicContext"/> <Method name="clone"/> <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> </Match> <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAttributes"/> - <Method name="clone"/> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.FOPRtfAttributes"/> - <!--Neither method nor field--> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> <Class name="org.apache.fop.hyphenation.Hyphenator"/> <Method name="getResourceStream"/> <Bug pattern="DE_MIGHT_IGNORE"/> @@ -4394,11 +4339,6 @@ <Bug pattern="RI_REDUNDANT_INTERFACES"/> </Match> <Match> - <Class name="java.lang.Cloneable"/> - <!--Neither method nor field--> - <Bug pattern="RI_REDUNDANT_INTERFACES"/> - </Match> - <Match> <Class name="org.apache.fop.afp.modca.AbstractResourceGroupContainer"/> <!--Neither method nor field--> <Bug pattern="RI_REDUNDANT_INTERFACES"/> |