blob: 8b3311534da6bb97d568206dac3d023017f58167 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="5" by="lint 4.2.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="217"/>
</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="52"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`.">
<location
file="src/main/java/com/android/tools/deployer/DeployerRunner.java"
line="170"/>
</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/model/Apk.java"
line="127"/>
</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>