Ian Rogers wrote: > the attached patch stops the lazy initialization of a Calendar object > in ZipEntry and instead uses a static final one. It also modifies the > clone method to instead of using Object.clone to use the ZipEntry's own > copy constructor.
ZipEntry isn't final, so you must use Object.clone. Regards, Jeroen