Disable publishing to Gradle Portal on project
and settings
projects
#753
6 new problems found by Qodana Community for JVM
Qodana Community for JVM
6 new problems were found
Inspection name | Severity | Problems |
---|---|---|
'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9 |
🔶 Warning | 2 |
Unstable API Usage |
🔶 Warning | 1 |
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]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check notice on line 560 in gradle-version/main/kotlin/com/javiersc/gradle/version/GradleVersion.kt
github-actions / Qodana Community for JVM
Convert 'object' to 'data object'
'sealed' sub-object can be converted to 'data object'
Check notice on line 562 in gradle-version/main/kotlin/com/javiersc/gradle/version/GradleVersion.kt
github-actions / Qodana Community for JVM
Convert 'object' to 'data object'
'sealed' sub-object can be converted to 'data object'
Check notice on line 564 in gradle-version/main/kotlin/com/javiersc/gradle/version/GradleVersion.kt
github-actions / Qodana Community for JVM
Convert 'object' to 'data object'
'sealed' sub-object can be converted to 'data object'
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
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 23 in semver-gradle-plugin/build.gradle.kts
github-actions / Qodana Community for JVM
Unstable API Usage
'getTags()' is marked unstable with @Incubating