summaryrefslogtreecommitdiff
path: root/test-base
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2020-05-10 10:45:28 +0100
committerPaul Duffin <paulduffin@google.com>2020-05-10 19:26:45 +0100
commitee5a4af4c5a7f8f9b3b33ded7f1fd9da9497d9ff (patch)
tree4c2bb75cb0c2478020e5d2123b0d870bb351cd08 /test-base
parent5a097ffef694e14cf08ddb3b6f5d029c58ccd97b (diff)
downloadbase-ee5a4af4c5a7f8f9b3b33ded7f1fd9da9497d9ff.tar.gz
Add lint-baseline.txt files for test base/runner/mock
In preparation for enabling API lint checking on java_sdk_library adds lint-baseline.txt containing all the existing issues for these APIs. The test-base and test-runner APIs are old and have been deprecated so there is little benefit in fixing those issues. The test-mock API while old has not been deprecated and so should be cleaned up. Bug 156175891 tracks that cleanup work. Bug: 156126315 Bug: 156175891 Test: m checkapi Change-Id: Ifb4669fcf7f2a36e5cb4d593bfc5d03330901ee9
Diffstat (limited to 'test-base')
-rw-r--r--test-base/api/lint-baseline.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-base/api/lint-baseline.txt b/test-base/api/lint-baseline.txt
new file mode 100644
index 000000000000..86c8a910d20a
--- /dev/null
+++ b/test-base/api/lint-baseline.txt
@@ -0,0 +1,3 @@
+// Baseline format: 1.0
+MissingNullability: junit.framework.ComparisonFailure#getMessage():
+ Missing nullability on method `getMessage` return