diff options
author | Aurimas Liutikas <aurimas@google.com> | 2020-07-27 18:47:45 -0700 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2021-05-13 20:48:26 +0800 |
commit | 5f1d9529ee8afb1c0e166460691b16dec3216ac2 (patch) | |
tree | 0f571ac10d9f331286cae4f6bdc5bbe9311fa57c /manual/android/support/design | |
parent | 21659a2683eed66e16aeafeb8d9c40916946a51b (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 'manual/android/support/design')
0 files changed, 0 insertions, 0 deletions