summaryrefslogtreecommitdiff
path: root/stub-annotations/src/main/java/android/annotation/NonNull.java
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2020-07-27 18:47:45 -0700
committeralk3pInjection <webmaster@raspii.tech>2021-05-13 20:48:26 +0800
commit5f1d9529ee8afb1c0e166460691b16dec3216ac2 (patch)
tree0f571ac10d9f331286cae4f6bdc5bbe9311fa57c /stub-annotations/src/main/java/android/annotation/NonNull.java
parent21659a2683eed66e16aeafeb8d9c40916946a51b (diff)
[master] Check isInteresting for methods and fields in ApiLintHEADlineage-18.1
The issue happens because we are running API lint when comparing between new and old APIs surface which means that visitClass for BigInteger does not get called (not a new class), but visitMethod for byteValueExact does trigger. ApiLint skip check used to only be called for ClassItem, which works for most cases, except for new methods/fields in an old class. Bug: 162035124 Test: New test added Change-Id: Ia1be825fd9d51bdbb11b8d3f00edef44ddee8b59
Diffstat (limited to 'stub-annotations/src/main/java/android/annotation/NonNull.java')
0 files changed, 0 insertions, 0 deletions