Merge pull request #16 from martin3398/changelog-update-v1.2.2 #48
Annotations
10 errors, 4 warnings, and 1 notice
Qodana - Code Inspection:
settings.gradle.kts#L1
Cannot access 'java.lang.Object' which is a supertype of 'Settings_gradle'. Check your module classpath for missing or conflicting dependencies
|
Qodana - Code Inspection:
settings.gradle.kts#L1
Cannot access 'java.lang.Object' which is a supertype of 'org.gradle.api.initialization.ProjectDescriptor'. Check your module classpath for missing or conflicting dependencies
|
Qodana - Code Inspection:
settings.gradle.kts#L1
Cannot access class 'java.lang.String'. Check your module classpath for missing or conflicting dependencies
|
Qodana - Code Inspection:
settings.gradle.kts#L1
Type mismatch: inferred type is kotlin.String but java.lang.String! was expected
|
Qodana - Code Inspection:
build.gradle.kts#L4
Cannot access 'java.lang.Comparable' which is a supertype of 'Build_gradle'. Check your module classpath for missing or conflicting dependencies
|
Qodana - Code Inspection:
build.gradle.kts#L4
Cannot access 'java.lang.Object' which is a supertype of 'Build_gradle'. Check your module classpath for missing or conflicting dependencies
|
Qodana - Code Inspection:
build.gradle.kts#L4
Cannot access 'java.lang.Object' which is a supertype of 'org.gradle.api.provider.ProviderFactory'. Check your module classpath for missing or conflicting dependencies
|
Qodana - Code Inspection:
build.gradle.kts#L4
None of the following functions can be called with the arguments supplied: public abstract fun gradleProperty(propertyName: String!): Provider! defined in org.gradle.api.provider.ProviderFactory public abstract fun gradleProperty(propertyName: Provider!): Provider! defined in org.gradle.api.provider.ProviderFactory
|
Qodana - Code Inspection:
build.gradle.kts#L5
Cannot access 'java.lang.Comparable' which is a supertype of 'Build_gradle'. Check your module classpath for missing or conflicting dependencies
|
Qodana - Code Inspection:
build.gradle.kts#L5
Cannot access 'java.lang.Object' which is a supertype of 'Build_gradle'. Check your module classpath for missing or conflicting dependencies
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, gradle/[email protected], actions/setup-java@v3, codecov/codecov-action@v3, actions/cache@v3, actions/upload-artifact@v3, JetBrains/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Qodana - Code Inspection:
src/main/resources/META-INF/plugin.xml#L11
Extension 'com.intellij.localInspection' should define 'language' attribute
|
Qodana - Code Inspection:
src/main/kotlin/de/martin3398/ideapsalmbaseline/MyBundle.kt#L14
Function "message" is never used
|
Qodana - Code Inspection:
src/main/kotlin/de/martin3398/ideapsalmbaseline/MyBundle.kt#L10
Object "MyBundle" is never used
|
Qodana - Code Inspection:
src/main/kotlin/de/martin3398/ideapsalmbaseline/localInspection/ClassBaselineInspection.kt#L21
Function 'tryBuildVisitor' could be private
|
Loading