Return-Path: Delivered-To: apmail-poi-dev-archive@www.apache.org Received: (qmail 44947 invoked from network); 17 Jan 2008 13:43:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jan 2008 13:43:33 -0000 Received: (qmail 59555 invoked by uid 500); 17 Jan 2008 13:43:22 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 59413 invoked by uid 500); 17 Jan 2008 13:43:22 -0000 Mailing-List: contact dev-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Developers List" Delivered-To: mailing list dev@poi.apache.org Received: (qmail 59404 invoked by uid 99); 17 Jan 2008 13:43:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 05:43:22 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 13:43:05 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 20EE8714231; Thu, 17 Jan 2008 05:43:10 -0800 (PST) From: bugzilla@apache.org To: dev@poi.apache.org Subject: DO NOT REPLY [Bug 44259] New: - DrawingRecord needs to define a clone method in Vers 3.0.1-FINAL and 3.0.2-Beta Message-ID: X-Bugzilla-Reason: AssignedTo Date: Thu, 17 Jan 2008 05:43:10 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=44259 Summary: DrawingRecord needs to define a clone method in Vers 3.0.1-FINAL and 3.0.2-Beta Product: POI Version: 3.0 Platform: Other OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: HSSF AssignedTo: dev@poi.apache.org ReportedBy: shinobi-warrior@gmx.de 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) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org