Bug 51112

Summary: Creating XWPFRow in XWPFTable does not affect rows list
Product: POI Reporter: Dmitry Kochelaev <dkochelaev>
Component: XWPFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.8-dev   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: Patch to fix described issue

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.