Bug 23904

Summary: Reduce memory in hpsf.TypeReader by using Boolean statics
Product: POI Reporter: Robert Flaherty <Robert_Flaherty>
Component: HPSFAssignee: POI Developers List <dev>
Status: CLOSED FIXED    
Severity: minor    
Priority: P3    
Version: 2.0-pre3   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Robert Flaherty 2003-10-18 05:04:11 UTC
In hpsf.TypeReader convert "new Boolean(true)" and "new Boolean(false)" to 
Boolean.TRUE and Boolean.FALSE.
Comment 1 Rainer Klute 2003-10-22 05:46:09 UTC
This is in the class VariantSupport now. Any way, I changed it and shall check
in the modified code into the HEAD branch soon.