2026-07-01 18:25:58 +08:00

60 lines
4.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.11.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.11.0)" variant="all" version="8.11.0">
<issue
id="MemberExtensionConflict"
message="`remove` is defined both as a member in class `java.util.HashMap` and an extension in package `kotlin.collections`. The defined behavior for this is to use the member, but since the extension is explicitly imported into this file, there&apos;s a chance that this was not expected. (One common way this happens is for members to be added to a class after code was already written to use an extension)."
errorLine1=" return strongInstances.remove(identifier) as T?"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/webviewflutter/AndroidWebkitLibrary.g.kt"
line="134"
column="12"/>
</issue>
<issue
id="MemberExtensionConflict"
message="`containsKey` is defined both as a member in class `java.util.WeakHashMap` and an extension in package `kotlin.collections`. The defined behavior for this is to use the member, but since the extension is explicitly imported into this file, there&apos;s a chance that this was not expected. (One common way this happens is for members to be added to a class after code was already written to use an extension)."
errorLine1=" return identifiers.containsKey(instance)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/webviewflutter/AndroidWebkitLibrary.g.kt"
line="198"
column="12"/>
</issue>
<issue
id="MemberExtensionConflict"
message="`remove` is defined both as a member in class `java.util.HashMap` and an extension in package `kotlin.collections`. The defined behavior for this is to use the member, but since the extension is explicitly imported into this file, there&apos;s a chance that this was not expected. (One common way this happens is for members to be added to a class after code was already written to use an extension)."
errorLine1=" weakInstances.remove(identifier)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/webviewflutter/AndroidWebkitLibrary.g.kt"
line="244"
column="9"/>
</issue>
<issue
id="MemberExtensionConflict"
message="`remove` is defined both as a member in class `java.util.HashMap` and an extension in package `kotlin.collections`. The defined behavior for this is to use the member, but since the extension is explicitly imported into this file, there&apos;s a chance that this was not expected. (One common way this happens is for members to be added to a class after code was already written to use an extension)."
errorLine1=" strongInstances.remove(identifier)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/webviewflutter/AndroidWebkitLibrary.g.kt"
line="245"
column="9"/>
</issue>
<issue
id="MemberExtensionConflict"
message="`containsKey` is defined both as a member in class `java.util.HashMap` and an extension in package `kotlin.collections`. The defined behavior for this is to use the member, but since the extension is explicitly imported into this file, there&apos;s a chance that this was not expected. (One common way this happens is for members to be added to a class after code was already written to use an extension)."
errorLine1=" require(!weakInstances.containsKey(identifier)) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/webviewflutter/AndroidWebkitLibrary.g.kt"
line="254"
column="14"/>
</issue>
</issues>