| <?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="JbUiStored" |
| message="Do not store `JBUI.scale` scaled results in fields; this will not work correctly on dynamic theme or font size changes" |
| errorLine1=" private static final int ICON_ROW_HEIGHT = JBUI.scale(48 + 16);" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/com/android/tools/idea/npw/assetstudio/ui/IconPickerDialog.java" |
| line="73" |
| column="51"/> |
| </issue> |
| |
| <issue |
| id="FileComparisons" |
| message="Do not compare java.io.File with `equals` or `==`: will not work correctly on case insensitive file systems! See `go/files-howto`." |
| errorLine1=" while (f != null && !Objects.equals(f, root)) {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/com/android/tools/idea/npw/assetstudio/wizard/ConfirmGenerateImagesStep.java" |
| line="418" |
| column="32"/> |
| </issue> |
| |
| </issues> |