Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Aurimas Liutikas | 36de1fe | 2023-11-29 15:12:02 -0800 | [diff] [blame] | 2 | <issues format="6" by="lint 8.3.0-beta01" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.0-beta01)" variant="all" version="8.3.0-beta01"> |
| 3 | |
| 4 | <issue |
| 5 | id="BanParcelableUsage" |
| 6 | message="Class implements android.os.Parcelable" |
| 7 | errorLine1="public data class ExerciseGoalRequest(val packageName: String, val exerciseGoal: ExerciseGoal<*>) :" |
| 8 | errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| 9 | <location |
| 10 | file="src/main/java/androidx/health/services/client/impl/request/ExerciseGoalRequest.kt"/> |
| 11 | </issue> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 12 | |
| 13 | <issue |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 14 | id="BanSynchronizedMethods" |
| 15 | message="Use of synchronized methods is not recommended" |
| 16 | errorLine1=" @Synchronized" |
| 17 | errorLine2=" ^"> |
| 18 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 19 | file="src/main/java/androidx/health/services/client/impl/MeasureCallbackStub.kt"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 20 | </issue> |
| 21 | |
| 22 | <issue |
| 23 | id="BanSynchronizedMethods" |
| 24 | message="Use of synchronized methods is not recommended" |
| 25 | errorLine1=" @Synchronized" |
| 26 | errorLine2=" ^"> |
| 27 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 28 | file="src/main/java/androidx/health/services/client/impl/MeasureCallbackStub.kt"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 29 | </issue> |
| 30 | |
| 31 | <issue |
Aurimas Liutikas | 36de1fe | 2023-11-29 15:12:02 -0800 | [diff] [blame] | 32 | id="BanSynchronizedMethods" |
| 33 | message="Use of synchronized methods is not recommended" |
| 34 | errorLine1=" private synchronized void handleRetriableDisconnection(Throwable throwable) {" |
| 35 | errorLine2=" ^"> |
| 36 | <location |
| 37 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ServiceConnection.java"/> |
| 38 | </issue> |
| 39 | |
| 40 | <issue |
| 41 | id="LambdaLast" |
| 42 | message="Functional interface parameters (such as parameter 1, "operation", in androidx.health.services.client.impl.ipc.Client.executeWithVersionCheck) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions" |
| 43 | errorLine1=" RemoteFutureOperation<S, R> operation, int minApiVersion) {" |
| 44 | errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| 45 | <location |
| 46 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
| 47 | </issue> |
| 48 | |
| 49 | <issue |
| 50 | id="UnknownNullness" |
| 51 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| 52 | errorLine1=" public BaseQueueOperation(ConnectionConfiguration connectionConfiguration) {" |
| 53 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| 54 | <location |
| 55 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/BaseQueueOperation.java"/> |
| 56 | </issue> |
| 57 | |
| 58 | <issue |
| 59 | id="UnknownNullness" |
| 60 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| 61 | errorLine1=" public void execute(IBinder binder) throws RemoteException {}" |
| 62 | errorLine2=" ~~~~~~~"> |
| 63 | <location |
| 64 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/BaseQueueOperation.java"/> |
| 65 | </issue> |
| 66 | |
| 67 | <issue |
| 68 | id="UnknownNullness" |
| 69 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| 70 | errorLine1=" public void setException(Throwable exception) {}" |
| 71 | errorLine2=" ~~~~~~~~~"> |
| 72 | <location |
| 73 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/BaseQueueOperation.java"/> |
| 74 | </issue> |
| 75 | |
| 76 | <issue |
| 77 | id="UnknownNullness" |
| 78 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| 79 | errorLine1=" public QueueOperation trackExecution(ExecutionTracker tracker) {" |
| 80 | errorLine2=" ~~~~~~~~~~~~~~"> |
| 81 | <location |
| 82 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/BaseQueueOperation.java"/> |
| 83 | </issue> |
| 84 | |
| 85 | <issue |
| 86 | id="UnknownNullness" |
| 87 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| 88 | errorLine1=" public QueueOperation trackExecution(ExecutionTracker tracker) {" |
| 89 | errorLine2=" ~~~~~~~~~~~~~~~~"> |
| 90 | <location |
| 91 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/BaseQueueOperation.java"/> |
| 92 | </issue> |
| 93 | |
| 94 | <issue |
| 95 | id="UnknownNullness" |
| 96 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| 97 | errorLine1=" public ConnectionConfiguration getConnectionConfiguration() {" |
| 98 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| 99 | <location |
| 100 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/BaseQueueOperation.java"/> |
| 101 | </issue> |
| 102 | |
| 103 | <issue |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 104 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 105 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 106 | errorLine1=" ClientConfiguration clientConfiguration," |
| 107 | errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| 108 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 109 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 110 | </issue> |
| 111 | |
| 112 | <issue |
| 113 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 114 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 115 | errorLine1=" ConnectionManager connectionManager," |
| 116 | errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| 117 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 118 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 119 | </issue> |
| 120 | |
| 121 | <issue |
| 122 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 123 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | 665af7f | 2021-09-07 17:56:57 +0000 | [diff] [blame] | 124 | errorLine1=" ServiceGetter<S> serviceGetter," |
| 125 | errorLine2=" ~~~~~~~~~~~~~~~~"> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 126 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 127 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 128 | </issue> |
| 129 | |
| 130 | <issue |
| 131 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 132 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | 665af7f | 2021-09-07 17:56:57 +0000 | [diff] [blame] | 133 | errorLine1=" RemoteOperation<S, Integer> remoteVersionGetter) {" |
| 134 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 135 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 136 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Justin Lannin | 665af7f | 2021-09-07 17:56:57 +0000 | [diff] [blame] | 137 | </issue> |
| 138 | |
| 139 | <issue |
| 140 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 141 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | 665af7f | 2021-09-07 17:56:57 +0000 | [diff] [blame] | 142 | errorLine1=" protected <R> ListenableFuture<R> execute(RemoteOperation<S, R> operation) {" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 143 | errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| 144 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 145 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 146 | </issue> |
| 147 | |
| 148 | <issue |
| 149 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 150 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | 665af7f | 2021-09-07 17:56:57 +0000 | [diff] [blame] | 151 | errorLine1=" protected <R> ListenableFuture<R> execute(RemoteOperation<S, R> operation) {" |
| 152 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 153 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 154 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 155 | </issue> |
| 156 | |
| 157 | <issue |
| 158 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 159 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | 665af7f | 2021-09-07 17:56:57 +0000 | [diff] [blame] | 160 | errorLine1=" protected <R> ListenableFuture<R> execute(RemoteFutureOperation<S, R> operation) {" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 161 | errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| 162 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 163 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 164 | </issue> |
| 165 | |
| 166 | <issue |
| 167 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 168 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | 665af7f | 2021-09-07 17:56:57 +0000 | [diff] [blame] | 169 | errorLine1=" protected <R> ListenableFuture<R> execute(RemoteFutureOperation<S, R> operation) {" |
| 170 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 171 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 172 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Justin Lannin | 665af7f | 2021-09-07 17:56:57 +0000 | [diff] [blame] | 173 | </issue> |
| 174 | |
| 175 | <issue |
| 176 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 177 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | 665af7f | 2021-09-07 17:56:57 +0000 | [diff] [blame] | 178 | errorLine1=" protected <R> ListenableFuture<R> executeWithVersionCheck(" |
| 179 | errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| 180 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 181 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Justin Lannin | 665af7f | 2021-09-07 17:56:57 +0000 | [diff] [blame] | 182 | </issue> |
| 183 | |
| 184 | <issue |
| 185 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 186 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | 665af7f | 2021-09-07 17:56:57 +0000 | [diff] [blame] | 187 | errorLine1=" RemoteFutureOperation<S, R> operation, int minApiVersion) {" |
| 188 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 189 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 190 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 191 | </issue> |
| 192 | |
| 193 | <issue |
| 194 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 195 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 196 | errorLine1=" protected ListenableFuture<Integer> getCurrentRemoteVersion(boolean forceRefresh) {" |
| 197 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 198 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 199 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 200 | </issue> |
| 201 | |
| 202 | <issue |
| 203 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 204 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 205 | errorLine1=" protected <R> ListenableFuture<R> registerListener(" |
| 206 | errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| 207 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 208 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 209 | </issue> |
| 210 | |
| 211 | <issue |
| 212 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 213 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 214 | errorLine1=" ListenerKey listenerKey, RemoteOperation<S, R> registerListenerOperation) {" |
| 215 | errorLine2=" ~~~~~~~~~~~"> |
| 216 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 217 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 218 | </issue> |
| 219 | |
| 220 | <issue |
| 221 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 222 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 223 | errorLine1=" ListenerKey listenerKey, RemoteOperation<S, R> registerListenerOperation) {" |
| 224 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| 225 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 226 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 227 | </issue> |
| 228 | |
| 229 | <issue |
| 230 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 231 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 232 | errorLine1=" protected <R> ListenableFuture<R> registerListener(" |
| 233 | errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| 234 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 235 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 236 | </issue> |
| 237 | |
| 238 | <issue |
| 239 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 240 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 241 | errorLine1=" ListenerKey listenerKey, RemoteFutureOperation<S, R> registerListenerOperation) {" |
| 242 | errorLine2=" ~~~~~~~~~~~"> |
| 243 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 244 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 245 | </issue> |
| 246 | |
| 247 | <issue |
| 248 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 249 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 250 | errorLine1=" ListenerKey listenerKey, RemoteFutureOperation<S, R> registerListenerOperation) {" |
| 251 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 252 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 253 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 254 | </issue> |
| 255 | |
| 256 | <issue |
| 257 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 258 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 259 | errorLine1=" protected <R> ListenableFuture<R> unregisterListener(" |
| 260 | errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| 261 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 262 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 263 | </issue> |
| 264 | |
| 265 | <issue |
| 266 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 267 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 268 | errorLine1=" ListenerKey listenerKey, RemoteOperation<S, R> unregisterListenerOperation) {" |
| 269 | errorLine2=" ~~~~~~~~~~~"> |
| 270 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 271 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 272 | </issue> |
| 273 | |
| 274 | <issue |
| 275 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 276 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 277 | errorLine1=" ListenerKey listenerKey, RemoteOperation<S, R> unregisterListenerOperation) {" |
| 278 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| 279 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 280 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 281 | </issue> |
| 282 | |
| 283 | <issue |
| 284 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 285 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 286 | errorLine1=" protected <R> ListenableFuture<R> unregisterListener(" |
| 287 | errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| 288 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 289 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 290 | </issue> |
| 291 | |
| 292 | <issue |
| 293 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 294 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 295 | errorLine1=" ListenerKey listenerKey, RemoteFutureOperation<S, R> unregisterListenerOperation) {" |
| 296 | errorLine2=" ~~~~~~~~~~~"> |
| 297 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 298 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 299 | </issue> |
| 300 | |
| 301 | <issue |
| 302 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 303 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 304 | errorLine1=" ListenerKey listenerKey, RemoteFutureOperation<S, R> unregisterListenerOperation) {" |
| 305 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 306 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 307 | file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/> |
Justin Lannin | d0e644f | 2021-10-25 12:12:59 -0700 | [diff] [blame] | 308 | </issue> |
| 309 | |
| 310 | <issue |
| 311 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 312 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 313 | errorLine1=" public ClientConfiguration(String apiClientName, String servicePackageName, String bindAction) {" |
| 314 | errorLine2=" ~~~~~~"> |
| 315 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 316 | file="src/main/java/androidx/health/services/client/impl/ipc/ClientConfiguration.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 317 | </issue> |
| 318 | |
| 319 | <issue |
| 320 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 321 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 322 | errorLine1=" public ClientConfiguration(String apiClientName, String servicePackageName, String bindAction) {" |
| 323 | errorLine2=" ~~~~~~"> |
| 324 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 325 | file="src/main/java/androidx/health/services/client/impl/ipc/ClientConfiguration.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 326 | </issue> |
| 327 | |
| 328 | <issue |
| 329 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 330 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 331 | errorLine1=" public ClientConfiguration(String apiClientName, String servicePackageName, String bindAction) {" |
| 332 | errorLine2=" ~~~~~~"> |
| 333 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 334 | file="src/main/java/androidx/health/services/client/impl/ipc/ClientConfiguration.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 335 | </issue> |
| 336 | |
| 337 | <issue |
| 338 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 339 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 340 | errorLine1=" public String getServicePackageName() {" |
| 341 | errorLine2=" ~~~~~~"> |
| 342 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 343 | file="src/main/java/androidx/health/services/client/impl/ipc/ClientConfiguration.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 344 | </issue> |
| 345 | |
| 346 | <issue |
| 347 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 348 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 349 | errorLine1=" public String getBindAction() {" |
| 350 | errorLine2=" ~~~~~~"> |
| 351 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 352 | file="src/main/java/androidx/health/services/client/impl/ipc/ClientConfiguration.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 353 | </issue> |
| 354 | |
| 355 | <issue |
| 356 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 357 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 358 | errorLine1=" public String getApiClientName() {" |
| 359 | errorLine2=" ~~~~~~"> |
| 360 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 361 | file="src/main/java/androidx/health/services/client/impl/ipc/ClientConfiguration.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 362 | </issue> |
| 363 | |
| 364 | <issue |
| 365 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 366 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 367 | errorLine1=" String packageName," |
| 368 | errorLine2=" ~~~~~~"> |
| 369 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 370 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionConfiguration.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 371 | </issue> |
| 372 | |
| 373 | <issue |
| 374 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 375 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 376 | errorLine1=" String clientName," |
| 377 | errorLine2=" ~~~~~~"> |
| 378 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 379 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionConfiguration.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 380 | </issue> |
| 381 | |
| 382 | <issue |
| 383 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 384 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 385 | errorLine1=" String bindAction," |
| 386 | errorLine2=" ~~~~~~"> |
| 387 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 388 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionConfiguration.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 389 | </issue> |
| 390 | |
| 391 | <issue |
| 392 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 393 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 394 | errorLine1=" QueueOperation refreshVersionOperation) {" |
| 395 | errorLine2=" ~~~~~~~~~~~~~~"> |
| 396 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 397 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionConfiguration.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 398 | </issue> |
| 399 | |
| 400 | <issue |
| 401 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 402 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 403 | errorLine1=" public ConnectionManager(Context context, Looper looper) {" |
| 404 | errorLine2=" ~~~~~~~"> |
| 405 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 406 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 407 | </issue> |
| 408 | |
| 409 | <issue |
| 410 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 411 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 412 | errorLine1=" public ConnectionManager(Context context, Looper looper) {" |
| 413 | errorLine2=" ~~~~~~"> |
| 414 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 415 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 416 | </issue> |
| 417 | |
| 418 | <issue |
| 419 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 420 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 421 | errorLine1=" public void scheduleForExecution(QueueOperation operation) {" |
| 422 | errorLine2=" ~~~~~~~~~~~~~~"> |
| 423 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 424 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 425 | </issue> |
| 426 | |
| 427 | <issue |
| 428 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 429 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 430 | errorLine1=" public void registerListener(ListenerKey listenerKey, QueueOperation registerOperation) {" |
| 431 | errorLine2=" ~~~~~~~~~~~"> |
| 432 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 433 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 434 | </issue> |
| 435 | |
| 436 | <issue |
| 437 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 438 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 439 | errorLine1=" public void registerListener(ListenerKey listenerKey, QueueOperation registerOperation) {" |
| 440 | errorLine2=" ~~~~~~~~~~~~~~"> |
| 441 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 442 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 443 | </issue> |
| 444 | |
| 445 | <issue |
| 446 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 447 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 448 | errorLine1=" public void unregisterListener(ListenerKey listenerKey, QueueOperation unregisterOperation) {" |
| 449 | errorLine2=" ~~~~~~~~~~~"> |
| 450 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 451 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 452 | </issue> |
| 453 | |
| 454 | <issue |
| 455 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 456 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 457 | errorLine1=" public void unregisterListener(ListenerKey listenerKey, QueueOperation unregisterOperation) {" |
| 458 | errorLine2=" ~~~~~~~~~~~~~~"> |
| 459 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 460 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 461 | </issue> |
| 462 | |
| 463 | <issue |
| 464 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 465 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 466 | errorLine1=" public void onConnected(ServiceConnection connection) {" |
| 467 | errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| 468 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 469 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 470 | </issue> |
| 471 | |
| 472 | <issue |
| 473 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 474 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 475 | errorLine1=" public void onDisconnected(ServiceConnection connection, long reconnectDelayMs) {" |
| 476 | errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| 477 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 478 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 479 | </issue> |
| 480 | |
| 481 | <issue |
| 482 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 483 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 484 | errorLine1=" public boolean handleMessage(Message msg) {" |
| 485 | errorLine2=" ~~~~~~~"> |
| 486 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 487 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 488 | </issue> |
| 489 | |
| 490 | <issue |
| 491 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 492 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 493 | errorLine1=" public void track(SettableFuture<?> future) {" |
| 494 | errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| 495 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 496 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/DefaultExecutionTracker.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 497 | </issue> |
| 498 | |
| 499 | <issue |
| 500 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 501 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 502 | errorLine1=" public void cancelPendingFutures(Throwable throwable) {" |
| 503 | errorLine2=" ~~~~~~~~~"> |
| 504 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 505 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/DefaultExecutionTracker.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 506 | </issue> |
| 507 | |
| 508 | <issue |
| 509 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 510 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 511 | errorLine1=" void track(SettableFuture<?> future);" |
| 512 | errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| 513 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 514 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ExecutionTracker.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 515 | </issue> |
| 516 | |
| 517 | <issue |
| 518 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 519 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 520 | errorLine1=" void cancelPendingFutures(Throwable throwable);" |
| 521 | errorLine2=" ~~~~~~~~~"> |
| 522 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 523 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ExecutionTracker.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 524 | </issue> |
| 525 | |
| 526 | <issue |
| 527 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 528 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 529 | errorLine1=" public ListenerKey(Object listenerKey) {" |
| 530 | errorLine2=" ~~~~~~"> |
| 531 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 532 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ListenerKey.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 533 | </issue> |
| 534 | |
| 535 | <issue |
| 536 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 537 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 538 | errorLine1=" void execute(IBinder binder) throws RemoteException;" |
| 539 | errorLine2=" ~~~~~~~"> |
| 540 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 541 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/QueueOperation.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 542 | </issue> |
| 543 | |
| 544 | <issue |
| 545 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 546 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 547 | errorLine1=" void setException(Throwable exception);" |
| 548 | errorLine2=" ~~~~~~~~~"> |
| 549 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 550 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/QueueOperation.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 551 | </issue> |
| 552 | |
| 553 | <issue |
| 554 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 555 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 556 | errorLine1=" QueueOperation trackExecution(ExecutionTracker tracker);" |
| 557 | errorLine2=" ~~~~~~~~~~~~~~"> |
| 558 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 559 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/QueueOperation.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 560 | </issue> |
| 561 | |
| 562 | <issue |
| 563 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 564 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 565 | errorLine1=" QueueOperation trackExecution(ExecutionTracker tracker);" |
| 566 | errorLine2=" ~~~~~~~~~~~~~~~~"> |
| 567 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 568 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/QueueOperation.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 569 | </issue> |
| 570 | |
| 571 | <issue |
| 572 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 573 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 574 | errorLine1=" ConnectionConfiguration getConnectionConfiguration();" |
| 575 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| 576 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 577 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/QueueOperation.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 578 | </issue> |
| 579 | |
| 580 | <issue |
Aurimas Liutikas | 36de1fe | 2023-11-29 15:12:02 -0800 | [diff] [blame] | 581 | id="UnknownNullness" |
| 582 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| 583 | errorLine1=" void execute(S service, SettableFuture<R> resultFuture) throws RemoteException;" |
| 584 | errorLine2=" ~~~~~~~~~~~~~~~~~"> |
Justin Lannin | 665af7f | 2021-09-07 17:56:57 +0000 | [diff] [blame] | 585 | <location |
Aurimas Liutikas | 36de1fe | 2023-11-29 15:12:02 -0800 | [diff] [blame] | 586 | file="src/main/java/androidx/health/services/client/impl/ipc/RemoteFutureOperation.java"/> |
Justin Lannin | 665af7f | 2021-09-07 17:56:57 +0000 | [diff] [blame] | 587 | </issue> |
| 588 | |
| 589 | <issue |
| 590 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 591 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 592 | errorLine1=" void onConnected(ServiceConnection connection);" |
| 593 | errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| 594 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 595 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ServiceConnection.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 596 | </issue> |
| 597 | |
| 598 | <issue |
| 599 | id="UnknownNullness" |
Tiem Song | ecefa44 | 2022-03-24 13:21:15 -0700 | [diff] [blame] | 600 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 601 | errorLine1=" void onDisconnected(ServiceConnection connection, long reconnectDelayMs);" |
| 602 | errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| 603 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 604 | file="src/main/java/androidx/health/services/client/impl/ipc/internal/ServiceConnection.java"/> |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 605 | </issue> |
| 606 | |
Sean Kelley | 7817f41 | 2021-05-08 17:30:48 -0700 | [diff] [blame] | 607 | </issues> |