https://bz.apache.org/bugzilla/show_bug.cgi?id=63363
--- Comment #3 from Andreas Beeker <[email protected]> --- In the context of reflections, I don't understand why code shrinking would give us any benefit. If a user wants to hide the fact, that they are using POI, they can obfuscate their project including POIs source. But for the sake of debugging, I wouldn't release optimized code. Furthermore I assume, that we have performance/memory problems because of holding a lot of XML based document data ... optimizing only the calls to the XmlBeans API won't make much of a difference. So if we would use it in a temporary step, how would it help us with fixing reflection based problems? As you seem to be familiar with proguard, how did it help you, to find bugs in your project or POI itself? -- 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]
