Bug 45380 - ArrayPty.getConstantText(Object) may be missing a return
Summary: ArrayPty.getConstantText(Object) may be missing a return
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-11 07:46 UTC by Brad Sneade
Modified: 2008-07-13 16:25 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brad Sneade 2008-07-11 07:46:46 UTC
This is in trunk (currently r664220)

org.apache.poi.hssf.record.formula.ArrayPtg.getConstantText(Object) always throws an IllegalArgumentException if a Boolean is passed in.  When a Boolean is processed in the method, there is no return like there is for handing other types.
Comment 1 Josh Micich 2008-07-13 16:25:10 UTC
Fixed in svn r676457