Skip to content

Remove unnecessary mapping when registering the VersionValueSource #702

Remove unnecessary mapping when registering the VersionValueSource

Remove unnecessary mapping when registering the VersionValueSource #702

GitHub Actions / Qodana Community for JVM completed Aug 16, 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 524 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 522 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 526 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