Skip to content

build(deps): bump org.jetbrains.intellij.platform from 2.0.1 to 2.2.0

cec2c82
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

build(deps): bump org.jetbrains.intellij.platform from 2.0.1 to 2.2.0 #123

build(deps): bump org.jetbrains.intellij.platform from 2.0.1 to 2.2.0
cec2c82
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Qodana Community for JVM completed Dec 9, 2024 in 0s

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:

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]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 44 in src/main/kotlin/com/github/leondevlifelog/gitea/extensions/GiteaSelectAccountHttpAuthDataProvider.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Boolean literal argument without parameter name

Boolean literal argument without a parameter name

Check notice on line 45 in src/main/kotlin/com/github/leondevlifelog/gitea/extensions/GiteaSelectAccountHttpAuthDataProvider.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Boolean literal argument without parameter name

Boolean literal argument without a parameter name

Check warning on line 80 in src/main/kotlin/com/github/leondevlifelog/gitea/ui/clone/GiteaCloneDialogExtensionComponentBase.kt

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Commented out code

Commented out code (3 lines)

Check warning on line 391 in src/main/kotlin/com/github/leondevlifelog/gitea/ui/clone/GiteaCloneDialogExtensionComponentBase.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'@Deferred' result is unused

'Deferred' result is unused

Check warning on line 52 in src/main/kotlin/com/github/leondevlifelog/gitea/authentication/GiteaAccountsUtil.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Incorrect string capitalization

String 'Add Gitea account' is not properly capitalized. It should have title capitalization

Check warning on line 153 in src/main/kotlin/com/github/leondevlifelog/gitea/util/GiteaNotifications.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Incorrect string capitalization

The sentence capitalization is provided where title capitalization is required

Check warning on line 50 in src/main/kotlin/com/github/leondevlifelog/gitea/authentication/GiteaAccountsUtil.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Incorrect string capitalization

String 'Add Gitea account' is not properly capitalized. It should have title capitalization

Check warning on line 52 in src/main/kotlin/com/github/leondevlifelog/gitea/ui/GiteaTokenCredentialsUi.kt

See this annotation in the file changed.

@github-actions 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

Check warning on line 31 in src/main/kotlin/com/github/leondevlifelog/gitea/ui/GiteaChooseAccountDialog.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Incorrect string capitalization

String 'Choose account' is not properly capitalized. It should have title capitalization

Check warning on line 52 in src/main/kotlin/com/github/leondevlifelog/gitea/ui/GiteaToolWindowFactory.kt

See this annotation in the file changed.

@github-actions 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

Check warning on line 68 in src/main/kotlin/com/github/leondevlifelog/gitea/ui/GiteaChooseAccountDialog.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Incorrect string capitalization

String 'selected as default' is not properly capitalized. It should have sentence capitalization

Check warning on line 188 in src/main/kotlin/com/github/leondevlifelog/gitea/util/GiteaNotifications.kt

See this annotation in the file changed.

@github-actions 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

Check warning on line 49 in src/main/kotlin/com/github/leondevlifelog/gitea/ui/GiteaToolWindowFactory.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Incorrect string capitalization

String 'or' is not properly capitalized. It should have sentence capitalization

Check warning on line 340 in src/main/kotlin/com/github/leondevlifelog/gitea/ui/clone/GiteaCloneDialogExtensionComponentBase.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Incorrect string capitalization

String 'repo url' is not properly capitalized. It should have sentence capitalization

Check warning on line 162 in src/main/kotlin/com/github/leondevlifelog/gitea/util/GiteaNotifications.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Incorrect string capitalization

The sentence capitalization is provided where title capitalization is required

Check warning on line 90 in src/main/kotlin/com/github/leondevlifelog/gitea/ui/clone/GiteaCloneDialogExtension.kt

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Incorrect string capitalization

String 'server path invalid' is not properly capitalized. It should have sentence capitalization

Check warning on line 55 in src/main/kotlin/com/github/leondevlifelog/gitea/ui/GiteaToolWindowFactory.kt

See this annotation in the file changed.

@github-actions 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

Check warning on line 40 in src/main/kotlin/com/github/leondevlifelog/gitea/ui/GiteaToolWindowFactory.kt

See this annotation in the file changed.

@github-actions 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

Check warning on line 194 in src/main/kotlin/com/github/leondevlifelog/gitea/util/GiteaNotifications.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Incorrect string capitalization

String 'Goto Star It' is not properly capitalized. It should have sentence capitalization

Check warning on line 46 in src/main/kotlin/com/github/leondevlifelog/gitea/extensions/GiteaSelectAccountHttpAuthDataProvider.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Incorrect string capitalization

String 'Choose account' is not properly capitalized. It should have title capitalization