Bug 51111

Summary: Creating XWPFRun in XWPFParagraph does not affect runs list
Product: POI Reporter: Dmitry Kochelaev <dkochelaev>
Component: XWPFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: major CC: dkochelaev
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:35:15 UTC
1) Add XWPFRun in XWPFParagraph with createRun() method.
2) Run is successfully created (and will be written to file if document is stored).
3) List returned by getRuns() method of XWPFParagraph doesn't contain new element.

Patch with difference to current version from trunk is attached.
Comment 1 Dmitry Kochelaev 2011-04-24 13:42:07 UTC
Created attachment 26931 [details]
Patch to fix described issue
Comment 2 Nick Burch 2011-05-03 05:50:20 UTC
Thanks, fixed (with unit test) in r1098920.