https://issues.apache.org/bugzilla/show_bug.cgi?id=49244
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Yegor Kozlov <[email protected]> 2010-05-16 12:13:59 EDT --- Thanks for the patch, I applied it in r944869 with some changes. I noticed that you changed visibility of HSSFDataValidation._region to public and HSSFSheet._sheet to protected. I reverted it back to private, I guess this change was needed for debug purposes. POI's ooxml-schemas.jar does not support generics, the patch didn't compile against ooxml-schemas-1.0.jar and I had to change usages of CTDataValidations.getDataValidationList() to CTDataValidations.getDataValidationArray. Are you using a custom jar with OOXML schemas? I also refactored test cases to follow POI conventions and added missing ASF license header. Regards, Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
