Help
Change theme
Press space for more information.
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Copy issue ID
Show links for this issue (Shortcut: i, l)
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Notification menu
Vote: I am impacted
View issue level access limits(Press Alt + Right arrow for more information)
Pending code changes (auto-populated)
[ID: 558956]
Unintended behavior
View staffing
Description
class MySweetAnnotation {
@IdRes int[] ids;
}
Lint will only flag
@MySweetAnnotation(R.string.app_name)
but not
@MySweetAnnotations({ R.id.first_name, R.string.app_name })
This was as of plugin 23.0.1, tools 24.3.4, and platform tools 23.0.1 (not sure which lint ships in, probably the plugin). It was also a Friday, if that helps.