blob: dd2c3e3d99f5ff5b8d7a0be3b80b79e7b976e588 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.4.0-alpha09" type="baseline" client="gradle" dependencies="false" name="AGP (8.4.0-alpha09)" variant="all" version="8.4.0-alpha09">
<issue
id="PrimitiveInCollection"
message="field anchorLookup with type Map&lt;Integer, Object>: replace with IntObjectMap"
errorLine1=" private val anchorLookup = mutableMapOf&lt;Int, Any>()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/compose/ui/inspection/util/AnchorMap.kt"/>
</issue>
<issue
id="PrimitiveInCollection"
message="field idLookup with type Map&lt;Object, Integer>: replace with ObjectIntMap"
errorLine1=" private val idLookup = mutableMapOf&lt;Any, Int>()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/compose/ui/inspection/util/AnchorMap.kt"/>
</issue>
</issues>