Bug 59781

Summary: Move o.a.p.HSSF.util.PaneInformation to o.a.p.ss.util
Product: POI Reporter: Javen O'Neal <onealj>
Component: SS CommonAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 3.15-dev   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description Javen O'Neal 2016-07-02 08:17:23 UTC
SXSSF and XSSF classes oddly rely on o.a.p.hssf.util.PaneInformation. Perhaps this class never got migrated over to ss common.
Comment 1 Javen O'Neal 2016-07-02 09:04:12 UTC
Applied in r1751044.

Kept o.a.p.hssf.util.PaneInformation for backwards compatibility, but this should be removed sooner than later because it is shadowing its parent in o.a.p.ss.util.

Updated changelog in r1751047
Comment 2 Javen O'Neal 2016-07-02 16:30:06 UTC
Temporarily added a findbugs rule for duplicate classes with same name in r1751081