build(deps): bump org.jetbrains.intellij.platform from 2.0.1 to 2.2.0 #123
156 new problems found by Qodana Community for JVM
Qodana Community for JVM
156 new problems were found
| Inspection name | Severity | Problems |
|---|---|---|
Unstable API Usage |
🔶 Warning | 62 |
Unused symbol |
🔶 Warning | 33 |
Incorrect string capitalization |
🔶 Warning | 21 |
Unused import directive |
🔶 Warning | 3 |
Constructor parameter is never used as a property |
🔶 Warning | 2 |
Redundant nullable return type |
🔶 Warning | 2 |
Redundant visibility modifier |
🔶 Warning | 2 |
Local 'var' is never modified and can be declared as 'val' |
🔶 Warning | 1 |
'@Deferred' result is unused |
🔶 Warning | 1 |
Field can be local |
🔶 Warning | 1 |
Redundant 'suspend' modifier |
🔶 Warning | 1 |
Redundant 'Unit' return type |
🔶 Warning | 1 |
Redundant 'if' statement |
🔶 Warning | 1 |
Useless call on not-null type |
🔶 Warning | 1 |
Property naming convention |
◽️ Notice | 6 |
Replace empty class body |
◽️ Notice | 6 |
Boolean literal argument without parameter name |
◽️ Notice | 2 |
Commented out code |
◽️ Notice | 2 |
Local variable naming convention |
◽️ Notice | 2 |
Unnecessary type argument |
◽️ Notice | 2 |
Class member can have 'private' visibility |
◽️ Notice | 1 |
Private property naming convention |
◽️ Notice | 1 |
Unnecessary parentheses in function call with lambda |
◽️ Notice | 1 |
Redundant constructor body |
◽️ 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: trueContact 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
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 12 in src/main/kotlin/com/github/leondevlifelog/gitea/tasks/GiteaTask.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 63 in src/main/kotlin/com/github/leondevlifelog/gitea/ui/GiteaLoginPanel.kt
github-actions / Qodana Community for JVM
Local 'var' is never modified and can be declared as 'val'
Variable is never modified, so it can be declared using 'val'
Check notice on line 64 in src/main/java/com/github/leondevlifelog/gitea/tasks/TaskResponseUtil.java
github-actions / Qodana Community for JVM
Commented out code
Commented out code (3 lines)
Check notice on line 81 in src/main/java/com/github/leondevlifelog/gitea/tasks/TaskResponseUtil.java
github-actions / Qodana Community for JVM
Commented out code
Commented out code (3 lines)
github-actions / Qodana Community for JVM
'@Deferred' result is unused
'Deferred' result is unused
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'Add Gitea account' is not properly capitalized. It should have title 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
String 'Add Gitea account' is not properly capitalized. It should have title capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'access token can not be empty' is not properly capitalized. It should have sentence capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'Choose account' is not properly capitalized. It should have title capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'File -\> New -\> Project from Version Control -\> Gitea' is not properly capitalized. It should have sentence capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'selected as default' is not properly capitalized. It should have sentence capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'Give Gitea Plugin a star on GitHub' is not properly capitalized. It should have sentence capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'or' is not properly capitalized. It should have sentence capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'repo url' 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
String 'Login to Gitea Instance' is not properly capitalized. It should have sentence capitalization
Check warning on line 74 in src/main/kotlin/com/github/leondevlifelog/gitea/ui/GiteaLoginPanel.kt
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'server path invalid' is not properly capitalized. It should have sentence capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'more feature coming soon(issue management,pr review,etc)' is not properly capitalized. It should have sentence capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'support Gitea clone \& task management for now' is not properly capitalized. It should have sentence capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'Goto Star It' is not properly capitalized. It should have sentence capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'Choose account' is not properly capitalized. It should have title capitalization