Fixed
Status Update
Comments
lu...@google.com <lu...@google.com>
ya...@google.com <ya...@google.com>
tn...@google.com <tn...@google.com> #2
for example, many different devices return the same longitude and latitude.such as : longitude is 121.474000 and latitude is 31.230001.
i donnot understand why is the data the same?
i donnot understand why is the data the same?
ko...@gmail.com <ko...@gmail.com> #3
the fractional part of the location data is exactly the same.
Description
DESCRIBE THE ISSUE IN DETAIL:
STEPS TO REPRODUCE:
println(context.project.allLibraries)
beforecontext.getLocation(attr, LocationType.VALUE)
call. They print the expected project list and more importantly, the following call to getLocation does NOT crash.I resolved our issue by inlining the rule and calling
allProject
.Exception in filterIncident causes https://issuetracker.google.com/issues/291446497 .
context.getLocation(attr, LocationType.VALUE)
is called.Version of Gradle Plugin: 8.0.2 Version of Gradle: 8 Version of Java: 17 OS: Mac