From ee5a4af4c5a7f8f9b3b33ded7f1fd9da9497d9ff Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Sun, 10 May 2020 10:45:28 +0100 Subject: 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 --- test-base/api/lint-baseline.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test-base/api/lint-baseline.txt (limited to 'test-base') 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 -- cgit v1.2.3