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

            Bug ID: 57820
           Summary: poi-scratchpad
                    org.apache.poi.hslf.model.Table.initTable
                    NullPointerException
           Product: POI
           Version: 3.11-FINAL
          Hardware: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: HSLF
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 32654
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=32654&action=edit
powerpoint with a table positioned with its top at -1

org.apache.poi.hslf.model.Table.initTable is making the invalid assumption (it
seems) that -1 will not be a y value for a shape's anchor rectangle. If the
table is located such that it's top evaluates to -1, then row is null at line
174 (row.add(sh[i])), causing an NullPointerException to occur.


run org.apache.poi.hslf.extractor.PowerPointExtractor passing the filename of
the attached powerpoint as an argument.

-- 
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