You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2017/02/20 10:57:49 UTC

[Bug 59804] Add annotation for indicating when deprecated features may be removed

https://bz.apache.org/bugzilla/show_bug.cgi?id=59804

--- Comment #3 from Javen O'Neal <on...@apache.org> ---
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org