refactoring.#10
Conversation
Qodana Community for JVMIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2025.1.1
with:
upload-result: trueContact Qodana teamContact us at qodana-support@jetbrains.com
|
0acbf70 to
972580d
Compare
Qodana Community for JVM7 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2025.2.1
with:
upload-result: trueContact Qodana teamContact us at qodana-support@jetbrains.com
|
since migration to plugin api v2 start button has been disabled. that has now been fixed, with updates when reading the virtual files from context. previously, a virtual files array existed, but now the key is `PlatformCoreDataKeys.SELECTED_ITEMS`.
E.g. `AllIcons.Execute` was missing, instead `AllIcons.Actions.Execute` must be used. I initially misread the class hierarchy.
by appending the actual test name, the run configuration is uniquely identifiable.
820f00c to
3a22674
Compare
No description provided.