]> source.dussan.org Git - poi.git/commitdiff
bug 59781: ignore duplicate HSSF PaneInformation, which now shadows the Common SS...
authorJaven O'Neal <onealj@apache.org>
Sat, 2 Jul 2016 16:29:05 +0000 (16:29 +0000)
committerJaven O'Neal <onealj@apache.org>
Sat, 2 Jul 2016 16:29:05 +0000 (16:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751081 13f79535-47bb-0310-9956-ffa450edef68

src/resources/devtools/findbugs-filters.xml

index 2947940eee117a223523fcd009c12e4eb1930745..98c2ffb1cdc4fbf7c2dc2737240c07f2bf9e4055 100644 (file)
@@ -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"/>
     </Match>
 
 
-</FindBugsFilter>
\ No newline at end of file
+</FindBugsFilter>