Fixed
Status Update
Comments
ar...@google.com <ar...@google.com>
js...@google.com <js...@google.com> #2
This sounds like
js...@google.com <js...@google.com> #3
Okay, not exactly that case, but I can confirm the fix for KT-65150 covers the cases in RawDispatchersUsageDetectorTest.simple
.
js...@google.com <js...@google.com> #4
2.0.0-Beta4 landed, and will be available in 8.4.0-alpha11 next week.
za...@gmail.com <za...@gmail.com> #5
Great, thanks!
an...@google.com <an...@google.com> #6
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Jellyfish | 2023.3.1 Canary 11
- Android Gradle Plugin 8.4.0-alpha11
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
za...@gmail.com <za...@gmail.com> #7
Fixed!
js...@google.com <js...@google.com> #8
Thank you for the confirmation!
Description
When using this PR for a case where we expect to report errors on some callable references.
useK2Uast
in Lint (version 8.4.0-alph09), I noticed a test start failing inThe detector attempts to lint against
Dispatchers::IO
reference calls (amongst others), but with K2 UAST enabled it for some reason reports this source string asjava.lang.String::IO
.Dispatchers
is not ajava.lang.String
:)To run: hardcode the param to
setUseK2Uast()
inBaseSlackLintTest
then run theRawDispatchersUsageDetectorTest.simple
test.