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
This commit is contained in:
Andreas Beeker 2016-06-12 01:18:12 +00:00
parent 6a6aa540eb
commit feead38601
1 changed files with 12 additions and 0 deletions

View File

@ -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>