diff options
author | Jeff Sharkey <jsharkey@android.com> | 2017-06-19 16:27:25 -0600 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2017-06-21 11:08:45 -0600 |
commit | 257529dcae079055d51cb8eb42b249512ae41f36 (patch) | |
tree | bf8707b6a54be22208568a58d517898b8feb6477 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | 5b8bc166ea00dd10241658180ca63e2cc6d677a7 (diff) |
Fix searching for overridden methods.
If the superclass is an abstract class, we want to search it for
possibly overridden methods; we don't want to search ourselves.
This bug resulted in (incorrectly) thinking that overridden "default"
methods from interfaces were standalone methods on the class. (The
expected behavior has always been to omit any overridden methods from
the public API surface area to avoid redundant noise.)
Test: make update-api
Bug: 62675475
Change-Id: Ic92544908692bd9af329d302165e18c7b4738e43
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions