feat: 全新ui #11
19 new problems found by Qodana Community for JVM
Qodana Community for JVM
19 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Redundant semicolon |
🔶 Warning | 6 |
Unused symbol |
🔶 Warning | 5 |
Incorrect string capitalization |
🔶 Warning | 3 |
Javadoc declaration problems |
🔶 Warning | 1 |
Redundant nullable return type |
🔶 Warning | 1 |
Class member can have 'private' visibility |
◽️ Notice | 2 |
Commented out code |
◽️ 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/[email protected]
with:
upload-result: true
Contact Qodana team
Contact us at [email protected]
- 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
github-actions / Qodana Community for JVM
Commented out code
Commented out code (98 lines)
github-actions / Qodana Community for JVM
Incorrect string capitalization
String '查找Spring中的Bean' is not properly capitalized. It should have sentence capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String '找不到匹配项' is not properly capitalized. It should have sentence capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String '查找包含Java类' is not properly capitalized. It should have sentence capitalization
Check warning on line 10 in src/main/java/com/llyke/plugin/tools/dialog/search/ConfigDialogForm.java
github-actions / Qodana Community for JVM
Javadoc declaration problems
Wrong tag `date`
github-actions / Qodana Community for JVM
Class member can have 'private' visibility
Function 'detectionWriteTargetClass' could be private
Check notice on line 14 in src/main/kotlin/com/llyke/plugin/tools/setting/ConfigDialogWrapper.kt
github-actions / Qodana Community for JVM
Class member can have 'private' visibility
Property 'configDialogForm' could be private
Check warning on line 39 in src/main/kotlin/com/llyke/plugin/tools/setting/IBFConfigurable.kt
github-actions / Qodana Community for JVM
Redundant nullable return type
'getHelpTopic' always returns non-null type
Check warning on line 1 in src/main/kotlin/com/llyke/plugin/tools/setting/ConfigDialogWrapper.kt
github-actions / Qodana Community for JVM
Redundant semicolon
Redundant semicolon
Check warning on line 22 in src/main/kotlin/com/llyke/plugin/tools/setting/ConfigDialogWrapper.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 43 in src/main/kotlin/com/llyke/plugin/tools/setting/IBFSetting.kt
github-actions / Qodana Community for JVM
Redundant semicolon
Redundant semicolon
Check warning on line 18 in src/main/kotlin/com/llyke/plugin/tools/setting/ConfigDialogWrapper.kt
github-actions / Qodana Community for JVM
Redundant semicolon
Redundant semicolon
Check warning on line 17 in src/main/kotlin/com/llyke/plugin/tools/setting/ConfigDialogWrapper.kt
github-actions / Qodana Community for JVM
Redundant semicolon
Redundant semicolon
github-actions / Qodana Community for JVM
Unused symbol
Property "includeClassBySearch" is never used
Check warning on line 16 in src/main/kotlin/com/llyke/plugin/tools/util/IBFNotifier.kt
github-actions / Qodana Community for JVM
Unused symbol
Function "notifyError" is never used
Check warning on line 26 in src/main/kotlin/com/llyke/plugin/tools/util/IBFNotifier.kt
github-actions / Qodana Community for JVM
Unused symbol
Function "notifyWarning" is never used
Check warning on line 14 in src/main/kotlin/com/llyke/plugin/tools/IBFBundle.kt
github-actions / Qodana Community for JVM
Unused symbol
Function "message" is never used
Check warning on line 12 in src/main/kotlin/com/llyke/plugin/tools/setting/ConfigDialogWrapper.kt
github-actions / Qodana Community for JVM
Unused symbol
Class "ConfigDialogWrapper" is never used