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.
Created attachment 26931 [details] Patch to fix described issue
Thanks, fixed (with unit test) in r1098920.