Skip to content

Conversation

@xterao
Copy link
Collaborator

@xterao xterao commented Mar 13, 2025

Changed places where nullable types are forcibly unwrapped (!!) to null-safe objects for processing.

This fixed an issue where the update method for "JumpToDeclarationFromSqlAction" was called immediately after starting IntelliJ, causing an error.

@xterao xterao added the chore label Mar 13, 2025
@github-actions github-actions bot added the fix Bug fixes label Mar 13, 2025
@xterao xterao closed this Mar 13, 2025
@xterao xterao deleted the fix/change-null-check branch March 13, 2025 05:02
@github-actions
Copy link

Qodana Community for JVM

It 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 report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore fix Bug fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants