Bug 45410 - [PATCH] Remove dependency to commons-beanutils
Summary: [PATCH] Remove dependency to commons-beanutils
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: unspecified
Hardware: All All
: P2 minor (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2008-07-16 07:55 UTC by Jukka Zitting
Modified: 2008-07-16 11:49 UTC (History)
0 users



Attachments
Remove dependency to commons-beanutils (16.79 KB, patch)
2008-07-16 07:55 UTC, Jukka Zitting
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jukka Zitting 2008-07-16 07:55:50 UTC
Created attachment 22266 [details]
Remove dependency to commons-beanutils

The commons-beanutils dependency is only used by the HSSFCellUtil class
in contrib. The attached patch replaces the dependency with two private utility
methods that copy the format properties of a cell style to a Map and back.
Comment 1 Josh Micich 2008-07-16 11:49:30 UTC
Applied in svn r677376

Also removed dependency on commons-lang, and commons-collections.