blob: 728c6877f92cebbf7e5aeb988bb8598a1e5785ff [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.8.0-alpha01" type="baseline" client="gradle" dependencies="false" name="AGP (8.8.0-alpha01)" variant="all" version="8.8.0-alpha01">
<issue
id="BanThreadSleep"
message="Uses Thread.sleep()"
errorLine1=" Thread.sleep(250)"
errorLine2=" ~~~~~">
<location
file="src/androidInstrumentedTest/kotlin/androidx/compose/ui/tooling/ComposeViewAdapterTest.kt"/>
</issue>
<issue
id="BanThreadSleep"
message="Uses Thread.sleep()"
errorLine1=" Thread.sleep(200)"
errorLine2=" ~~~~~">
<location
file="src/androidInstrumentedTest/kotlin/androidx/compose/ui/tooling/ComposeViewAdapterTest.kt"/>
</issue>
<issue
id="PrimitiveInCollection"
message="method setClockTimes has parameter animationTimeMillis with type Map&lt;ComposeAnimation, Long>: replace with ObjectLongMap"
errorLine1=" fun setClockTimes(animationTimeMillis: Map&lt;ComposeAnimation, Long>) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/tooling/animation/PreviewAnimationClock.android.kt"/>
</issue>
<issue
id="PrimitiveInCollection"
message="field states with type Set&lt;Integer>: replace with IntSet"
errorLine1=" override val states = emptySet&lt;Int>()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/tooling/animation/UnsupportedComposeAnimation.android.kt"/>
</issue>
<issue
id="PrimitiveInCollection"
message="variable values with type Map&lt;Long, ? extends T>: replace with LongObjectMap"
errorLine1=" val values: Map&lt;Long, T> by lazy {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/tooling/animation/clock/Utils.android.kt"/>
</issue>
<issue
id="PrimitiveInCollection"
message="variable values with type Map&lt;Long, T>: replace with LongObjectMap"
errorLine1=" val values: MutableMap&lt;Long, T> = mutableMapOf()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/tooling/animation/clock/Utils.android.kt"/>
</issue>
<issue
id="PrimitiveInCollection"
message="variable values with type Map&lt;Long, ? extends T>: replace with LongObjectMap"
errorLine1=" val values: Map&lt;Long, T> by lazy {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/tooling/animation/clock/Utils.android.kt"/>
</issue>
<issue
id="PrimitiveInCollection"
message="variable values with type Map&lt;Long, T>: replace with LongObjectMap"
errorLine1=" val values: MutableMap&lt;Long, T> = mutableMapOf()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/tooling/animation/clock/Utils.android.kt"/>
</issue>
</issues>