Louis Pullen-Freilich | 8ad38ba | 2019-06-10 16:33:44 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Fred Sladkey | 5de43e7 | 2024-09-15 21:36:49 -0400 | [diff] [blame] | 2 | <issues format="6" by="lint 8.8.0-alpha01" type="baseline" client="gradle" dependencies="false" name="AGP (8.8.0-alpha01)" variant="all" version="8.8.0-alpha01"> |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 3 | |
| 4 | <issue |
Alan Viverette | 48a33a9 | 2023-08-28 12:42:49 -0400 | [diff] [blame] | 5 | id="RestrictedApiAndroidX" |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 6 | message="ProcessLock can only be called from within the same library group (referenced groupId=`androidx.sqlite` from groupId=`androidx.room`)" |
Aurimas Liutikas | 0c93670 | 2024-07-12 10:18:13 -0700 | [diff] [blame] | 7 | errorLine1=" val copyLock = ProcessLock(name, context.filesDir, processLevelLock)" |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 8 | errorLine2=" ~~~~~~~~~~~"> |
| 9 | <location |
Daniel Santiago Rivera | 24f5ede | 2024-02-16 11:08:52 -0500 | [diff] [blame] | 10 | file="src/androidMain/kotlin/androidx/room/support/PrePackagedCopyOpenHelper.android.kt"/> |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 11 | </issue> |
| 12 | |
| 13 | <issue |
Alan Viverette | 48a33a9 | 2023-08-28 12:42:49 -0400 | [diff] [blame] | 14 | id="RestrictedApiAndroidX" |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 15 | message="ProcessLock can only be called from within the same library group (referenced groupId=`androidx.sqlite` from groupId=`androidx.room`)" |
Aurimas Liutikas | 0c93670 | 2024-07-12 10:18:13 -0700 | [diff] [blame] | 16 | errorLine1=" val copyLock = ProcessLock(name, context.filesDir, processLevelLock)" |
| 17 | errorLine2=" ~~~~"> |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 18 | <location |
Daniel Santiago Rivera | 24f5ede | 2024-02-16 11:08:52 -0500 | [diff] [blame] | 19 | file="src/androidMain/kotlin/androidx/room/support/PrePackagedCopyOpenHelper.android.kt"/> |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 20 | </issue> |
| 21 | |
| 22 | <issue |
Alan Viverette | 48a33a9 | 2023-08-28 12:42:49 -0400 | [diff] [blame] | 23 | id="RestrictedApiAndroidX" |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 24 | message="ProcessLock can only be called from within the same library group (referenced groupId=`androidx.sqlite` from groupId=`androidx.room`)" |
Aurimas Liutikas | 0c93670 | 2024-07-12 10:18:13 -0700 | [diff] [blame] | 25 | errorLine1=" val copyLock = ProcessLock(name, context.filesDir, processLevelLock)" |
| 26 | errorLine2=" ~~~~~~~~~~~~~~~~"> |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 27 | <location |
Daniel Santiago Rivera | 24f5ede | 2024-02-16 11:08:52 -0500 | [diff] [blame] | 28 | file="src/androidMain/kotlin/androidx/room/support/PrePackagedCopyOpenHelper.android.kt"/> |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 29 | </issue> |
| 30 | |
| 31 | <issue |
Alan Viverette | 48a33a9 | 2023-08-28 12:42:49 -0400 | [diff] [blame] | 32 | id="RestrictedApiAndroidX" |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 33 | message="ProcessLock.lock can only be called from within the same library group (referenced groupId=`androidx.sqlite` from groupId=`androidx.room`)" |
| 34 | errorLine1=" copyLock.lock()" |
| 35 | errorLine2=" ~~~~"> |
| 36 | <location |
Daniel Santiago Rivera | 24f5ede | 2024-02-16 11:08:52 -0500 | [diff] [blame] | 37 | file="src/androidMain/kotlin/androidx/room/support/PrePackagedCopyOpenHelper.android.kt"/> |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 38 | </issue> |
| 39 | |
| 40 | <issue |
Alan Viverette | 48a33a9 | 2023-08-28 12:42:49 -0400 | [diff] [blame] | 41 | id="RestrictedApiAndroidX" |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 42 | message="ProcessLock.unlock can only be called from within the same library group (referenced groupId=`androidx.sqlite` from groupId=`androidx.room`)" |
| 43 | errorLine1=" copyLock.unlock()" |
| 44 | errorLine2=" ~~~~~~"> |
| 45 | <location |
Daniel Santiago Rivera | 24f5ede | 2024-02-16 11:08:52 -0500 | [diff] [blame] | 46 | file="src/androidMain/kotlin/androidx/room/support/PrePackagedCopyOpenHelper.android.kt"/> |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 47 | </issue> |
| 48 | |
Louis Pullen-Freilich | 8ad38ba | 2019-06-10 16:33:44 +0100 | [diff] [blame] | 49 | </issues> |