1<?xml version="1.0" encoding="UTF-8"?> 2<issues format="6" by="lint 8.2.0-beta01" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0-beta01)" variant="all" version="8.2.0-beta01"> 3 4 <issue 5 id="PrimitiveInCollection" 6 message="variable values with type List<? extends Float>: replace with FloatList" 7 errorLine1=" val values = FloatArray(10) { Random.nextInt(100).toFloat() + 10f }.asList()" 8 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 9 <location 10 file="src/main/java/androidx/constraintlayout/compose/integration/macrobenchmark/target/graphs/DynamicGraphs.kt"/> 11 </issue> 12 13 <issue 14 id="PrimitiveInCollection" 15 message="method DynamicGraph has parameter values with type List<Float>: replace with FloatList" 16 errorLine1=" values: List<Float> = listOf<Float>(12f, 32f, 21f, 32f, 2f)," 17 errorLine2=" ~~~~~~~~~~~"> 18 <location 19 file="src/main/java/androidx/constraintlayout/compose/integration/macrobenchmark/target/graphs/DynamicGraphs.kt"/> 20 </issue> 21 22 <issue 23 id="PrimitiveInCollection" 24 message="variable scale with type List<? extends Float>: replace with FloatList" 25 errorLine1=" val scale = values.map { (it * 0.8f) / max }" 26 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 27 <location 28 file="src/main/java/androidx/constraintlayout/compose/integration/macrobenchmark/target/graphs/DynamicGraphs.kt"/> 29 </issue> 30 31</issues> 32