DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31795>. 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=31795 Sheet not cloneable ------- Additional Comments From [EMAIL PROTECTED] 2004-10-20 14:09 ------- Add something like that to overcome: diff $R DrawingRecord.java 111a112,123 > // --- H.F. 20.10.2004 > public Object clone() { > DrawingRecord rec = new DrawingRecord(); > byte[] nRecordData = recordData; > if (recordData != null) { > nRecordData = new byte[recordData.length]; > System.arraycopy(recordData, 0, nRecordData, 0, recordData.length); > } > rec.setData(nRecordData); > return rec; > } > // --- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
