Skip to content

Bump org.assertj:assertj-core from 3.27.4 to 3.27.5

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

Bump org.assertj:assertj-core from 3.27.4 to 3.27.5 #158

Bump org.assertj:assertj-core from 3.27.4 to 3.27.5
1dae929
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana Community for JVM completed Sep 19, 2025 in 0s

21 new problems found by Qodana Community for JVM

Qodana Community for JVM

21 new problems were found

Inspection name Severity Problems
Unused import directive 🔶 Warning 3
Incorrect string capitalization 🔶 Warning 2
Redundant SAM constructor 🔶 Warning 2
Redundant call of the conversion method 🔶 Warning 2
Unused symbol 🔶 Warning 1
Property naming convention ◽️ Notice 6
Function or property has platform type ◽️ Notice 2
Unnecessary parentheses in function call with lambda ◽️ Notice 2
Object literal can be converted to lambda ◽️ 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 warning on line 7 in src/main/kotlin/com/github/adrienpessu/sarifviewer/actions/OpenLocalAction.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'Open local Sarif file' is not properly capitalized. It should have title capitalization

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

See this annotation in the file changed.

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

Incorrect string capitalization

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

Check notice on line 5 in build.gradle.kts

See this annotation in the file changed.

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

Function or property has platform type

Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.

Check notice on line 4 in build.gradle.kts

See this annotation in the file changed.

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

Function or property has platform type

Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.

Check warning on line 7 in src/main/kotlin/com/github/adrienpessu/sarifviewer/configurable/SettingComponent.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 8 in src/main/kotlin/com/github/adrienpessu/sarifviewer/configurable/SettingComponent.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 38 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 147 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 333 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 SAM constructor

Redundant SAM constructor

Check warning on line 298 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 SAM constructor

Redundant SAM constructor

Check notice on line 333 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 298 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 warning on line 39 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 call of the conversion method

Redundant call of the conversion method

Check warning on line 59 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 call of the conversion method

Redundant call of the conversion method

Check warning on line 10 in src/main/kotlin/com/github/adrienpessu/sarifviewer/MyBundle.kt

See this annotation in the file changed.

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

Unused symbol

Object "MyBundle" is never used