Skip to content

Conversation

@jwren
Copy link
Member

@jwren jwren commented Jan 9, 2026

Optimizes memory usage and ensures consistency with IntelliJ Platform APIs by replacing standard java.util.HashMap instantiations with com.intellij.util.containers.ContainerUtil.newHashMap(). This migration covers:

  • src files (ElementIO, FlutterSdk, FlutterApp, VmServiceWrapper, etc.)
  • testSrc files (FlutterPositionMapperTest)
  • Added necessary imports for ContainerUtil. Verified with ./gradlew testClasses and ./gradlew verifyPlugin.

…stSrc

Optimizes memory usage and ensures consistency with IntelliJ Platform APIs
by replacing standard java.util.HashMap instantiations with
com.intellij.util.containers.ContainerUtil.newHashMap().
This migration covers:
- src files (ElementIO, FlutterSdk, FlutterApp, VmServiceWrapper, etc.)
- testSrc files (FlutterPositionMapperTest)
- Added necessary imports for ContainerUtil.
Verified with ./gradlew testClasses and ./gradlew verifyPlugin.
@jwren jwren added the 🤖 AI-assisted For PRs with significant code generated by AI label Jan 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🤖 AI-assisted For PRs with significant code generated by AI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant