commit | 77cd5e5e5065038ab04a8dee21012d42a81458a4 | [log] [tgz] |
---|---|---|
author | C. Sean Young <[email protected]> | Thu Aug 06 12:15:32 2015 -0500 |
committer | C. Sean Young <[email protected]> | Fri Sep 18 10:21:11 2015 -0500 |
tree | 8beb566269b15b3dfaf9dda65e32ccae3bedd88d | |
parent | 7d8874353e7eba22548b256f5ffb1e07bdb3c142 [diff] |
Properly expose methods that override a non-hidden method in a hidden superclass in the API files. Without this check, if a method overrides a non-hidden method in a hidden superclass, that method in the subclass would erronously be considered already "covered" by the hidden superclass, but the hidden superclass, and thus its methods, would not be shown in any of the API files. Change-Id: I416773be3aa3a8536684549011fa63b34f0d5251