Bug 58282 - table can't create a border
Summary: table can't create a border
Status: RESOLVED WORKSFORME
Alias: None
Product: POI
Classification: Unclassified
Component: HSLF (show other bugs)
Version: 3.14-dev
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-25 09:23 UTC by 罗玉伟
Modified: 2015-10-29 01:17 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 罗玉伟 2015-08-25 09:23:56 UTC
Line border = table.createBorder();
use 3.11and 3.12 
will report java.nullpoint exception
Comment 1 Dominik Stadler 2015-09-05 07:23:49 UTC
Can you please provide a bit more information, e.g. the full stacktrace and an  example which includes how you actually created the HSLFTable object.
Comment 2 Andreas Beeker 2015-10-29 01:17:21 UTC
I did some modifications and testing for the border handling as part of r1711171
If this is still a problem, please attach a full example