mirror of https://github.com/apache/poi.git
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:
parent
85ef689f53
commit
0f89809206
|
@ -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>
|
Loading…
Reference in New Issue