Skip to content

Bump org.jetbrains.intellij from 1.16.0 to 1.16.1 #34

Bump org.jetbrains.intellij from 1.16.0 to 1.16.1

Bump org.jetbrains.intellij from 1.16.0 to 1.16.1 #34

GitHub Actions / Qodana Community for JVM completed Dec 1, 2023 in 0s

32 new problems found by Qodana Community for JVM

Community for JVM

32 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 5
Unused import directive 🔶 Warning 4
Redundant semicolon 🔶 Warning 4
Local 'var' is never modified and can be declared as 'val' 🔶 Warning 1
Property naming convention ◽️ Notice 6
Object literal can be converted to lambda ◽️ Notice 4
Redundant curly braces in string template ◽️ Notice 2
Unnecessary parentheses in function call with lambda ◽️ Notice 2
Accessor call that can be replaced with property access syntax ◽️ Notice 2
Redundant call to 'toString()' in string template ◽️ Notice 1
Can be replaced with binary operator ◽️ 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:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. 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.2.8
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 126 in build.gradle.kts

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 warning on line 5 in src/main/kotlin/com/github/adrienpessu/sarifviewer/services/SarifService.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 11 in src/main/kotlin/com/github/adrienpessu/sarifviewer/services/SarifService.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 46 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 24 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check notice on line 104 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Object literal can be converted to lambda

Convert to lambda

Check notice on line 281 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Object literal can be converted to lambda

Convert to lambda

Check notice on line 171 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Object literal can be converted to lambda

Convert to lambda

Check notice on line 179 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Object literal can be converted to lambda

Convert to lambda

Check notice on line 17 in src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt

See this annotation in the file changed.

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

Property naming convention

Property name `sarif_id` should not contain underscores

Check notice on line 8 in src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt

See this annotation in the file changed.

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

Property naming convention

Property name `analysis_key` should not contain underscores

Check notice on line 12 in src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt

See this annotation in the file changed.

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

Property naming convention

Property name `created_at` should not contain underscores

Check notice on line 14 in src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt

See this annotation in the file changed.

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

Property naming convention

Property name `rules_count` should not contain underscores

Check notice on line 7 in src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt

See this annotation in the file changed.

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

Property naming convention

Property name `commit_sha` should not contain underscores

Check notice on line 13 in src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt

See this annotation in the file changed.

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

Property naming convention

Property name `results_count` should not contain underscores

Check warning on line 313 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Redundant semicolon

Redundant semicolon

Check warning on line 274 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Redundant semicolon

Redundant semicolon

Check warning on line 164 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Redundant semicolon

Redundant semicolon

Check warning on line 35 in src/main/kotlin/com/github/adrienpessu/sarifviewer/services/SarifService.kt

See this annotation in the file changed.

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

Redundant semicolon

Redundant semicolon

Check notice on line 139 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Redundant curly braces in string template

Redundant curly braces in string template

Check notice on line 141 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Redundant curly braces in string template

Redundant curly braces in string template

Check notice on line 251 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Unnecessary parentheses in function call with lambda

Unnecessary parentheses in function call with lambda

Check notice on line 249 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Unnecessary parentheses in function call with lambda

Unnecessary parentheses in function call with lambda

Check notice on line 221 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Redundant call to 'toString()' in string template

Redundant 'toString()' call in string template

Check notice on line 32 in src/main/kotlin/com/github/adrienpessu/sarifviewer/configurable/Settings.kt

See this annotation in the file changed.

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

Can be replaced with binary operator

Call can be replaced with binary operator