Fixed
Status Update
Comments
wd...@google.com <wd...@google.com>
ya...@google.com <ya...@google.com>
tn...@google.com <tn...@google.com> #2
Should we transform it from
fun <FileTypeT: FileSystemLocation> add(
type: MultipleArtifact<FileTypeT>,
artifact: FileTypeT
)
to
fun <FileTypeT: FileSystemLocation, Appendable> add(
type: MultipleArtifact<FileTypeT>,
artifactProvider: Provider<FileTypeT>
)
should we also share with Artifacts interface: ArtifactsImpl.appendTo ArtifactsImpl.appendAll. They are not in use right now. Maybe part of another ticket?
Description
DESCRIBE THE ISSUE IN DETAIL:
STEPS TO REPRODUCE:
filterIncident method in TranslucentViewDetector does not do cross check the found activity with the incident.
Version of Gradle Plugin: 8 Version of Gradle: 8 Version of Java: 17 OS: Mac