| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.3.0-dev" type="baseline" client="" dependencies="true" name="" variant="all" version="8.3.0-dev"> |
| |
| <issue |
| id="DefaultLocale" |
| message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead" |
| errorLine1=" return String.format("%02d:%02d:%02d.%03d", hour, min, sec, milli);" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/android/tools/adtui/model/formatter/TimeFormatter.java" |
| line="41" |
| column="12"/> |
| </issue> |
| |
| <issue |
| id="VisibleForTests" |
| message="This method should only be accessed from tests or within private scope" |
| errorLine1=" tick(frame);" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/com/android/tools/adtui/model/FpsTimer.java" |
| line="73" |
| column="5"/> |
| </issue> |
| |
| </issues> |