aboutsummaryrefslogtreecommitdiff
path: root/lint-baseline.xml
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2021-05-12 21:55:32 +0000
committerAurimas Liutikas <aurimas@google.com>2021-05-12 21:55:32 +0000
commit4ac6123492f431aa1d9a62aa83f17bc40002331a (patch)
treee0848f1eb4e00789362ffb85236f32be01cae5bf /lint-baseline.xml
parent8c81cc68b461029c2c36acd68eea554d933a7f2a (diff)
downloaddagger2-4ac6123492f431aa1d9a62aa83f17bc40002331a.tar.gz
Revert "Update dagger2 lint baseline"
This reverts commit 8c81cc68b461029c2c36acd68eea554d933a7f2a. Reason for revert: b/187908823 Change-Id: I9b377a9aa620639ae3e42e07027eee695b344a9d
Diffstat (limited to 'lint-baseline.xml')
-rw-r--r--lint-baseline.xml15
1 files changed, 2 insertions, 13 deletions
diff --git a/lint-baseline.xml b/lint-baseline.xml
index 147f1372e..cf790c246 100644
--- a/lint-baseline.xml
+++ b/lint-baseline.xml
@@ -7,19 +7,8 @@
errorLine1=" } catch (ClassNotFoundException"
errorLine2=" ^">
<location
- file="external/dagger2/java/dagger/hilt/android/internal/testing/EarlySingletonComponentCreator.java"
- line="33"
- column="14"/>
- </issue>
-
- <issue
- id="NewApi"
- message="Multi-catch with these reflection exceptions requires API level 19 (current min is 14) because they get compiled to the common but new super type `ReflectiveOperationException`. As a workaround either create individual catch statements, or catch `Exception`."
- errorLine1=" } catch (ClassNotFoundException"
- errorLine2=" ^">
- <location
- file="external/dagger2/java/dagger/hilt/android/internal/testing/TestComponentDataSupplier.java"
- line="35"
+ file="external/dagger2/java/dagger/hilt/android/internal/testing/TestApplicationComponentManager.java"
+ line="85"
column="14"/>
</issue>