forked from JetBrains/android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update baselines to allowlist existing by-lazy usages
Test: the _lint_test bazel targets Bug: None Change-Id: I1ea9f97237650fe82bdcb1d8cc710df14f7756ff GitOrigin-RevId: e515f3618cda9e5eae9c242d646a4870b5b9bc8d
- Loading branch information
1 parent
95191b3
commit ffea520
Showing
24 changed files
with
1,088 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<issues format="5" by="lint 7.4.0-dev"> | ||
|
||
<issue | ||
id="AvoidByLazy" | ||
message="Avoid `by lazy` for simple lazy initialization"> | ||
<location | ||
file="src/com/android/tools/idea/adblib/AndroidAdbLibHost.kt" | ||
line="28"/> | ||
</issue> | ||
|
||
<issue | ||
id="AvoidByLazy" | ||
message="Avoid `by lazy` for simple lazy initialization"> | ||
<location | ||
file="src/com/android/tools/idea/adblib/AndroidAdbLoggerFactory.kt" | ||
line="26"/> | ||
</issue> | ||
|
||
<issue | ||
id="AvoidByLazy" | ||
message="Avoid `by lazy` for simple lazy initialization"> | ||
<location | ||
file="src/com/android/tools/idea/adb/wireless/PairDevicesUsingWiFiService.kt" | ||
line="34"/> | ||
</issue> | ||
|
||
<issue | ||
id="AvoidByLazy" | ||
message="Avoid `by lazy` for simple lazy initialization"> | ||
<location | ||
file="src/com/android/tools/idea/adb/wireless/PairDevicesUsingWiFiService.kt" | ||
line="36"/> | ||
</issue> | ||
|
||
<issue | ||
id="AvoidByLazy" | ||
message="Avoid `by lazy` for simple lazy initialization"> | ||
<location | ||
file="src/com/android/tools/idea/adb/wireless/PairDevicesUsingWiFiService.kt" | ||
line="46"/> | ||
</issue> | ||
|
||
<issue | ||
id="AvoidByLazy" | ||
message="Avoid `by lazy` for simple lazy initialization"> | ||
<location | ||
file="src/com/android/tools/idea/adb/wireless/PairDevicesUsingWiFiService.kt" | ||
line="50"/> | ||
</issue> | ||
|
||
<issue | ||
id="AvoidByLazy" | ||
message="Avoid `by lazy` for simple lazy initialization"> | ||
<location | ||
file="src/com/android/tools/idea/adb/wireless/PairingCodePairingDialog.kt" | ||
line="33"/> | ||
</issue> | ||
|
||
<issue | ||
id="AvoidByLazy" | ||
message="Avoid `by lazy` for simple lazy initialization"> | ||
<location | ||
file="src/com/android/tools/idea/adb/wireless/RandomProvider.kt" | ||
line="24"/> | ||
</issue> | ||
|
||
<issue | ||
id="AvoidByLazy" | ||
message="Avoid `by lazy` for simple lazy initialization"> | ||
<location | ||
file="src/com/android/tools/idea/ui/SimpleDialog.kt" | ||
line="40"/> | ||
</issue> | ||
|
||
<issue | ||
id="AvoidByLazy" | ||
message="Avoid `by lazy` for simple lazy initialization"> | ||
<location | ||
file="src/com/android/tools/idea/adb/wireless/WiFiPairingNotificationServiceImpl.kt" | ||
line="26"/> | ||
</issue> | ||
|
||
<issue | ||
id="AvoidByLazy" | ||
message="Avoid `by lazy` for simple lazy initialization"> | ||
<location | ||
file="src/com/android/tools/idea/adb/wireless/WiFiPairingPanel.kt" | ||
line="33"/> | ||
</issue> | ||
|
||
<issue | ||
id="AvoidByLazy" | ||
message="Avoid `by lazy` for simple lazy initialization"> | ||
<location | ||
file="src/com/android/tools/idea/adb/wireless/WiFiPairingPanel.kt" | ||
line="51"/> | ||
</issue> | ||
|
||
<issue | ||
id="AvoidByLazy" | ||
message="Avoid `by lazy` for simple lazy initialization"> | ||
<location | ||
file="src/com/android/tools/idea/adb/wireless/WiFiPairingPanel.kt" | ||
line="57"/> | ||
</issue> | ||
|
||
</issues> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<issues format="5" by="lint 7.4.0-dev"> | ||
|
||
<issue | ||
id="AvoidByLazy" | ||
message="Avoid `by lazy` for simple lazy initialization"> | ||
<location | ||
file="src/com/android/tools/idea/kotlin/AndroidKtPsiUtils.kt" | ||
line="90"/> | ||
</issue> | ||
|
||
<issue | ||
id="AvoidByLazy" | ||
message="Avoid `by lazy` for simple lazy initialization"> | ||
<location | ||
file="src/com/android/tools/idea/concurrency/FutureUtils.kt" | ||
line="143"/> | ||
</issue> | ||
|
||
</issues> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<issues format="5" by="lint 7.4.0-dev"> | ||
|
||
<issue | ||
id="AvoidByLazy" | ||
message="Avoid `by lazy` for simple lazy initialization"> | ||
<location | ||
file="src/com/android/tools/idea/lang/androidSql/resolution/InternalTables.kt" | ||
line="36"/> | ||
</issue> | ||
|
||
</issues> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.