refactor(startup): move ShireActionStartupActivity to shirelang package #99
142 new problems found by Qodana Community for JVM
Qodana Community for JVM
142 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unused symbol |
🔶 Warning | 67 |
Unused import directive |
🔶 Warning | 15 |
Unresolved reference in KDoc |
🔶 Warning | 14 |
Incorrect string capitalization |
🔶 Warning | 9 |
Constant conditions |
🔶 Warning | 6 |
Unstable API Usage |
🔶 Warning | 5 |
Control flow with empty body |
🔶 Warning | 3 |
Redundant semicolon |
🔶 Warning | 2 |
Constructor parameter is never used as a property |
🔶 Warning | 1 |
Usage of redundant or deprecated syntax or deprecated symbols |
🔶 Warning | 1 |
Class member can have 'private' visibility |
◽️ Notice | 7 |
Private property naming convention |
◽️ Notice | 5 |
Replace empty class body |
◽️ Notice | 4 |
Boolean literal argument without parameter name |
◽️ Notice | 2 |
Const property naming convention |
◽️ 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
Boolean literal argument without parameter name
Boolean literal argument without a parameter name
github-actions / Qodana Community for JVM
Boolean literal argument without parameter name
Boolean literal argument without a parameter name
Check warning on line 16 in src/main/kotlin/com/phodal/shire/action/intention/ui/CustomPopupStep.kt
github-actions / Qodana Community for JVM
Constructor parameter is never used as a property
Constructor parameter is never used as a property
Check notice on line 86 in toolsets/git/src/main/kotlin/com/phodal/shirelang/git/DiffSimplifier.kt
github-actions / Qodana Community for JVM
Const property naming convention
Const property name `lineTip` should not contain lowercase letters
Check warning on line 21 in src/main/kotlin/com/phodal/shire/settings/ShireSettingUi.kt
github-actions / Qodana Community for JVM
Control flow with empty body
'also' has empty body
Check warning on line 18 in src/main/kotlin/com/phodal/shire/settings/ShireSettingUi.kt
github-actions / Qodana Community for JVM
Control flow with empty body
'also' has empty body
Check warning on line 16 in src/main/kotlin/com/phodal/shire/settings/ShireSettingUi.kt
github-actions / Qodana Community for JVM
Control flow with empty body
'also' has empty body
Check warning on line 39 in core/src/main/kotlin/com/phodal/shirecore/runner/RunnerResult.kt
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'error.failed.to.launch.checking.with.help.guide' is not properly capitalized. It should have sentence capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'Shire Intention Action' is not properly capitalized. It should have sentence capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'Shire Intention Action' is not properly capitalized. It should have sentence capitalization
Check warning on line 33 in core/src/main/kotlin/com/phodal/shirecore/runner/RunnerResult.kt
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'check.no.tests.with.help.guide' is not properly capitalized. It should have sentence capitalization
Check warning on line 27 in core/src/main/kotlin/com/phodal/shirecore/runner/RunnerResult.kt
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'check.result.canceled' is not properly capitalized. It should have sentence capitalization
Check warning on line 24 in core/src/main/kotlin/com/phodal/shirecore/runner/RunnerResult.kt
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'check.result.local.check.unavailable' is not properly capitalized. It should have sentence capitalization
Check warning on line 25 in core/src/main/kotlin/com/phodal/shirecore/runner/RunnerResult.kt
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'check.result.connection.failed' is not properly capitalized. It should have sentence capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
The sentence capitalization is provided where title capitalization is required
github-actions / Qodana Community for JVM
Incorrect string capitalization
The sentence capitalization is provided where title capitalization is required
github-actions / Qodana Community for JVM
Unresolved reference in KDoc
Cannot resolve symbol 'devti'
github-actions / Qodana Community for JVM
Unresolved reference in KDoc
Cannot resolve symbol 'template'
github-actions / Qodana Community for JVM
Unresolved reference in KDoc
Cannot resolve symbol 'MoveToPackageFix'
github-actions / Qodana Community for JVM
Unresolved reference in KDoc
Cannot resolve symbol 'cc'
github-actions / Qodana Community for JVM
Unresolved reference in KDoc
Cannot resolve symbol 'SafeDeleteFix'
github-actions / Qodana Community for JVM
Unresolved reference in KDoc
Cannot resolve symbol 'quickFix'
github-actions / Qodana Community for JVM
Unresolved reference in KDoc
Cannot resolve symbol 'SafeDeleteFix'
github-actions / Qodana Community for JVM
Unresolved reference in KDoc
Cannot resolve symbol 'RenameQuickFix'
github-actions / Qodana Community for JVM
Unresolved reference in KDoc
Cannot resolve symbol 'DockerfileContext'