chore(deps): bump gradle/actions from 5 to 6#13
45 new problems found by Qodana Community for JVM
Qodana Community for JVM
45 new problems were found
| Inspection name | Severity | Problems |
|---|---|---|
Usage of API marked for removal |
🔴 Failure | 1 |
Unused symbol |
🔶 Warning | 3 |
Leaking 'this' in constructor |
🔶 Warning | 2 |
Usage of redundant or deprecated syntax or deprecated symbols |
🔶 Warning | 1 |
Redundant diagnostic suppression |
🔶 Warning | 1 |
Unused import directive |
🔶 Warning | 1 |
Redundant qualifier name |
🔶 Warning | 1 |
Function naming convention |
◽️ Notice | 26 |
Class member can have 'private' visibility |
◽️ Notice | 6 |
If-Null return/break/... foldable to '?:' |
◽️ Notice | 1 |
'if' condition can be replaced with lambda call |
◽️ Notice | 1 |
Verbose nullability and emptiness check |
◽️ 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:
- Register at Qodana Cloud and configure the action
- Use GitHub Code Scanning with Qodana
- Host Qodana report at GitHub Pages
- Inspect and use
qodana.sarif.json(see the Qodana SARIF format for details)
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@v2025.3.1
with:
upload-result: trueContact Qodana team
Contact us at qodana-support@jetbrains.com
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check notice on line 65 in src/main/kotlin/com/github/cnrture/rune/actions/CreateReviewPRAction.kt
github-actions / Qodana Community for JVM
If-Null return/break/... foldable to '?:'
If-Null return/break/... foldable to '?:'
Check notice on line 449 in src/main/kotlin/com/github/cnrture/rune/actions/dialog/CreatePRDialog.kt
github-actions / Qodana Community for JVM
Function naming convention
Function name `SectionContent` should start with a lowercase letter
Check notice on line 28 in src/main/kotlin/com/github/cnrture/rune/toolwindow/SessionTabBar.kt
github-actions / Qodana Community for JVM
Function naming convention
Function name `SessionTabBar` should start with a lowercase letter
Check notice on line 23 in src/main/kotlin/com/github/cnrture/rune/theme/TPTheme.kt
github-actions / Qodana Community for JVM
Function naming convention
Function name `TPTheme` should start with a lowercase letter
Check notice on line 214 in src/main/kotlin/com/github/cnrture/rune/actions/dialog/CreatePRDialog.kt
github-actions / Qodana Community for JVM
Function naming convention
Function name `LoadingContent` should start with a lowercase letter
Check notice on line 15 in src/main/kotlin/com/github/cnrture/rune/theme/TPTheme.kt
github-actions / Qodana Community for JVM
Function naming convention
Function name `TPTheme` should start with a lowercase letter
Check notice on line 12 in src/main/kotlin/com/github/cnrture/rune/components/TPButton.kt
github-actions / Qodana Community for JVM
Function naming convention
Function name `TPButton` should start with a lowercase letter
Check notice on line 21 in src/main/kotlin/com/github/cnrture/rune/components/TPTextField.kt
github-actions / Qodana Community for JVM
Function naming convention
Function name `TPTextField` should start with a lowercase letter
github-actions / Qodana Community for JVM
Function naming convention
Function name `InlineCommandPanel` should start with a lowercase letter
Check notice on line 422 in src/main/kotlin/com/github/cnrture/rune/actions/dialog/CreatePRDialog.kt
github-actions / Qodana Community for JVM
Function naming convention
Function name `ErrorBanner` should start with a lowercase letter
Check notice on line 29 in src/main/kotlin/com/github/cnrture/rune/toolwindow/ImagePreviewDialog.kt
github-actions / Qodana Community for JVM
Function naming convention
Function name `ImagePreviewDialog` should start with a lowercase letter
github-actions / Qodana Community for JVM
Function naming convention
Function name `CommentThreadCard` should start with a lowercase letter
github-actions / Qodana Community for JVM
Function naming convention
Function name `ValidationMessages` should start with a lowercase letter
github-actions / Qodana Community for JVM
Function naming convention
Function name `ClaudeTerminalContent` should start with a lowercase letter
Check notice on line 31 in src/main/kotlin/com/github/cnrture/rune/components/TPCheckbox.kt
github-actions / Qodana Community for JVM
Function naming convention
Function name `TPCheckbox` should start with a lowercase letter
Check notice on line 28 in src/main/kotlin/com/github/cnrture/rune/components/TPSwitch.kt
github-actions / Qodana Community for JVM
Function naming convention
Function name `TPSwitch` should start with a lowercase letter
Check notice on line 31 in src/main/kotlin/com/github/cnrture/rune/toolwindow/ModelPickerDialog.kt
github-actions / Qodana Community for JVM
Function naming convention
Function name `ModelPickerDialog` should start with a lowercase letter
Check notice on line 351 in src/main/kotlin/com/github/cnrture/rune/actions/dialog/CreatePRDialog.kt
github-actions / Qodana Community for JVM
Function naming convention
Function name `BaseBranchSelector` should start with a lowercase letter
Check notice on line 24 in src/main/kotlin/com/github/cnrture/rune/components/TPActionCard.kt
github-actions / Qodana Community for JVM
Function naming convention
Function name `TPActionCard` should start with a lowercase letter
Check notice on line 14 in src/main/kotlin/com/github/cnrture/rune/components/TPText.kt
github-actions / Qodana Community for JVM
Function naming convention
Function name `TPText` should start with a lowercase letter
Check notice on line 232 in src/main/kotlin/com/github/cnrture/rune/actions/dialog/CreatePRDialog.kt
github-actions / Qodana Community for JVM
Function naming convention
Function name `SelectionContent` should start with a lowercase letter
Check notice on line 21 in src/main/kotlin/com/github/cnrture/rune/toolwindow/RemoteControlDialog.kt
github-actions / Qodana Community for JVM
Function naming convention
Function name `RemoteControlDialog` should start with a lowercase letter
Check notice on line 23 in src/main/kotlin/com/github/cnrture/rune/toolwindow/ClaudeInstallGuide.kt
github-actions / Qodana Community for JVM
Function naming convention
Function name `ClaudeInstallGuide` should start with a lowercase letter
github-actions / Qodana Community for JVM
Function naming convention
Function name `ErrorBanner` should start with a lowercase letter
Check notice on line 77 in src/main/kotlin/com/github/cnrture/rune/toolwindow/TerminalInputBar.kt
github-actions / Qodana Community for JVM
Function naming convention
Function name `TerminalInputBar` should start with a lowercase letter