You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2003/02/28 19:28:27 UTC

DO NOT REPLY [Bug 17540] New: - [PATCH] Implemented missing Record.clone()

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=17540>.
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=17540

[PATCH] Implemented missing Record.clone()

           Summary: [PATCH] Implemented missing Record.clone()
           Product: POI
           Version: 2.0-dev
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HSSF
        AssignedTo: poi-dev@jakarta.apache.org
        ReportedBy: avernet@scdi.org


Some of the clone() methods in subclasses of org.apache.poi.hssf.record.Record 
were not implemented. This caused a problem when calling
HSSFWorkbook.cloneSheet(). I have implemented some of the missing clone() methods.