Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
metalava
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test-restored
platform
tools
metalava
Commits
0db0fbff
Commit
0db0fbff
authored
6 years ago
by
Tor Norbye
Committed by
Gerrit Code Review
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Remove MbmsDownloadServiceBase special case"
parents
2545ce87
9da4edac
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/android/tools/metalava/model/ClassItem.kt
+0
-12
0 additions, 12 deletions
src/main/java/com/android/tools/metalava/model/ClassItem.kt
with
0 additions
and
12 deletions
src/main/java/com/android/tools/metalava/model/ClassItem.kt
+
0
−
12
View file @
0db0fbff
...
@@ -670,18 +670,6 @@ interface ClassItem : Item {
...
@@ -670,18 +670,6 @@ interface ClassItem : Item {
if
(!
predicate
.
test
(
superClass
))
{
if
(!
predicate
.
test
(
superClass
))
{
superClass
.
filteredInterfaceTypes
(
predicate
,
types
,
true
,
includeParents
,
target
)
superClass
.
filteredInterfaceTypes
(
predicate
,
types
,
true
,
includeParents
,
target
)
}
else
if
(
includeSelf
&&
superClass
.
isInterface
())
{
}
else
if
(
includeSelf
&&
superClass
.
isInterface
())
{
// Special case: Arguably, IInterface should be included in the system API by the
// general rules. However, this was just added to the system API in 28 at the same
// time as metalava, which did not include some hidden super classes in its analysis.
// This is now marked as an incompatible API change, so treat this the same way as in
// API 28 until this is clarified.
if
(
superClass
.
simpleName
()
==
"IInterface"
&&
(
target
.
qualifiedName
()
==
"android.telephony.mbms.vendor.MbmsDownloadServiceBase"
||
target
.
qualifiedName
()
==
"android.telephony.mbms.vendor.MbmsStreamingServiceBase"
)
)
{
return
types
}
types
.
add
(
superClassType
)
types
.
add
(
superClassType
)
if
(
includeParents
)
{
if
(
includeParents
)
{
superClass
.
filteredInterfaceTypes
(
predicate
,
types
,
true
,
includeParents
,
target
)
superClass
.
filteredInterfaceTypes
(
predicate
,
types
,
true
,
includeParents
,
target
)
...
...
This diff is collapsed.
Click to expand it.
CodeLinaro
@codelinaro
mentioned in commit
9deb8126
·
8 months ago
mentioned in commit
9deb8126
mentioned in commit 9deb8126bf1159cb7bb80caa5a7f1ce3b4a12774
Toggle commit list
CodeLinaro
@codelinaro
mentioned in commit
d4f437ae
·
8 months ago
mentioned in commit
d4f437ae
mentioned in commit d4f437ae9717197caa520f5c6bfdc078a16decb9
Toggle commit list
CodeLinaro
@codelinaro
mentioned in commit
75289ab5
·
8 months ago
mentioned in commit
75289ab5
mentioned in commit 75289ab5d2895f1594a12bc8e38af30cfa4b4c49
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment