Bug 45380

Summary: ArrayPty.getConstantText(Object) may be missing a return
Product: POI Reporter: Brad Sneade <bsneade+apache>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

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