Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
I had a function
I added another function with a default value that resolves into the same function with defaults. To overcome the clash I then removed a default value from the original function marking it as deprecated:
Updated functions:
It's a binary compatible change (confirmed) but metalava complains about the removal of a default value
Attempted to remove default value from parameter
.Example CL aosp/3216016 .