| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="5" by="lint 4.2.0-beta02" client="gradle" variant="debug" version="4.2.0-beta02"> |
| |
| <issue |
| id="EnforceSampledAnnotation" |
| message="onCreate is annotated with @Sampled, but is not inside a project/directory named samples." |
| errorLine1=" override fun onCreate(savedInstanceState: Bundle?) {" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/datastoresampleapp/PreferencesDataStoreActivity.kt" |
| line="52" |
| column="18"/> |
| </issue> |
| |
| <issue |
| id="EnforceSampledAnnotation" |
| message="setUpPreferenceStoreUi is annotated with @Sampled, but is not inside a project/directory named samples." |
| errorLine1=" private fun setUpPreferenceStoreUi() {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/datastoresampleapp/PreferencesDataStoreActivity.kt" |
| line="69" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="EnforceSampledAnnotation" |
| message="onCreate is annotated with @Sampled, but is not inside a project/directory named samples." |
| errorLine1=" override fun onCreate(savedInstanceState: Bundle?) {" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/datastoresampleapp/ProtoDataStoreActivity.kt" |
| line="55" |
| column="18"/> |
| </issue> |
| |
| <issue |
| id="EnforceSampledAnnotation" |
| message="setUpProtoDataStoreUi is annotated with @Sampled, but is not inside a project/directory named samples." |
| errorLine1=" private fun setUpProtoDataStoreUi() {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/datastoresampleapp/ProtoDataStoreActivity.kt" |
| line="72" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="UnusedResources" |
| message="The resource `R.layout.settings_fragment` appears to be unused" |
| errorLine1="<androidx.constraintlayout.widget.ConstraintLayout" |
| errorLine2="^"> |
| <location |
| file="src/main/res/layout/settings_fragment.xml" |
| line="18" |
| column="1"/> |
| </issue> |
| |
| </issues> |