Bug 8665 - [PATCH] formulas:- cleanup, javadocs, and float test
Summary: [PATCH] formulas:- cleanup, javadocs, and float test
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 2.0-dev
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-30 15:53 UTC by Avik Sengupta
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments
The patch - now formula viewer also works (53.15 KB, patch)
2002-04-30 19:20 UTC, Avik Sengupta
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Avik Sengupta 2002-04-30 15:53:02 UTC
lots of javadocs, lots of cleanup, better float test, tho not complete

I have removed all public no-arg constructors from Ptgs .. to me its a 
nightmare scenario where api users create blank ptgs and write them to disk. 
All constructors being called from the parser have been made protected. only 
public contructor in ptg is the one with byte array. 

I have left Area3dPtg alone since NameRecord depends on it, and AttrPtg coz i 
dont understand it yet. 

I have deleted FormulaUtil, since it cant be compiled any more. model/Sheet has 
minor change, FormulaViewer has changes to compile, but i havent checked to 
make it work.
Comment 1 Avik Sengupta 2002-04-30 19:20:33 UTC
Created attachment 1745 [details]
The patch - now formula viewer also works