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)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
With the added support for tracing annotations class references and enum field references can be traced from annotations. Currently the
TracedReference
result does not indicate if the reference is from an annotation, asgetReferencedFromContext()
is class, field or method.The context information should include annotation information as well. This is relevant for the keep rule generations due to how JVM encodes enum fields in annotations.
See b/377257156 for reference and for temporary hack to remove.