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