https://bz.apache.org/bugzilla/show_bug.cgi?id=61475

            Bug ID: 61475
           Summary: Duplication of content in some XWPF
           Product: POI
           Version: unspecified
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XWPF
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Created attachment 35274
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35274&action=edit
example docx

In regression tests for 3.17-rc2, I found some duplication of content in Tika,
and this is replicated with POI's XWPFWordExtractor.

        XWPFDocument doc =
XWPFTestDataSamples.openSampleDocument("dupe1.docx");
        XWPFWordExtractor extractor = new XWPFWordExtractor(doc);

In the attached file, "When readers open..." should only appear once, but it
appears twice.

Full reports are here:
http://162.242.228.174/reports/poi-3.17-rc2-docx.tar.gz

Roughly ~8000 docxs have apparently at least some duplicated content out of
~170k.  Some of the extra content can be explained by the phonetic/ruby issue,
but not the majority.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to