| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- This file should not be edited manually! See go/template-diff-tests --> |
| <issues format="6" by="lint %AGP_VERSION_PLACEHOLDER%" type="baseline" client="gradle" dependencies="false" name="AGP (%AGP_VERSION_PLACEHOLDER%)" variant="all" version="%AGP_VERSION_PLACEHOLDER%"> |
| |
| <issue |
| id="CutPasteId" |
| message="The id `R.id.list` has already been looked up in this method; possible cut & paste error?" |
| errorLine1=" activity?.findViewById<RecyclerView>(R.id.list)?.adapter =" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/template/test/in/ItemListDialogFragment.kt" |
| line="48" |
| column="9"/> |
| <location |
| file="src/main/java/template/test/in/ItemListDialogFragment.kt" |
| line="46" |
| column="9" |
| message="First usage here"/> |
| </issue> |
| |
| <issue |
| id="OldTargetApi" |
| message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the `android.os.Build.VERSION_CODES` javadoc for details." |
| errorLine1=" targetSdk 35" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="build.gradle" |
| line="15" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="SetTextI18n" |
| message="Number formatting does not take into account locale settings. Consider using `String.format` instead." |
| errorLine1=" holder.text.text = position.toString()" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/template/test/in/ItemListDialogFragment.kt" |
| line="74" |
| column="32"/> |
| </issue> |
| |
| </issues> |