You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you put java.lang.Deprecated on the forbidden apis list, it is not always
correctly detected. The reason for this is, that the Java compiler translates
it into the deprecated code attribute and may not always put it as a real
annotation.
As discussed on issue #44, we should "emulate" a java.lang.Deprecated ASM
annotation visitor event, if the attribute is found (and filter duplicates). By
that also code not making explicit use of @Deprecated annotation (just uses the
@deprecated javadoc tag), will be detected correctly as having the attribute.
Original issue reported on code.google.com by uwe.h.schindler on 24 Dec 2014 at 12:24
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
uwe.h.schindler
on 24 Dec 2014 at 12:24The text was updated successfully, but these errors were encountered: