| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="5" by="lint 3.6.0-dev"> |
| |
| <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`."> |
| <location |
| file="src/main/java/com/android/builder/dependency/level2/AndroidDependency.java" |
| line="205"/> |
| </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`."> |
| <location |
| file="src/main/java/com/android/builder/signing/DefaultSigningConfig.kt" |
| line="134"/> |
| </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`."> |
| <location |
| file="src/main/java/com/android/builder/dependency/level2/Dependency.java" |
| line="120"/> |
| </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`."> |
| <location |
| file="src/main/java/com/android/builder/dependency/level2/ExtractedDependency.java" |
| line="135"/> |
| </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`."> |
| <location |
| file="src/main/java/com/android/builder/merge/MergeOutputWriters.java" |
| line="118"/> |
| </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`."> |
| <location |
| file="src/main/java/com/android/builder/files/RelativeFile.java" |
| line="65"/> |
| </issue> |
| |
| <issue |
| id="CommonForkJoinPool" |
| message="Avoid using common ForkJoinPool, directly or indirectly (for example via CompletableFuture). It has a limited set of threads on some machines which leads to hangs. See `go/do-not-freeze`."> |
| <location |
| file="src/main/java/com/android/builder/multidex/D8MainDexList.java" |
| line="100"/> |
| </issue> |
| |
| <issue |
| id="CommonForkJoinPool" |
| message="Avoid using common ForkJoinPool, directly or indirectly (for example via CompletableFuture). It has a limited set of threads on some machines which leads to hangs. See `go/do-not-freeze`."> |
| <location |
| file="src/main/java/com/android/builder/internal/packaging/ApkFlinger.kt" |
| line="60"/> |
| </issue> |
| |
| </issues> |