1// Baseline format: 1.0 2GenericException: android.test.ActivityInstrumentationTestCase#setUp(): 3 Methods must not throw generic exceptions (`java.lang.Exception`) 4GenericException: android.test.ActivityInstrumentationTestCase#tearDown(): 5 Methods must not throw generic exceptions (`java.lang.Exception`) 6GenericException: android.test.ActivityInstrumentationTestCase2#runTest(): 7 Methods must not throw generic exceptions (`java.lang.Throwable`) 8GenericException: android.test.ActivityInstrumentationTestCase2#setUp(): 9 Methods must not throw generic exceptions (`java.lang.Exception`) 10GenericException: android.test.ActivityInstrumentationTestCase2#tearDown(): 11 Methods must not throw generic exceptions (`java.lang.Exception`) 12GenericException: android.test.ActivityUnitTestCase#setUp(): 13 Methods must not throw generic exceptions (`java.lang.Exception`) 14GenericException: android.test.ActivityUnitTestCase#tearDown(): 15 Methods must not throw generic exceptions (`java.lang.Exception`) 16GenericException: android.test.ApplicationTestCase#setUp(): 17 Methods must not throw generic exceptions (`java.lang.Exception`) 18GenericException: android.test.ApplicationTestCase#tearDown(): 19 Methods must not throw generic exceptions (`java.lang.Exception`) 20GenericException: android.test.ProviderTestCase#setUp(): 21 Methods must not throw generic exceptions (`java.lang.Exception`) 22GenericException: android.test.ProviderTestCase#tearDown(): 23 Methods must not throw generic exceptions (`java.lang.Exception`) 24GenericException: android.test.ProviderTestCase2#setUp(): 25 Methods must not throw generic exceptions (`java.lang.Exception`) 26GenericException: android.test.ProviderTestCase2#tearDown(): 27 Methods must not throw generic exceptions (`java.lang.Exception`) 28GenericException: android.test.ServiceTestCase#setUp(): 29 Methods must not throw generic exceptions (`java.lang.Exception`) 30GenericException: android.test.ServiceTestCase#tearDown(): 31 Methods must not throw generic exceptions (`java.lang.Exception`) 32GenericException: android.test.SingleLaunchActivityTestCase#setUp(): 33 Methods must not throw generic exceptions (`java.lang.Exception`) 34GenericException: android.test.SingleLaunchActivityTestCase#tearDown(): 35 Methods must not throw generic exceptions (`java.lang.Exception`) 36GenericException: android.test.SyncBaseInstrumentation#setUp(): 37 Methods must not throw generic exceptions (`java.lang.Exception`) 38 39 40IntentBuilderName: android.test.IsolatedContext#registerReceiver(android.content.BroadcastReceiver, android.content.IntentFilter): 41 Methods creating an Intent should be named `create<Foo>Intent()`, was `registerReceiver` 42 43 44MissingNullability: android.test.ComparisonFailure#getMessage(): 45 Missing nullability on method `getMessage` return 46MissingNullability: android.test.InstrumentationTestRunner#onCreate(android.os.Bundle) parameter #0: 47 Missing nullability on parameter `arguments` in method `onCreate` 48MissingNullability: android.test.IsolatedContext#bindIsolatedService(android.content.Intent, int, String, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #0: 49 Missing nullability on parameter `service` in method `bindIsolatedService` 50MissingNullability: android.test.IsolatedContext#bindIsolatedService(android.content.Intent, int, String, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #2: 51 Missing nullability on parameter `instanceName` in method `bindIsolatedService` 52MissingNullability: android.test.IsolatedContext#bindIsolatedService(android.content.Intent, int, String, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #3: 53 Missing nullability on parameter `executor` in method `bindIsolatedService` 54MissingNullability: android.test.IsolatedContext#bindIsolatedService(android.content.Intent, int, String, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #4: 55 Missing nullability on parameter `conn` in method `bindIsolatedService` 56MissingNullability: android.test.IsolatedContext#bindService(android.content.Intent, android.content.ServiceConnection, int) parameter #0: 57 Missing nullability on parameter `service` in method `bindService` 58MissingNullability: android.test.IsolatedContext#bindService(android.content.Intent, android.content.ServiceConnection, int) parameter #1: 59 Missing nullability on parameter `conn` in method `bindService` 60MissingNullability: android.test.IsolatedContext#bindService(android.content.Intent, int, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #0: 61 Missing nullability on parameter `service` in method `bindService` 62MissingNullability: android.test.IsolatedContext#bindService(android.content.Intent, int, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #2: 63 Missing nullability on parameter `executor` in method `bindService` 64MissingNullability: android.test.IsolatedContext#bindService(android.content.Intent, int, java.util.concurrent.Executor, android.content.ServiceConnection) parameter #3: 65 Missing nullability on parameter `conn` in method `bindService` 66MissingNullability: android.test.IsolatedContext#checkUriPermission(android.net.Uri, String, String, int, int, int) parameter #0: 67 Missing nullability on parameter `uri` in method `checkUriPermission` 68MissingNullability: android.test.IsolatedContext#checkUriPermission(android.net.Uri, String, String, int, int, int) parameter #1: 69 Missing nullability on parameter `readPermission` in method `checkUriPermission` 70MissingNullability: android.test.IsolatedContext#checkUriPermission(android.net.Uri, String, String, int, int, int) parameter #2: 71 Missing nullability on parameter `writePermission` in method `checkUriPermission` 72MissingNullability: android.test.IsolatedContext#checkUriPermission(android.net.Uri, int, int, int) parameter #0: 73 Missing nullability on parameter `uri` in method `checkUriPermission` 74MissingNullability: android.test.IsolatedContext#getContentResolver(): 75 Missing nullability on method `getContentResolver` return 76MissingNullability: android.test.IsolatedContext#getFilesDir(): 77 Missing nullability on method `getFilesDir` return 78MissingNullability: android.test.IsolatedContext#getSystemService(String): 79 Missing nullability on method `getSystemService` return 80MissingNullability: android.test.IsolatedContext#getSystemService(String) parameter #0: 81 Missing nullability on parameter `name` in method `getSystemService` 82MissingNullability: android.test.IsolatedContext#registerReceiver(android.content.BroadcastReceiver, android.content.IntentFilter): 83 Missing nullability on method `registerReceiver` return 84MissingNullability: android.test.IsolatedContext#registerReceiver(android.content.BroadcastReceiver, android.content.IntentFilter) parameter #0: 85 Missing nullability on parameter `receiver` in method `registerReceiver` 86MissingNullability: android.test.IsolatedContext#registerReceiver(android.content.BroadcastReceiver, android.content.IntentFilter) parameter #1: 87 Missing nullability on parameter `filter` in method `registerReceiver` 88MissingNullability: android.test.IsolatedContext#sendBroadcast(android.content.Intent) parameter #0: 89 Missing nullability on parameter `intent` in method `sendBroadcast` 90MissingNullability: android.test.IsolatedContext#sendOrderedBroadcast(android.content.Intent, String) parameter #0: 91 Missing nullability on parameter `intent` in method `sendOrderedBroadcast` 92MissingNullability: android.test.IsolatedContext#sendOrderedBroadcast(android.content.Intent, String) parameter #1: 93 Missing nullability on parameter `receiverPermission` in method `sendOrderedBroadcast` 94MissingNullability: android.test.IsolatedContext#unregisterReceiver(android.content.BroadcastReceiver) parameter #0: 95 Missing nullability on parameter `receiver` in method `unregisterReceiver` 96MissingNullability: android.test.RenamingDelegatingContext#databaseList(): 97 Missing nullability on method `databaseList` return 98MissingNullability: android.test.RenamingDelegatingContext#deleteDatabase(String) parameter #0: 99 Missing nullability on parameter `name` in method `deleteDatabase` 100MissingNullability: android.test.RenamingDelegatingContext#deleteFile(String) parameter #0: 101 Missing nullability on parameter `name` in method `deleteFile` 102MissingNullability: android.test.RenamingDelegatingContext#fileList(): 103 Missing nullability on method `fileList` return 104MissingNullability: android.test.RenamingDelegatingContext#getCacheDir(): 105 Missing nullability on method `getCacheDir` return 106MissingNullability: android.test.RenamingDelegatingContext#getDatabasePath(String): 107 Missing nullability on method `getDatabasePath` return 108MissingNullability: android.test.RenamingDelegatingContext#getDatabasePath(String) parameter #0: 109 Missing nullability on parameter `name` in method `getDatabasePath` 110MissingNullability: android.test.RenamingDelegatingContext#getFileStreamPath(String): 111 Missing nullability on method `getFileStreamPath` return 112MissingNullability: android.test.RenamingDelegatingContext#getFileStreamPath(String) parameter #0: 113 Missing nullability on parameter `name` in method `getFileStreamPath` 114MissingNullability: android.test.RenamingDelegatingContext#openFileInput(String): 115 Missing nullability on method `openFileInput` return 116MissingNullability: android.test.RenamingDelegatingContext#openFileInput(String) parameter #0: 117 Missing nullability on parameter `name` in method `openFileInput` 118MissingNullability: android.test.RenamingDelegatingContext#openFileOutput(String, int): 119 Missing nullability on method `openFileOutput` return 120MissingNullability: android.test.RenamingDelegatingContext#openFileOutput(String, int) parameter #0: 121 Missing nullability on parameter `name` in method `openFileOutput` 122MissingNullability: android.test.RenamingDelegatingContext#openOrCreateDatabase(String, int, android.database.sqlite.SQLiteDatabase.CursorFactory): 123 Missing nullability on method `openOrCreateDatabase` return 124MissingNullability: android.test.RenamingDelegatingContext#openOrCreateDatabase(String, int, android.database.sqlite.SQLiteDatabase.CursorFactory) parameter #0: 125 Missing nullability on parameter `name` in method `openOrCreateDatabase` 126MissingNullability: android.test.RenamingDelegatingContext#openOrCreateDatabase(String, int, android.database.sqlite.SQLiteDatabase.CursorFactory) parameter #2: 127 Missing nullability on parameter `factory` in method `openOrCreateDatabase` 128MissingNullability: android.test.RenamingDelegatingContext#openOrCreateDatabase(String, int, android.database.sqlite.SQLiteDatabase.CursorFactory, android.database.DatabaseErrorHandler): 129 Missing nullability on method `openOrCreateDatabase` return 130MissingNullability: android.test.RenamingDelegatingContext#openOrCreateDatabase(String, int, android.database.sqlite.SQLiteDatabase.CursorFactory, android.database.DatabaseErrorHandler) parameter #0: 131 Missing nullability on parameter `name` in method `openOrCreateDatabase` 132MissingNullability: android.test.RenamingDelegatingContext#openOrCreateDatabase(String, int, android.database.sqlite.SQLiteDatabase.CursorFactory, android.database.DatabaseErrorHandler) parameter #2: 133 Missing nullability on parameter `factory` in method `openOrCreateDatabase` 134MissingNullability: android.test.RenamingDelegatingContext#openOrCreateDatabase(String, int, android.database.sqlite.SQLiteDatabase.CursorFactory, android.database.DatabaseErrorHandler) parameter #3: 135 Missing nullability on parameter `errorHandler` in method `openOrCreateDatabase` 136 137 138ProtectedMember: android.test.ActivityInstrumentationTestCase#setUp(): 139 Protected methods not allowed; must be public: method android.test.ActivityInstrumentationTestCase.setUp()} 140ProtectedMember: android.test.ActivityInstrumentationTestCase#tearDown(): 141 Protected methods not allowed; must be public: method android.test.ActivityInstrumentationTestCase.tearDown()} 142ProtectedMember: android.test.ActivityInstrumentationTestCase2#runTest(): 143 Protected methods not allowed; must be public: method android.test.ActivityInstrumentationTestCase2.runTest()} 144ProtectedMember: android.test.ActivityInstrumentationTestCase2#setUp(): 145 Protected methods not allowed; must be public: method android.test.ActivityInstrumentationTestCase2.setUp()} 146ProtectedMember: android.test.ActivityInstrumentationTestCase2#tearDown(): 147 Protected methods not allowed; must be public: method android.test.ActivityInstrumentationTestCase2.tearDown()} 148ProtectedMember: android.test.ActivityUnitTestCase#setUp(): 149 Protected methods not allowed; must be public: method android.test.ActivityUnitTestCase.setUp()} 150ProtectedMember: android.test.ActivityUnitTestCase#tearDown(): 151 Protected methods not allowed; must be public: method android.test.ActivityUnitTestCase.tearDown()} 152ProtectedMember: android.test.ApplicationTestCase#setUp(): 153 Protected methods not allowed; must be public: method android.test.ApplicationTestCase.setUp()} 154ProtectedMember: android.test.ApplicationTestCase#tearDown(): 155 Protected methods not allowed; must be public: method android.test.ApplicationTestCase.tearDown()} 156ProtectedMember: android.test.ProviderTestCase#setUp(): 157 Protected methods not allowed; must be public: method android.test.ProviderTestCase.setUp()} 158ProtectedMember: android.test.ProviderTestCase#tearDown(): 159 Protected methods not allowed; must be public: method android.test.ProviderTestCase.tearDown()} 160ProtectedMember: android.test.ProviderTestCase2#setUp(): 161 Protected methods not allowed; must be public: method android.test.ProviderTestCase2.setUp()} 162ProtectedMember: android.test.ProviderTestCase2#tearDown(): 163 Protected methods not allowed; must be public: method android.test.ProviderTestCase2.tearDown()} 164ProtectedMember: android.test.ServiceTestCase#setUp(): 165 Protected methods not allowed; must be public: method android.test.ServiceTestCase.setUp()} 166ProtectedMember: android.test.ServiceTestCase#tearDown(): 167 Protected methods not allowed; must be public: method android.test.ServiceTestCase.tearDown()} 168ProtectedMember: android.test.SingleLaunchActivityTestCase#setUp(): 169 Protected methods not allowed; must be public: method android.test.SingleLaunchActivityTestCase.setUp()} 170ProtectedMember: android.test.SingleLaunchActivityTestCase#tearDown(): 171 Protected methods not allowed; must be public: method android.test.SingleLaunchActivityTestCase.tearDown()} 172ProtectedMember: android.test.SyncBaseInstrumentation#setUp(): 173 Protected methods not allowed; must be public: method android.test.SyncBaseInstrumentation.setUp()} 174