Skip to content

Conversation

@LeonDevLifeLog
Copy link
Owner

No description provided.

@github-actions
Copy link

Qodana for JVM

105 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 32
Incorrect string capitalization 🔶 Warning 18
Unstable API Usage 🔶 Warning 12
Unused import directive 🔶 Warning 3
Constructor parameter is never used as a property 🔶 Warning 2
Redundant nullable return type 🔶 Warning 2
Redundant visibility modifier 🔶 Warning 2
Local 'var' is never modified and can be declared as 'val' 🔶 Warning 1
'@Deferred' result is unused 🔶 Warning 1
Field can be local variable 🔶 Warning 1
Redundant 'suspend' modifier 🔶 Warning 1
Redundant 'Unit' return type 🔶 Warning 1
Redundant 'if' statement 🔶 Warning 1
Redundant call on not-null type 🔶 Warning 1
Property naming convention ◽️ Notice 7
Replace empty class body ◽️ Notice 6
Unnecessary type argument ◽️ Notice 3
Boolean literal argument without parameter name ◽️ Notice 2
Commented out code ◽️ Notice 2
Local variable naming convention ◽️ Notice 2
Redundant interpolation prefix ◽️ Notice 1
If-Then foldable to '?.' ◽️ Notice 1
Private property naming convention ◽️ Notice 1
Unnecessary parentheses in function call with lambda ◽️ Notice 1
Redundant constructor body ◽️ 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

@LeonDevLifeLog LeonDevLifeLog merged commit 44e8b1c into main Dec 29, 2025
5 of 6 checks passed
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.

2 participants