aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-12 09:59:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-12 09:59:33 +0000
commit512074cccdfc645e1c38ca7fb1d14e0462836309 (patch)
tree1233b34e9926c2ff1a82a0c1926dcecd3381bb25
parent3f2715e262d2dc857b4a9c5c1414c67658212a7e (diff)
parent26a71369a122a0a17fee51b996831ba0616eb5cf (diff)
downloaddagger2-512074cccdfc645e1c38ca7fb1d14e0462836309.tar.gz
Snap for 8820681 from 26a71369a122a0a17fee51b996831ba0616eb5cf to mainline-go-ipsec-release
Change-Id: I0e2a6691ab6c022ea8a41c3f47465703d5f9412e
-rw-r--r--lint-baseline.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/lint-baseline.xml b/lint-baseline.xml
deleted file mode 100644
index 147f1372e..000000000
--- a/lint-baseline.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0">
-
- <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/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"
- column="14"/>
- </issue>
-
-</issues>