https://bz.apache.org/bugzilla/show_bug.cgi?id=59804
--- Comment #3 from Javen O'Neal <[email protected]> --- Created attachment 34767 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34767&action=edit Find @Deprecated and @Removal annotations with reflection The ClassFinder class in the patch uses non-free code. Do we have something already in POI test scaffolding that could give us a list of every org.apache.poi class (bonus points if it can include the o.a.p junit test code)? If not, is there an ASL-2.0-licensed version that does something similar? Otherwise, we'll need to rewrite these couple lines of recursive class finding via reflection from scratch. -- 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]
