blob: 1505288bdd3c1d2f670d56287f3fc2c3bb6c34b7 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 7.4.2" type="baseline" client="gradle" dependencies="false" name="AGP (7.4.2)" variant="all" version="7.4.2">
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" case InAppPurchasePlugin.MethodNames.IS_READY:"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java"
line="111"
column="44"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" case InAppPurchasePlugin.MethodNames.START_CONNECTION:"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java"
line="114"
column="44"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" case InAppPurchasePlugin.MethodNames.END_CONNECTION:"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java"
line="117"
column="44"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" case InAppPurchasePlugin.MethodNames.QUERY_SKU_DETAILS:"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java"
line="120"
column="44"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" case InAppPurchasePlugin.MethodNames.LAUNCH_BILLING_FLOW:"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java"
line="124"
column="44"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" case InAppPurchasePlugin.MethodNames.QUERY_PURCHASES: // Legacy method name."
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java"
line="136"
column="44"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" case InAppPurchasePlugin.MethodNames.QUERY_PURCHASES_ASYNC:"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java"
line="139"
column="44"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" case InAppPurchasePlugin.MethodNames.QUERY_PURCHASE_HISTORY_ASYNC:"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java"
line="142"
column="44"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" case InAppPurchasePlugin.MethodNames.CONSUME_PURCHASE_ASYNC:"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java"
line="146"
column="44"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" case InAppPurchasePlugin.MethodNames.ACKNOWLEDGE_PURCHASE:"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java"
line="149"
column="44"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" case InAppPurchasePlugin.MethodNames.IS_FEATURE_SUPPORTED:"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java"
line="152"
column="44"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" case InAppPurchasePlugin.MethodNames.LAUNCH_PRICE_CHANGE_CONFIRMATION_FLOW:"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java"
line="155"
column="44"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" case InAppPurchasePlugin.MethodNames.GET_CONNECTION_STATE:"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java"
line="158"
column="44"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" methodChannel.invokeMethod(InAppPurchasePlugin.MethodNames.ON_DISCONNECT, arguments);"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java"
line="395"
column="72"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" channel.invokeMethod(InAppPurchasePlugin.MethodNames.ON_PURCHASES_UPDATED, callbackArgs);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/PluginPurchaseListener.java"
line="32"
column="58"/>
</issue>
<issue
id="SyntheticAccessor"
message="Access to `private` method `updateCachedSkus` of class `MethodCallHandlerImpl` requires synthetic accessor"
errorLine1=" updateCachedSkus(skuDetailsList);"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java"
line="209"
column="13"/>
</issue>
<issue
id="SyntheticAccessor"
message="Access to `private` field `methodChannel` of class `MethodCallHandlerImpl` requires synthetic accessor"
errorLine1=" methodChannel.invokeMethod(InAppPurchasePlugin.MethodNames.ON_DISCONNECT, arguments);"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java"
line="395"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
errorLine1=" public static void registerWith(io.flutter.plugin.common.PluginRegistry.Registrar registrar) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/InAppPurchasePlugin.java"
line="62"
column="35"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
errorLine1=" public void onAttachedToEngine(FlutterPlugin.FlutterPluginBinding binding) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/InAppPurchasePlugin.java"
line="70"
column="34"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
errorLine1=" public void onDetachedFromEngine(FlutterPlugin.FlutterPluginBinding binding) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/InAppPurchasePlugin.java"
line="76"
column="36"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
errorLine1=" public void onAttachedToActivity(ActivityPluginBinding binding) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/InAppPurchasePlugin.java"
line="81"
column="36"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
errorLine1=" public void onReattachedToActivityForConfigChanges(ActivityPluginBinding binding) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/io/flutter/plugins/inapppurchase/InAppPurchasePlugin.java"
line="93"
column="54"/>
</issue>
</issues>