1<?xml version="1.0" encoding="UTF-8"?> 2<issues format="6" by="lint 8.9.0-alpha04" type="baseline" client="gradle" dependencies="false" name="AGP (8.9.0-alpha04)" variant="all" version="8.9.0-alpha04"> 3 4 <issue 5 id="UastImplementation" 6 message="org.jetbrains.uast.kotlin.KotlinUMethodWithFakeLightDelegateBase is UAST implementation. Consider using one of its corresponding UAST interfaces: `UMethod`, `UDeclaration`, `UAnnotated`, `UAnchorOwner`" 7 errorLine1="import org.jetbrains.uast.kotlin.KotlinUMethodWithFakeLightDelegateBase" 8 errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 9 <location 10 file="src/main/java/com/android/tools/metalava/model/psi/PsiMethodItem.kt" 11 line="45" 12 column="1"/> 13 </issue> 14 15 <issue 16 id="UastImplementation" 17 message="org.jetbrains.uast.kotlin.KotlinUMethodWithFakeLightDelegateBase is UAST implementation. Consider using one of its corresponding UAST interfaces: `UMethod`, `UDeclaration`, `UAnnotated`, `UAnchorOwner`" 18 errorLine1=" if (psiMethod is KotlinUMethodWithFakeLightDelegateBase<*>) {" 19 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 20 <location 21 file="src/main/java/com/android/tools/metalava/model/psi/PsiMethodItem.kt" 22 line="181" 23 column="34"/> 24 </issue> 25 26 <issue 27 id="UastImplementation" 28 message="org.jetbrains.uast.kotlin.KotlinUMethodWithFakeLightDelegateBase is UAST implementation. Consider using one of its corresponding UAST interfaces: `UMethod`, `UDeclaration`, `UAnnotated`, `UAnchorOwner`" 29 errorLine1="import org.jetbrains.uast.kotlin.KotlinUMethodWithFakeLightDelegateBase" 30 errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 31 <location 32 file="src/main/java/com/android/tools/metalava/model/psi/PsiModifierItem.kt" 33 line="98" 34 column="1"/> 35 </issue> 36 37 <issue 38 id="UastImplementation" 39 message="org.jetbrains.uast.kotlin.KotlinUMethodWithFakeLightDelegateBase is UAST implementation. Consider using one of its corresponding UAST interfaces: `UMethod`, `UDeclaration`, `UAnnotated`, `UAnchorOwner`" 40 errorLine1=" element is KotlinUMethodWithFakeLightDelegateBase<*> && sourcePsi is KtDeclaration" 41 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 42 <location 43 file="src/main/java/com/android/tools/metalava/model/psi/PsiModifierItem.kt" 44 line="264" 45 column="28"/> 46 </issue> 47 48 <issue 49 id="UastImplementation" 50 message="org.jetbrains.uast.kotlin.KotlinUMethodWithFakeLightDelegateBase is UAST implementation. Consider using one of its corresponding UAST interfaces: `UMethod`, `UDeclaration`, `UAnnotated`, `UAnchorOwner`" 51 errorLine1=" element is KotlinUMethodWithFakeLightDelegateBase<*> ->" 52 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 53 <location 54 file="src/main/java/com/android/tools/metalava/model/psi/PsiModifierItem.kt" 55 line="309" 56 column="28"/> 57 </issue> 58 59</issues> 60