You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/07/02 16:29:05 UTC

svn commit: r1751081 - /poi/trunk/src/resources/devtools/findbugs-filters.xml

Author: onealj
Date: Sat Jul  2 16:29:05 2016
New Revision: 1751081

URL: http://svn.apache.org/viewvc?rev=1751081&view=rev
Log:
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

Modified:
    poi/trunk/src/resources/devtools/findbugs-filters.xml

Modified: poi/trunk/src/resources/devtools/findbugs-filters.xml
URL: http://svn.apache.org/viewvc/poi/trunk/src/resources/devtools/findbugs-filters.xml?rev=1751081&r1=1751080&r2=1751081&view=diff
==============================================================================
--- poi/trunk/src/resources/devtools/findbugs-filters.xml (original)
+++ poi/trunk/src/resources/devtools/findbugs-filters.xml Sat Jul  2 16:29:05 2016
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org