https://bz.apache.org/bugzilla/show_bug.cgi?id=64004
--- Comment #2 from Andreas Beeker <[email protected]> --- The patch applied via r1871911 is quite a big one. I've implemented the copy constructor and copy() method for the HSSF classes which implemented Cloneable. Originally I thought about the Duplication interface having a type parameter to force the implementation for a specific type, but rolled back the generics as this makes the class definitions hard to read and user code would be flagged as using the raw classes. Furthermore I've cleaned up the javadocs and removed the reference to the authors and the Microsoft Excel 97 Developer's Kit - compared to the constantly updated [MS-XLS] this is probably quite out-dated. I've kept the clone() methods to be removed in 5.0.0 - I'd prefer to remove those soon than later ... -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
