DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8665>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8665

[PATCH] formulas:- cleanup, javadocs, and float test

           Summary: [PATCH] formulas:- cleanup, javadocs, and float test
           Product: POI
           Version: 2.0-dev
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HSSF
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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.

Reply via email to