aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2021-05-12 23:38:25 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-05-12 23:38:25 +0000
commitcf704ff3beb5cc9dff2abbde1ffe4a22180591be (patch)
treee0848f1eb4e00789362ffb85236f32be01cae5bf
parentb8dea039f7204f9b66eebedbf57927c5fba46806 (diff)
parentca110d8078150e06aa1f3c7f5bc2834b21214913 (diff)
downloaddagger2-cf704ff3beb5cc9dff2abbde1ffe4a22180591be.tar.gz
Revert "Update dagger2 lint baseline" am: 4ac6123492 am: c1245a750b am: 4e30e8532c am: ca110d8078
Original change: https://android-review.googlesource.com/c/platform/external/dagger2/+/1705749 Change-Id: I4fe577bbcaa924b569143a4a2165417bc4a3584b
-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>