Bug 44259 - DrawingRecord needs to define a clone method in Vers 3.0.1-FINAL and 3.0.2-Beta
Summary: DrawingRecord needs to define a clone method in Vers 3.0.1-FINAL and 3.0.2-Beta
Status: RESOLVED INVALID
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.0-FINAL
Hardware: Other Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-17 05:43 UTC by Shinobi
Modified: 2008-01-17 08:50 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shinobi 2008-01-17 05:43:10 UTC
i checked binaries as well as the source code to
org.apache.poi.hssf.record.DrawingRecord and it contains no clone-method (check
out yourself if you don't trust me).

java.lang.RuntimeException: The class org.apache.poi.hssf.record.DrawingRecord
needs to define a clone method
	at org.apache.poi.hssf.record.Record.clone(Record.java:153)
	at org.apache.poi.hssf.model.Sheet.cloneSheet(Sheet.java:329)
	at org.apache.poi.hssf.usermodel.HSSFSheet.cloneSheet(HSSFSheet.java:124)
	at org.apache.poi.hssf.usermodel.HSSFWorkbook.cloneSheet(HSSFWorkbook.java:498)
Comment 1 Nick Burch 2008-01-17 08:50:33 UTC
You'll need to be using a svn checkout from trunk. The patch went in after 3.0.2
beta 2 was built