https://issues.apache.org/bugzilla/show_bug.cgi?id=47668


Yegor Kozlov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


--- Comment #3 from Yegor Kozlov <[email protected]> 2009-08-12 12:03:00 PDT ---
fixed in r803667 with some tweaks:

 - POIXMLDocument.load is protected and final. User should neither override it
nor call via usermodel API, this method should only be called when constructing
documents. I made XSSFWorkbook and XWPFDocument use it.
 - entries in the context are keyed by PackageRelationship, not by PackagePart.
PackageRelationship is more appropriate as it overrides hashCode() and equals()
 - removed the old context-less onSave() and write()
 - added the unit test to TestXSSFWorkbook and also created
org.apache.poi.TestPOIXMLDocument to test generic parsing / saving of OOXML
packages

Regards,
Yegor

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to