1<?xml version="1.0" encoding="UTF-8"?> 2<issues format="6" by="lint 8.6.0-beta01" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0-beta01)" variant="all" version="8.6.0-beta01"> 3 4 <issue 5 id="PrimitiveInCollection" 6 message="variable boxColors with type List<? extends Color>: replace with LongList" 7 errorLine1=" val boxColors = listOf(Color.Red, Color.Blue, Color.Green)" 8 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 9 <location 10 file="src/main/java/androidx/constraintlayout/compose/demos/ChainsDemo.kt"/> 11 </issue> 12 13 <issue 14 id="PrimitiveInCollection" 15 message="variable boxColors with type List<? extends Color>: replace with LongList" 16 errorLine1=" val boxColors = listOf(Color.Red, Color.Blue, Color.Green)" 17 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 18 <location 19 file="src/main/java/androidx/constraintlayout/compose/demos/ChainsDemo.kt"/> 20 </issue> 21 22 <issue 23 id="PrimitiveInCollection" 24 message="variable values with type List<? extends Float>: replace with FloatList" 25 errorLine1=" val values = FloatArray(10) { Random.nextInt(100).toFloat() + 10f }.asList()" 26 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 27 <location 28 file="src/main/java/androidx/constraintlayout/compose/demos/LazyListItemsDemo.kt"/> 29 </issue> 30 31 <issue 32 id="PrimitiveInCollection" 33 message="method DynamicGraph has parameter values with type List<Float>: replace with FloatList" 34 errorLine1=" values: List<Float> = listOf<Float>(12f, 32f, 21f, 32f, 2f)," 35 errorLine2=" ~~~~~~~~~~~"> 36 <location 37 file="src/main/java/androidx/constraintlayout/compose/demos/LazyListItemsDemo.kt"/> 38 </issue> 39 40 <issue 41 id="PrimitiveInCollection" 42 message="variable scale with type List<? extends Float>: replace with FloatList" 43 errorLine1=" val scale = values.map { (it * 0.8f) / max }" 44 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 45 <location 46 file="src/main/java/androidx/constraintlayout/compose/demos/LazyListItemsDemo.kt"/> 47 </issue> 48 49 <issue 50 id="PrimitiveInCollection" 51 message="variable weights with type List<? extends Float>: replace with FloatList" 52 errorLine1=" val weights =" 53 errorLine2=" ^"> 54 <location 55 file="src/main/java/androidx/constraintlayout/compose/demos/StaggeredDemo.kt"/> 56 </issue> 57 58</issues> 59