Skip to content
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

Compatibility with IntelliJ 2024.2 #26

Merged
merged 2 commits into from
Aug 17, 2024
Merged

Compatibility with IntelliJ 2024.2 #26

merged 2 commits into from
Aug 17, 2024

Conversation

srizzo
Copy link
Owner

@srizzo srizzo commented Aug 17, 2024

No description provided.

Copy link
Contributor

github-actions bot commented Aug 17, 2024

Qodana Community for JVM

41 new problems were found

Inspection name Severity Problems
Nullability and data flow problems 🔶 Warning 16
Deprecated API usage 🔶 Warning 6
Stream API call chain can be simplified 🔶 Warning 3
Unused import 🔶 Warning 3
Unstable API Usage 🔶 Warning 3
Constant values 🔶 Warning 2
Incorrect string capitalization 🔶 Warning 1
Magic constant 🔶 Warning 1
Method can only be overridden 🔶 Warning 1
Concatenation with empty string 🔶 Warning 1
Unchecked warning 🔶 Warning 1
Redundant local variable 🔶 Warning 1
Non-distinguishable logging calls ◽️ Notice 2

💡 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.5
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@srizzo srizzo merged commit 3d71df1 into main Aug 17, 2024
6 checks passed
@srizzo srizzo deleted the 2024.2 branch August 17, 2024 12:05
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.

1 participant