summaryrefslogtreecommitdiffstats
path: root/findbugs-exclude.xml
diff options
context:
space:
mode:
authorGlenn Adams <gadams@apache.org>2014-08-23 03:50:42 +0000
committerGlenn Adams <gadams@apache.org>2014-08-23 03:50:42 +0000
commit65d3a38fcb19d7658f55ba181ee4ec7c7145f18f (patch)
tree321e322ed2276bbb8cde47d64e020e3198fd044e /findbugs-exclude.xml
parentf92ab8b081fab203a70b573282188951ec015dcc (diff)
downloadxmlgraphics-fop-65d3a38fcb19d7658f55ba181ee4ec7c7145f18f.tar.gz
xmlgraphics-fop-65d3a38fcb19d7658f55ba181ee4ec7c7145f18f.zip
FOP-2391: enable bidi processing of SVG text chunks
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1619960 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r--findbugs-exclude.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml
index 246e7b031..5124f0079 100644
--- a/findbugs-exclude.xml
+++ b/findbugs-exclude.xml
@@ -54,6 +54,10 @@
<Class name="org.apache.fop.render.intermediate.IFGraphicContext"/>
<Method name="clone"/>
</And>
+ <And>
+ <Class name="org.apache.fop.svg.text.BidiAttributedCharacterIterator"/>
+ <Method name="clone"/>
+ </And>
</Or>
</Match>
<Match>