Bug 62730 - Include inner classes when adding classes to poi-ooxml-schemas.jar
Summary: Include inner classes when adding classes to poi-ooxml-schemas.jar
Status: RESOLVED CLOSED
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: 4.0.0-FINAL
Hardware: PC Mac OS X 10.1
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks: 62728
  Show dependency tree
 
Reported: 2018-09-18 07:52 UTC by PJ Fanning
Modified: 2021-10-18 19:56 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description PJ Fanning 2018-09-18 07:52:27 UTC
OOXMLLite.java collects all the ooxml-schemas classes used during tests and bundles them into poi-ooxml-schemas. It would be useful if it also included all inner classes for classes it is adding. We have seen issues where the inner classes for lists of related items are not being added to poi-ooxml-schemas.
Comment 1 PJ Fanning 2018-09-20 01:52:22 UTC
I've added some inner classes by modifying OOXMLLite.java