Bug 59781 - Move o.a.p.HSSF.util.PaneInformation to o.a.p.ss.util
Summary: Move o.a.p.HSSF.util.PaneInformation to o.a.p.ss.util
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: SS Common (show other bugs)
Version: 3.15-dev
Hardware: PC All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-02 08:17 UTC by Javen O'Neal
Modified: 2016-07-02 16:30 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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