aboutsummaryrefslogtreecommitdiffstats
path: root/src/resources
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2016-06-12 01:18:12 +0000
committerAndreas Beeker <kiwiwings@apache.org>2016-06-12 01:18:12 +0000
commit0f8980920612d70897cc0b88d0d25eaed501d11d (patch)
tree8cfc4b96189b3a59c9fd82f5fed63844b5273d97 /src/resources
parent85ef689f537bb334be63d874981b466cc99fff8a (diff)
downloadpoi-0f8980920612d70897cc0b88d0d25eaed501d11d.tar.gz
poi-0f8980920612d70897cc0b88d0d25eaed501d11d.zip
ignore invalid performance issues - e.g. see #57840
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/devtools/findbugs-filters.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/resources/devtools/findbugs-filters.xml b/src/resources/devtools/findbugs-filters.xml
index 12fc2ecc8d..458f5eaa1c 100644
--- a/src/resources/devtools/findbugs-filters.xml
+++ b/src/resources/devtools/findbugs-filters.xml
@@ -86,4 +86,16 @@
<Class name="org.apache.poi.xdgf.exceptions.XDGFException"/>
<Bug code="Nm" />
</Match>
+
+ <!-- invalid performance issues - e.g. see #57840 -->
+ <Match>
+ <Class name="org.apache.poi.xssf.usermodel.XSSFRow"/>
+ <Bug pattern="DM_NUMBER_CTOR" />
+ </Match>
+ <Match>
+ <Class name="org.apache.poi.xssf.usermodel.XSSFSheet"/>
+ <Bug pattern="DM_NUMBER_CTOR" />
+ </Match>
+
+
</FindBugsFilter> \ No newline at end of file