🐛 fix(main): HTTPS namespace support #76
184 new problems found by Qodana Community for JVM
Qodana Community for JVM
184 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Redundant semicolon |
🔶 Warning | 84 |
Unused import directive |
🔶 Warning | 51 |
Unused symbol |
🔶 Warning | 9 |
Usage of redundant or deprecated syntax or deprecated symbols |
🔶 Warning | 4 |
Incorrect string capitalization |
🔶 Warning | 3 |
Redundant nullable return type |
🔶 Warning | 3 |
Unstable API Usage |
🔶 Warning | 3 |
Constructor parameter is never used as a property |
🔶 Warning | 2 |
Control flow with empty body |
🔶 Warning | 2 |
Redundant 'Companion' reference |
🔶 Warning | 1 |
Obvious explicit type |
🔶 Warning | 1 |
Redundant visibility modifier |
🔶 Warning | 1 |
Unnecessary type argument |
◽️ Notice | 6 |
Class member can have 'private' visibility |
◽️ Notice | 3 |
Accessor call that can be replaced with property access syntax |
◽️ Notice | 3 |
Redundant overriding method |
◽️ Notice | 2 |
Redundant 'if' statement |
◽️ Notice | 2 |
Local variable naming convention |
◽️ Notice | 1 |
Private property naming convention |
◽️ Notice | 1 |
'protected' visibility is effectively 'private' in a final class |
◽️ Notice | 1 |
Unnecessary local variable |
◽️ 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@v2023.3.1
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 13 in src/main/kotlin/com/github/imyuyu/sqltoy/reference/PsiSqlIdReference.kt
github-actions / Qodana Community for JVM
Constructor parameter is never used as a property
Constructor parameter is never used as a property
Check warning on line 9 in src/main/kotlin/com/github/imyuyu/sqltoy/service/EditorService.kt
github-actions / Qodana Community for JVM
Constructor parameter is never used as a property
Constructor parameter is never used as a property
Check warning on line 58 in src/main/kotlin/com/github/imyuyu/sqltoy/inspection/XmlInspection.kt
github-actions / Qodana Community for JVM
Control flow with empty body
'else' has empty body
Check warning on line 51 in src/main/kotlin/com/github/imyuyu/sqltoy/inspection/XmlInspection.kt
github-actions / Qodana Community for JVM
Control flow with empty body
'if' has empty body
Check warning on line 16 in src/main/kotlin/com/github/imyuyu/sqltoy/action/CreateSQLToyXmlAction.kt
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'Create SQLToy Sql File OR Translate File' is not properly capitalized. It should have sentence capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'statement line marker' is not properly capitalized. It should have sentence capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'run sql' is not properly capitalized. It should have sentence capitalization
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
No cast needed
Check warning on line 36 in src/main/kotlin/com/github/imyuyu/sqltoy/inspection/XmlInspection.kt
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
Elvis operator (?:) always returns the left operand of non-nullable type XmlTag
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
No cast needed
Check warning on line 29 in src/main/kotlin/com/github/imyuyu/sqltoy/indexer/SQLIdRecord.kt
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
No cast needed
github-actions / Qodana Community for JVM
Redundant overriding method
Redundant overriding method
Check notice on line 22 in src/main/kotlin/com/github/imyuyu/sqltoy/provider/SqlIdQuickDoc.kt
github-actions / Qodana Community for JVM
Redundant overriding method
Redundant overriding method
Check warning on line 5 in src/main/kotlin/com/github/imyuyu/sqltoy/indexer/SQLIdDataIndexer.kt
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
Check warning on line 6 in src/main/kotlin/com/github/imyuyu/sqltoy/indexer/SQLIdDataIndexer.kt
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
Check warning on line 7 in src/main/kotlin/com/github/imyuyu/sqltoy/facet/SQLToyFrameworkDetector.kt
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
Check warning on line 8 in src/main/kotlin/com/github/imyuyu/sqltoy/action/CreateSQLToyXmlAction.kt
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive