[Feat] right click the mouse and the toolbar will display the corresp… #8
21 new problems found by Qodana Community for JVM
Qodana Community for JVM
21 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unused symbol |
🔶 Warning | 10 |
Unused import directive |
🔶 Warning | 4 |
Redundant semicolon |
🔶 Warning | 3 |
Obvious explicit type |
🔶 Warning | 1 |
Redundant nullable return type |
🔶 Warning | 1 |
Package name does not match containing directory |
◽️ Notice | 1 |
Accessor call that can be replaced with property access syntax |
◽️ 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@v2024.2.5
with:
upload-result: true
Contact 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 warning on line 6 in src/main/kotlin/com/github/raoe/codesnapidea/actions/PopupDialogAction.kt
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
Check warning on line 3 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettingsUI.kt
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
Check warning on line 9 in src/main/kotlin/com/github/raoe/codesnapidea/actions/PopupDialogAction.kt
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
Check warning on line 5 in src/main/kotlin/com/github/raoe/codesnapidea/actions/PopupDialogAction.kt
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
Check notice on line 9 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettingsUI.kt
github-actions / Qodana Community for JVM
Package name does not match containing directory
Package directive does not match the file location
Check warning on line 50 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettingsUI.kt
github-actions / Qodana Community for JVM
Obvious explicit type
Explicitly given type is redundant here
Check warning on line 27 in src/main/kotlin/com/github/raoe/codesnapidea/configuration/CodeSnap.kt
github-actions / Qodana Community for JVM
Redundant nullable return type
'getHelpTopic' always returns non-null type
Check warning on line 50 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettingsUI.kt
github-actions / Qodana Community for JVM
Redundant semicolon
Redundant semicolon
github-actions / Qodana Community for JVM
Redundant semicolon
Redundant semicolon
Check warning on line 1 in src/main/kotlin/com/github/raoe/codesnapidea/configuration/CodeSnap.kt
github-actions / Qodana Community for JVM
Redundant semicolon
Redundant semicolon
github-actions / Qodana Community for JVM
Unused symbol
Constructor is never used
Check warning on line 90 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettingsUI.kt
github-actions / Qodana Community for JVM
Unused symbol
Function "loadSettings" is never used
Check warning on line 15 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettings.kt
github-actions / Qodana Community for JVM
Unused symbol
Class "CodeSnapSettings" is never used
Check warning on line 32 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettings.kt
github-actions / Qodana Community for JVM
Unused symbol
Property "shortcut" is never used
Check warning on line 86 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettingsUI.kt
github-actions / Qodana Community for JVM
Unused symbol
Function "saveSettings" is never used
Check warning on line 28 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettings.kt
github-actions / Qodana Community for JVM
Unused symbol
Property "shortcutEnabled" is never used
github-actions / Qodana Community for JVM
Unused symbol
Constructor is never used
Check warning on line 14 in src/main/kotlin/icons/SdkIcons.kt
github-actions / Qodana Community for JVM
Unused symbol
Object "SdkIcons" is never used
Check warning on line 36 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettings.kt
github-actions / Qodana Community for JVM
Unused symbol
Property "defaultSavePath" is never used
Check warning on line 18 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettingsUI.kt
github-actions / Qodana Community for JVM
Unused symbol
Property "basicSettingTitle" is never used
Check notice on line 33 in src/main/kotlin/com/github/raoe/codesnapidea/actions/PopupDialogAction.kt
github-actions / Qodana Community for JVM
Accessor call that can be replaced with property access syntax
Use of getter method instead of property access syntax