Bump org.jetbrains.intellij.platform from 2.1.0 to 2.2.1 #237
Annotations
7 errors and 10 warnings
Usage of API marked for removal:
src/main/java/se/isselab/HAnS/pluginExtensions/ProjectMetricsService.java#L314
Overrides method that is deprecated and marked for removal in 'se.isselab.HAnS.pluginExtensions.MetricsService'
|
Usage of API marked for removal:
src/main/java/se/isselab/HAnS/pluginExtensions/ProjectMetricsService.java#L331
Overrides method that is deprecated and marked for removal in 'se.isselab.HAnS.pluginExtensions.MetricsService'
|
Usage of API marked for removal:
src/main/java/se/isselab/HAnS/pluginExtensions/ProjectMetricsService.java#L295
Overrides method that is deprecated and marked for removal in 'se.isselab.HAnS.pluginExtensions.MetricsService'
|
Usage of API marked for removal:
src/main/java/se/isselab/HAnS/pluginExtensions/ProjectMetricsService.java#L344
Overrides method that is deprecated and marked for removal in 'se.isselab.HAnS.pluginExtensions.MetricsService'
|
Usage of API marked for removal:
src/main/java/se/isselab/HAnS/pluginExtensions/ProjectMetricsService.java#L200
Overrides method that is deprecated and marked for removal in 'se.isselab.HAnS.pluginExtensions.MetricsService'
|
Usage of API marked for removal:
src/main/java/se/isselab/HAnS/pluginExtensions/ProjectMetricsService.java#L185
Overrides method that is deprecated and marked for removal in 'se.isselab.HAnS.pluginExtensions.MetricsService'
|
Usage of API marked for removal:
src/main/java/se/isselab/HAnS/pluginExtensions/ProjectMetricsService.java#L414
Overrides method that is deprecated and marked for removal in 'se.isselab.HAnS.pluginExtensions.MetricsService'
|
qodana
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
qodana
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community:latest
|
qodana
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community:latest
|
qodana
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community:latest
|
|
Unchecked warning:
src/main/java/se/isselab/HAnS/referencing/FeatureReferenceUtil.java#L354
Unchecked cast: 'java.lang.Object' to 'java.util.Map\>'
|
Unchecked warning:
src/main/java/se/isselab/HAnS/referencing/FeatureReferenceUtil.java#L355
Unchecked cast: 'java.lang.Object' to 'java.util.List'
|
Unused import:
src/main/java/se/isselab/HAnS/referencing/FeatureReferenceUtil.java#L44
Unused import `import java.util.List;`
|
Unstable API Usage:
src/main/java/se/isselab/HAnS/FeatureAnnotationSearchScope.java#L63
'com.intellij.openapi.module.UnloadedModuleDescription' is marked unstable with @ApiStatus.Experimental
|
Unstable API Usage:
src/main/java/se/isselab/HAnS/FeatureAnnotationSearchScope.java#L64
'getUnloadedModuleDescriptions()' is unstable because its signature references unstable interface 'com.intellij.openapi.module.UnloadedModuleDescription' marked with @ApiStatus.Experimental
|