Skip to content

[CQ] migrate off deprecated ListCellRendererWrapper #8358

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 22, 2025

Conversation

pq
Copy link
Contributor

@pq pq commented Jul 22, 2025

ListCellRendererWrapper is deprecated, with favor given to SimpleListCellRenderer:

https://github.com/JetBrains/intellij-community/blob/8e46815dd140357c19061ceba77416d40d81866d/platform/platform-api/src/com/intellij/ui/ListCellRendererWrapper.java#L18-L24

Verifier ouput:

      #Deprecated class com.intellij.ui.ListCellRendererWrapper reference
          Deprecated class com.intellij.ui.ListCellRendererWrapper is referenced in io.flutter.run.bazelTest.FlutterBazelTestConfigurationEditorForm$1.<init>(FlutterBazelTestConfigurationEditorForm)
          Deprecated class com.intellij.ui.ListCellRendererWrapper is referenced in io.flutter.run.bazelTest.FlutterBazelTestConfigurationEditorForm$1
          Deprecated class com.intellij.ui.ListCellRendererWrapper is referenced in io.flutter.run.test.TestForm$1.<init>(TestForm)
          Deprecated class com.intellij.ui.ListCellRendererWrapper is referenced in io.flutter.run.test.TestForm$1

  • I’ve reviewed the contributor guide and applied the relevant portions to this PR.
Contribution guidelines:

@pq pq requested review from jwren and helin24 July 22, 2025 17:43
@pq pq merged commit 42d4559 into flutter:master Jul 22, 2025
8 checks passed
@pq pq deleted the cq_dep_ListCellRendererWrapper branch July 22, 2025 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants