blob: 20f34ef96244489b7186b5e0e0a136dad898005f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="5" by="lint 7.1.0-dev">
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead">
<location
file="src/main/java/com/android/tools/deployer/ApkInstaller.java"
line="219"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`.">
<location
file="src/main/java/com/android/tools/deployer/DeployRunnerParameters.java"
line="66"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead">
<location
file="src/main/java/com/android/tools/deployer/SqlApkFileDatabase.java"
line="293"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead">
<location
file="src/main/java/com/android/tools/deployer/SqlApkFileDatabase.java"
line="311"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead">
<location
file="src/main/java/com/android/tools/deployer/SqlApkFileDatabase.java"
line="326"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope">
<location
file="src/main/java/com/android/tools/deployer/SqlApkFileDatabase.java"
line="397"/>
</issue>
</issues>