Update to preview 6 #266
26 new problems found by Qodana Community for JVM
Qodana Community for JVM
26 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unused symbol |
🔶 Warning | 7 |
Boolean literal argument without parameter name |
◽️ Notice | 8 |
Class member can have 'private' visibility |
◽️ Notice | 7 |
Non-distinguishable logging calls |
◽️ Notice | 4 |
💡 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
Check notice on line 119 in src/main/kotlin/me/rafaelldi/aspire/util/MSBuildPropertyService.kt
github-actions / Qodana Community for JVM
Boolean literal argument without parameter name
Boolean literal argument without a parameter name
Check notice on line 120 in src/main/kotlin/me/rafaelldi/aspire/run/AspireHostExecutorFactory.kt
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
github-actions / Qodana Community for JVM
Boolean literal argument without parameter name
Boolean literal argument without a parameter name
Check notice on line 119 in src/main/kotlin/me/rafaelldi/aspire/util/MSBuildPropertyService.kt
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
github-actions / Qodana Community for JVM
Boolean literal argument without parameter name
Boolean literal argument without a parameter name
Check notice on line 119 in src/main/kotlin/me/rafaelldi/aspire/run/AspireHostExecutorFactory.kt
github-actions / Qodana Community for JVM
Boolean literal argument without parameter name
Boolean literal argument without a parameter name
Check notice on line 154 in src/main/kotlin/me/rafaelldi/aspire/workload/AspireWorkloadService.kt
github-actions / Qodana Community for JVM
Non-distinguishable logging calls
Similar log messages
Check notice on line 170 in src/main/kotlin/me/rafaelldi/aspire/workload/AspireWorkloadService.kt
github-actions / Qodana Community for JVM
Non-distinguishable logging calls
Similar log messages
Check notice on line 121 in src/main/kotlin/me/rafaelldi/aspire/sessionHost/AspireSessionLauncher.kt
github-actions / Qodana Community for JVM
Non-distinguishable logging calls
Similar log messages
Check notice on line 262 in src/main/kotlin/me/rafaelldi/aspire/sessionHost/AspireSessionLauncher.kt
github-actions / Qodana Community for JVM
Non-distinguishable logging calls
Similar log messages
github-actions / Qodana Community for JVM
Class member can have 'private' visibility
Property 'username' could be private
Check notice on line 60 in src/main/kotlin/me/rafaelldi/aspire/database/mysql/DummyMySqlJdbcUrl.kt
github-actions / Qodana Community for JVM
Class member can have 'private' visibility
Property 'password' could be private
Check notice on line 56 in src/main/kotlin/me/rafaelldi/aspire/database/mysql/DummyMySqlJdbcUrl.kt
github-actions / Qodana Community for JVM
Class member can have 'private' visibility
Property 'user' could be private
Check notice on line 48 in src/main/kotlin/me/rafaelldi/aspire/database/mysql/DummyMySqlJdbcUrl.kt
github-actions / Qodana Community for JVM
Class member can have 'private' visibility
Property 'port' could be private
Check notice on line 34 in src/main/kotlin/me/rafaelldi/aspire/services/AspireResourceService.kt
github-actions / Qodana Community for JVM
Class member can have 'private' visibility
Property 'stateStyle' could be private
github-actions / Qodana Community for JVM
Class member can have 'private' visibility
Property 'password' could be private
Check notice on line 44 in src/main/kotlin/me/rafaelldi/aspire/database/mysql/DummyMySqlJdbcUrl.kt
github-actions / Qodana Community for JVM
Class member can have 'private' visibility
Property 'serverName' could be private
github-actions / Qodana Community for JVM
Unused symbol
Property "project" is never used
Check warning on line 31 in src/main/kotlin/me/rafaelldi/aspire/services/components/RowExtensions.kt
github-actions / Qodana Community for JVM
Unused symbol
Function "inlineIconButton" is never used
github-actions / Qodana Community for JVM
Unused symbol
Constructor is never used
github-actions / Qodana Community for JVM
Unused symbol
Class "UpdateWorkloadAction" is never used
Check warning on line 7 in src/main/kotlin/me/rafaelldi/aspire/util/BuildTargetResult.kt
github-actions / Qodana Community for JVM
Unused symbol
Class "BuildTargetResultOutput" is never used
github-actions / Qodana Community for JVM
Unused symbol
Property "port" is never used