| <?xml version="1.0" encoding="UTF-8"?> |
| <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"> |
| |
| <issue |
| id="PrimitiveInCollection" |
| message="variable boxColors with type List<? extends Color>: replace with LongList" |
| errorLine1=" val boxColors = listOf(Color.Red, Color.Blue, Color.Green)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/constraintlayout/compose/demos/ChainsDemo.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInCollection" |
| message="variable boxColors with type List<? extends Color>: replace with LongList" |
| errorLine1=" val boxColors = listOf(Color.Red, Color.Blue, Color.Green)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/constraintlayout/compose/demos/ChainsDemo.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInCollection" |
| message="variable values with type List<? extends Float>: replace with FloatList" |
| errorLine1=" val values = FloatArray(10) { Random.nextInt(100).toFloat() + 10f }.asList()" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/constraintlayout/compose/demos/LazyListItemsDemo.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInCollection" |
| message="method DynamicGraph has parameter values with type List<Float>: replace with FloatList" |
| errorLine1=" values: List<Float> = listOf<Float>(12f, 32f, 21f, 32f, 2f)," |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/constraintlayout/compose/demos/LazyListItemsDemo.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInCollection" |
| message="variable scale with type List<? extends Float>: replace with FloatList" |
| errorLine1=" val scale = values.map { (it * 0.8f) / max }" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/constraintlayout/compose/demos/LazyListItemsDemo.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInCollection" |
| message="variable weights with type List<? extends Float>: replace with FloatList" |
| errorLine1=" val weights =" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/constraintlayout/compose/demos/StaggeredDemo.kt"/> |
| </issue> |
| |
| </issues> |