Bug 51112 - Creating XWPFRow in XWPFTable does not affect rows list
Summary: Creating XWPFRow in XWPFTable does not affect rows list
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XWPF (show other bugs)
Version: 3.8-dev
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-24 13:39 UTC by Dmitry Kochelaev
Modified: 2011-05-03 05:56 UTC (History)
0 users



Attachments
Patch to fix described issue (41 bytes, patch)
2011-04-24 13:41 UTC, Dmitry Kochelaev
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Kochelaev 2011-04-24 13:39:45 UTC
1) Add XWPFRow in XWPFTable with createRow() method.
2) Row is successfully created (and will be written to file if document is
stored).
3) List returned by getRows() method of XWPFTable doesn't contain new
element.

Patch with difference to current version from trunk is attached.
Comment 1 Dmitry Kochelaev 2011-04-24 13:41:04 UTC
Created attachment 26930 [details]
Patch to fix described issue
Comment 2 Nick Burch 2011-05-03 05:56:17 UTC
Thanks, patch applied (with unit test) in r1098927.