]> source.dussan.org Git - poi.git/commitdiff
ignore invalid performance issues - e.g. see #57840
authorAndreas Beeker <kiwiwings@apache.org>
Sun, 12 Jun 2016 01:18:12 +0000 (01:18 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sun, 12 Jun 2016 01:18:12 +0000 (01:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747947 13f79535-47bb-0310-9956-ffa450edef68

src/resources/devtools/findbugs-filters.xml

index 12fc2ecc8d6e7a7f11649080103d5b5755a3bdc4..458f5eaa1c41d48de94a3efada2ef5fdafbe2052 100644 (file)
                <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