Skip to content

Update dependency com.javiersc.hubdle to v0.7.10 #730

Update dependency com.javiersc.hubdle to v0.7.10

Update dependency com.javiersc.hubdle to v0.7.10 #730

GitHub Actions / Qodana Community for JVM completed Sep 2, 2024 in 0s

8 new problems found by Qodana Community for JVM

Qodana Community for JVM

8 new problems were found

Inspection name Severity Problems
Unstable API Usage 🔶 Warning 3
'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9 🔶 Warning 2
Convert 'object' to 'data object' ◽️ Notice 3

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 539 in gradle-version/main/kotlin/com/javiersc/gradle/version/GradleVersion.kt

See this annotation in the file changed.

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

Convert 'object' to 'data object'

'sealed' sub-object can be converted to 'data object'

Check notice on line 543 in gradle-version/main/kotlin/com/javiersc/gradle/version/GradleVersion.kt

See this annotation in the file changed.

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

Convert 'object' to 'data object'

'sealed' sub-object can be converted to 'data object'

Check notice on line 541 in gradle-version/main/kotlin/com/javiersc/gradle/version/GradleVersion.kt

See this annotation in the file changed.

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

Convert 'object' to 'data object'

'sealed' sub-object can be converted to 'data object'

Check warning on line 9 in semver-project-gradle-plugin/main/kotlin/com/javiersc/semver/project/gradle/plugin/internal/Checkers.kt

See this annotation in the file changed.

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

'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9

'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9

Check warning on line 8 in semver-project-gradle-plugin/main/kotlin/com/javiersc/semver/project/gradle/plugin/internal/Checkers.kt

See this annotation in the file changed.

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

'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9

'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9

Check warning on line 24 in semver-settings-gradle-plugin/build.gradle.kts

See this annotation in the file changed.

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

Unstable API Usage

'getTags()' is marked unstable with @Incubating

Check warning on line 25 in semver-project-gradle-plugin/build.gradle.kts

See this annotation in the file changed.

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

Unstable API Usage

'getTags()' is marked unstable with @Incubating

Check warning on line 23 in semver-gradle-plugin/build.gradle.kts

See this annotation in the file changed.

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

Unstable API Usage

'getTags()' is marked unstable with @Incubating