[go: nahoru, domu]

blob: ae2ee176c07d9d93cf98bae2d47724a6393f6e06 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.4.0-alpha07" type="baseline" client="gradle" dependencies="false" name="AGP (8.4.0-alpha07)" variant="all" version="8.4.0-alpha07">
<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>