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
Sorry, I don't think it will, f8185d1 should be a no-op for check behaviour, it's just moving the computation of the APIs to check to happen statically instead of every time the check runs
Also I think that banning everything under javax.lang makes sense, although I need to do some more testing to confirm that wouldn't cause any issues with our existing uses of this check
See here: mozilla/rhino#1149 (comment)
I see that
javax.lang.model.type.TypeKind
is explicitly banned:error-prone/core/src/main/java/com/google/errorprone/bugpatterns/apidiff/AndroidJdkLibsChecker.java
Lines 211 to 213 in 959d405
Shouldn't everything under
javax.lang
be flagged?The text was updated successfully, but these errors were encountered: