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 2018/10/04 07:35:16 UTC

[Bug 62800] New: [PATCH] Fix null pointer exception if a picture shape has no blip id

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

            Bug ID: 62800
           Summary: [PATCH] Fix null pointer exception if a picture shape
                    has no blip id
           Product: POI
           Version: 4.0.x-dev
          Hardware: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: XSLF
          Assignee: dev@poi.apache.org
          Reporter: bmateusz@gmail.com
  Target Milestone: ---

Created attachment 36189
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36189&action=edit
fix null pointer exception

I introduced this bug with https://bz.apache.org/bugzilla/show_bug.cgi?id=62736
patch, now fixing it.
pictureShape.getBlipId() can return null, and equals does not work on that.

-- 
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 62800] [PATCH] Fix null pointer exception if a picture shape has no blip id

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

PJ Fanning <fa...@yahoo.com> changed:

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

--- Comment #1 from PJ Fanning <fa...@yahoo.com> ---
https://svn.apache.org/repos/asf/poi/trunk@1842782

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