You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2011/04/24 19:35:18 UTC

DO NOT REPLY [Bug 51111] New: Creating XWPFRun in XWPFParagraph does not affect runs list

https://issues.apache.org/bugzilla/show_bug.cgi?id=51111

           Summary: Creating XWPFRun in XWPFParagraph does not affect runs
                    list
           Product: POI
           Version: 3.8-dev
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: XWPF
        AssignedTo: dev@poi.apache.org
        ReportedBy: dkochelaev@gmail.com


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.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 51111] Creating XWPFRun in XWPFParagraph does not affect runs list

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51111

Dmitry Kochelaev <dk...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkochelaev@gmail.com

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 51111] Creating XWPFRun in XWPFParagraph does not affect runs list

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51111

Nick Burch <ni...@alfresco.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Nick Burch <ni...@alfresco.com> 2011-05-03 05:50:20 UTC ---
Thanks, fixed (with unit test) in r1098920.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 51111] Creating XWPFRun in XWPFParagraph does not affect runs list

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51111

--- Comment #1 from Dmitry Kochelaev <dk...@gmail.com> 2011-04-24 13:42:07 EDT ---
Created an attachment (id=26931)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26931)
Patch to fix described issue

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org