aboutsummaryrefslogtreecommitdiffstats
path: root/src/resources
diff options
context:
space:
mode:
authorJaven O'Neal <onealj@apache.org>2016-07-02 16:29:05 +0000
committerJaven O'Neal <onealj@apache.org>2016-07-02 16:29:05 +0000
commit80e3a64280b0e099ba0b0d2d94520cf9ad025362 (patch)
tree7eade551933cc249ee87c9d5104c01ee22d0a9a1 /src/resources
parent11bea18184816147e86e43f3b90149d675f6b3ab (diff)
downloadpoi-80e3a64280b0e099ba0b0d2d94520cf9ad025362.tar.gz
poi-80e3a64280b0e099ba0b0d2d94520cf9ad025362.zip
bug 59781: ignore duplicate HSSF PaneInformation, which now shadows the Common SS version. The HSSF version has been deprecated and will be deleted after 2 releases
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751081 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/devtools/findbugs-filters.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/resources/devtools/findbugs-filters.xml b/src/resources/devtools/findbugs-filters.xml
index 2947940eee..98c2ffb1cd 100644
--- a/src/resources/devtools/findbugs-filters.xml
+++ b/src/resources/devtools/findbugs-filters.xml
@@ -28,6 +28,7 @@
</Match>
<!-- things that were moved or are named equally on purpose -->
+ <!-- Classes that shadow an identically named class in Common SS should be deprecated and deleted -->
<Match>
<Or>
<Class name="org.apache.poi.hssf.extractor.ExcelExtractor"/>
@@ -39,6 +40,7 @@
<Class name="org.apache.poi.hssf.util.CellRangeAddressList"/>
<Class name="org.apache.poi.hssf.util.CellReference"/>
<Class name="org.apache.poi.hssf.util.Region"/>
+ <Class name="org.apache.poi.hssf.util.PaneInformation"/>
<Class name="org.apache.poi.hwpf.usermodel.CharacterRun"/>
<Class name="org.apache.poi.sl.usermodel.Hyperlink"/>
<Class name="org.apache.poi.ss.usermodel.Hyperlink"/>
@@ -128,4 +130,4 @@
</Match>
-</FindBugsFilter> \ No newline at end of file
+</FindBugsFilter>