| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="5" by="lint 4.2.0-beta04" client="gradle" variant="debug" version="4.2.0-beta04"> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="Failed to extract attribute "level" from annotation" |
| errorLine1="@Experimental" |
| errorLine2="~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/experimental/ExperimentalDateTimeKt.kt" |
| line="20" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="Failed to extract attribute "level" from annotation" |
| errorLine1="@Experimental" |
| errorLine2="~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/experimental/ExperimentalDateTimeKt.kt" |
| line="20" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="Failed to extract attribute "level" from annotation" |
| errorLine1="@Experimental" |
| errorLine2="~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/experimental/ExperimentalDateTimeKt.kt" |
| line="20" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="Failed to extract attribute "level" from annotation" |
| errorLine1="@Experimental" |
| errorLine2="~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/experimental/ExperimentalDateTimeKt.kt" |
| line="20" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="Failed to extract attribute "level" from annotation" |
| errorLine1="@Experimental" |
| errorLine2="~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/experimental/ExperimentalDateTimeKt.kt" |
| line="20" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="Failed to extract attribute "level" from annotation" |
| errorLine1="@RequiresOptIn" |
| errorLine2="~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/optin/ExperimentalDateTimeKt.kt" |
| line="20" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="Failed to extract attribute "level" from annotation" |
| errorLine1="@RequiresOptIn" |
| errorLine2="~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/optin/ExperimentalDateTimeKt.kt" |
| line="20" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="Failed to extract attribute "level" from annotation" |
| errorLine1="@RequiresOptIn" |
| errorLine2="~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/optin/ExperimentalDateTimeKt.kt" |
| line="20" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="Failed to extract attribute "level" from annotation" |
| errorLine1="@RequiresOptIn" |
| errorLine2="~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/optin/ExperimentalDateTimeKt.kt" |
| line="20" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="Failed to extract attribute "level" from annotation" |
| errorLine1="@RequiresOptIn" |
| errorLine2="~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/optin/ExperimentalDateTimeKt.kt" |
| line="20" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="Failed to extract attribute "level" from annotation" |
| errorLine1="@Experimental" |
| errorLine2="~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/experimental/ExperimentalLocationKt.kt" |
| line="20" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="Failed to extract attribute "level" from annotation" |
| errorLine1="@Experimental" |
| errorLine2="~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/experimental/ExperimentalLocationKt.kt" |
| line="20" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="Failed to extract attribute "level" from annotation" |
| errorLine1="@RequiresOptIn" |
| errorLine2="~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/optin/ExperimentalLocationKt.kt" |
| line="20" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="Failed to extract attribute "level" from annotation" |
| errorLine1="@RequiresOptIn" |
| errorLine2="~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/optin/ExperimentalLocationKt.kt" |
| line="20" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.experimental.ExperimentalDateTime' or '@OptIn(markerClass = sample.experimental.ExperimentalDateTime.class)'" |
| errorLine1=" DateProvider dateProvider = new DateProvider();" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/experimental/UseJavaExperimentalFromJava.java" |
| line="25" |
| column="37"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.experimental.ExperimentalDateTime' or '@OptIn(markerClass = sample.experimental.ExperimentalDateTime.class)'" |
| errorLine1=" return dateProvider.getDate();" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/sample/experimental/UseJavaExperimentalFromJava.java" |
| line="26" |
| column="29"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.optin.ExperimentalDateTime' or '@OptIn(markerClass = sample.optin.ExperimentalDateTime.class)'" |
| errorLine1=" DateProvider dateProvider = new DateProvider();" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/optin/UseJavaExperimentalFromJava.java" |
| line="27" |
| column="37"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.optin.ExperimentalDateTime' or '@OptIn(markerClass = sample.optin.ExperimentalDateTime.class)'" |
| errorLine1=" return dateProvider.getDate();" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/sample/optin/UseJavaExperimentalFromJava.java" |
| line="28" |
| column="29"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.experimental.ExperimentalLocation' or '@OptIn(markerClass = sample.experimental.ExperimentalLocation.class)'" |
| errorLine1=" LocationProvider locationProvider = new LocationProvider();" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/experimental/UseJavaExperimentalFromJava.java" |
| line="53" |
| column="45"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.experimental.ExperimentalLocation' or '@OptIn(markerClass = sample.experimental.ExperimentalLocation.class)'" |
| errorLine1=" return dateProvider.getDate() + locationProvider.getLocation();" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/experimental/UseJavaExperimentalFromJava.java" |
| line="54" |
| column="58"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.optin.ExperimentalLocation' or '@OptIn(markerClass = sample.optin.ExperimentalLocation.class)'" |
| errorLine1=" LocationProvider locationProvider = new LocationProvider();" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/optin/UseJavaExperimentalFromJava.java" |
| line="55" |
| column="45"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.optin.ExperimentalLocation' or '@OptIn(markerClass = sample.optin.ExperimentalLocation.class)'" |
| errorLine1=" return dateProvider.getDate() + locationProvider.getLocation();" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/optin/UseJavaExperimentalFromJava.java" |
| line="56" |
| column="58"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.optin.ExperimentalDateTime' or '@OptIn(markerClass = sample.optin.ExperimentalDateTime.class)'" |
| errorLine1=" val dateProvider = DateProvider()" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/optin/UseJavaExperimentalFromKt.kt" |
| line="27" |
| column="28"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.optin.ExperimentalDateTime' or '@OptIn(markerClass = sample.optin.ExperimentalDateTime.class)'" |
| errorLine1=" return dateProvider.date" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/sample/optin/UseJavaExperimentalFromKt.kt" |
| line="28" |
| column="29"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.experimental.ExperimentalDateTime' or '@OptIn(markerClass = sample.experimental.ExperimentalDateTime.class)'" |
| errorLine1=" val dateProvider = DateProvider()" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/experimental/UseJavaExperimentalFromKt.kt" |
| line="29" |
| column="28"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.experimental.ExperimentalDateTime' or '@OptIn(markerClass = sample.experimental.ExperimentalDateTime.class)'" |
| errorLine1=" return dateProvider.date" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/sample/experimental/UseJavaExperimentalFromKt.kt" |
| line="30" |
| column="29"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.optin.ExperimentalLocation' or '@OptIn(markerClass = sample.optin.ExperimentalLocation.class)'" |
| errorLine1=" val locationProvider = LocationProvider()" |
| errorLine2=" ~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/optin/UseJavaExperimentalFromKt.kt" |
| line="55" |
| column="32"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.optin.ExperimentalLocation' or '@OptIn(markerClass = sample.optin.ExperimentalLocation.class)'" |
| errorLine1=" return dateProvider.date + locationProvider.location" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/sample/optin/UseJavaExperimentalFromKt.kt" |
| line="56" |
| column="53"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.experimental.ExperimentalLocation' or '@OptIn(markerClass = sample.experimental.ExperimentalLocation.class)'" |
| errorLine1=" val locationProvider = LocationProvider()" |
| errorLine2=" ~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/experimental/UseJavaExperimentalFromKt.kt" |
| line="57" |
| column="32"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.experimental.ExperimentalLocation' or '@OptIn(markerClass = sample.experimental.ExperimentalLocation.class)'" |
| errorLine1=" return dateProvider.date + locationProvider.location" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/sample/experimental/UseJavaExperimentalFromKt.kt" |
| line="58" |
| column="53"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.experimental.foo.ExperimentalPackage' or '@OptIn(markerClass = sample.experimental.foo.ExperimentalPackage.class)'" |
| errorLine1=" callPackageExperimental();" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/experimental/UseJavaPackageFromJava.java" |
| line="52" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.optin.foo.ExperimentalPackage' or '@OptIn(markerClass = sample.optin.foo.ExperimentalPackage.class)'" |
| errorLine1=" callPackageExperimental();" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/optin/UseJavaPackageFromJava.java" |
| line="54" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.optin.foo.ExperimentalPackage' or '@OptIn(markerClass = sample.optin.foo.ExperimentalPackage.class)'" |
| errorLine1=" callPackageExperimental()" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/optin/UseJavaPackageFromKt.kt" |
| line="54" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.experimental.foo.ExperimentalPackage' or '@OptIn(markerClass = sample.experimental.foo.ExperimentalPackage.class)'" |
| errorLine1=" callPackageExperimental()" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/experimental/UseJavaPackageFromKt.kt" |
| line="56" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.experimental.ExperimentalDateTime' or '@OptIn(markerClass = sample.experimental.ExperimentalDateTime.class)'" |
| errorLine1=" new TimeProviderKt().getTimeJava();" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/experimental/UseKtExperimentalFromJava.java" |
| line="97" |
| column="30"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with
'@sample.optin.ExperimentalDateTime' or '@OptIn(markerClass = sample.optin.ExperimentalDateTime.class)'" |
| errorLine1=" new TimeProviderKt().getTimeJava();" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/java/sample/optin/UseKtExperimentalFromJava.java" |
| line="98" |
| column="30"/> |
| </issue> |
| |
| </issues> |