Skip to content

[CQ] migrate off deprecated PropertiesComponent.getValues invocations #8357

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 1 commit into from
Jul 22, 2025

Conversation

pq
Copy link
Contributor

@pq pq commented Jul 22, 2025

PropertiesComponent.getValues is deprecated in favor of PropertiesComponent.getList.

Verifier output:

      #Deprecated method com.intellij.ide.util.PropertiesComponent.getValues(String) invocation
          Deprecated method com.intellij.ide.util.PropertiesComponent.getValues(java.lang.String arg0) : java.lang.String[] is invoked in io.flutter.sdk.FlutterSdkUtil.updateKnownPaths(String, String) : void
          Deprecated method com.intellij.ide.util.PropertiesComponent.getValues(java.lang.String arg0) : java.lang.String[] is invoked in io.flutter.sdk.FlutterSdkUtil.getKnownFlutterSdkPaths() : String[]

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

@pq pq requested a review from helin24 July 22, 2025 17:24
@pq pq merged commit 054ce1a into flutter:master Jul 22, 2025
8 checks passed
@pq pq deleted the cq_dep_PropertiesComponent_getValues branch July 22, 2025 17:55
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