Skip to content

Conversation

@adrienpessu
Copy link
Collaborator

This pull request to src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt includes several changes to improve code readability and error handling. The most important changes include adding an import statement for error logging, refactoring code for better readability, and adding a check to handle potential errors.

@adrienpessu adrienpessu linked an issue Sep 3, 2024 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Sep 3, 2024

Qodana Community for JVM

18 new problems were found

Inspection name Severity Problems
Unused import directive 🔶 Warning 3
Incorrect string capitalization 🔶 Warning 2
Redundant SAM constructor 🔶 Warning 2
Local 'var' is never modified and can be declared as 'val' 🔶 Warning 1
Unused symbol 🔶 Warning 1
Property naming convention ◽️ Notice 6
Unnecessary parentheses in function call with lambda ◽️ Notice 2
Object literal can be converted to lambda ◽️ Notice 1

💡 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/qodana-action@v2024.1.9
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@adrienpessu adrienpessu merged commit 723a958 into main Sep 3, 2024
@adrienpessu adrienpessu deleted the 115-error-when-clicking-on-path-rows-sometimes branch September 3, 2024 18:07
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.

Error when clicking on path rows sometimes

2 participants