Bug 62800 - [PATCH] Fix null pointer exception if a picture shape has no blip id
Summary: [PATCH] Fix null pointer exception if a picture shape has no blip id
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XSLF (show other bugs)
Version: 4.0.x-dev
Hardware: PC All
: P2 major (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-04 07:35 UTC by Mate Borcsok
Modified: 2018-10-04 07:48 UTC (History)
0 users



Attachments
fix null pointer exception (908 bytes, patch)
2018-10-04 07:35 UTC, Mate Borcsok
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mate Borcsok 2018-10-04 07:35:16 UTC
Created attachment 36189 [details]
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.