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 2017/01/11 15:58:44 UTC

[Bug 60574] New: Rare NPE in ListTables when ListData can't be found

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

            Bug ID: 60574
           Summary: Rare NPE in ListTables when ListData can't be found
           Product: POI
           Version: 3.16-dev
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HWPF
          Assignee: dev@poi.apache.org
          Reporter: tallison@mitre.org
  Target Milestone: ---

On TIKA-2198, Seva Alekseyev submitted a document that triggers an NPE.

java.lang.NullPointerException: 
at org.apache.poi.hwpf.model.ListTables.getLevel:141
at org.apache.poi.hwpf.usermodel.Paragraph.newParagraph:125
at org.apache.poi.hwpf.usermodel.Range.getParagraph:766
at org.apache.tika.parser.microsoft.WordExtractor.parse:178

I confirmed we are still getting this NPE.  Let's add a null check.

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


[Bug 60574] Rare NPE in ListTables when ListData can't be found

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

Tim Allison <ta...@mitre.org> changed:

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

--- Comment #1 from Tim Allison <ta...@mitre.org> ---
r1778320

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