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 use a forbidden class (the whole class is forbidden, not a single
method/field) in a field declaration or method declaration, this is not
reported.
In most cases the error is still detected, because at some point the field has
to be initialized or the method needs to be called, but we should detect this
failure.
This is linked to issue #8, because the same code used here is also used to
detect the annotations used.
Original issue reported on code.google.com by uwe.h.schindler on 15 Apr 2014 at 10:18
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
uwe.h.schindler
on 15 Apr 2014 at 10:18The text was updated successfully, but these errors were encountered: