Bug 23904 - Reduce memory in hpsf.TypeReader by using Boolean statics
Summary: Reduce memory in hpsf.TypeReader by using Boolean statics
Status: CLOSED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HPSF (show other bugs)
Version: 2.0-pre3
Hardware: All All
: P3 minor (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-18 05:04 UTC by Robert Flaherty
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.