blob: 88076a024e84daf180cd45a7d1e1101c69c892ee [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="5" by="lint 4.2.0-alpha15" client="gradle" variant="debug" version="4.2.0-alpha15">
<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()`."
errorLine1=" invokeMethodName = invokeMethodName.substring(4, 5).toLowerCase() +"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/androidx/benchmark/junit4/BenchmarkRule.kt"
line="195"
column="69"/>
</issue>
</issues>