Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.jetbrains.intellij.platform from 2.1.0 to 2.2.1 #112

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Bump org.jetbrains.intellij.platform from 2.1.0 to 2.2.1

e7f3c17
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Bump org.jetbrains.intellij.platform from 2.1.0 to 2.2.1 #112

Bump org.jetbrains.intellij.platform from 2.1.0 to 2.2.1
e7f3c17
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana Community for JVM completed Dec 16, 2024 in 0s

13 new problems found by Qodana Community for JVM

Qodana Community for JVM

13 new problems were found

Inspection name Severity Problems
Usage of API marked for removal 🔴 Failure 7
Unchecked warning 🔶 Warning 2
Unstable API Usage 🔶 Warning 2
Redundant 'Collection' operation 🔶 Warning 1
Unused import 🔶 Warning 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2024.2.5
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check failure on line 314 in src/main/java/se/isselab/HAnS/pluginExtensions/ProjectMetricsService.java

See this annotation in the file changed.

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

Usage of API marked for removal

Overrides method that is deprecated and marked for removal in 'se.isselab.HAnS.pluginExtensions.MetricsService'

Check failure on line 331 in src/main/java/se/isselab/HAnS/pluginExtensions/ProjectMetricsService.java

See this annotation in the file changed.

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

Usage of API marked for removal

Overrides method that is deprecated and marked for removal in 'se.isselab.HAnS.pluginExtensions.MetricsService'

Check failure on line 295 in src/main/java/se/isselab/HAnS/pluginExtensions/ProjectMetricsService.java

See this annotation in the file changed.

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

Usage of API marked for removal

Overrides method that is deprecated and marked for removal in 'se.isselab.HAnS.pluginExtensions.MetricsService'

Check failure on line 344 in src/main/java/se/isselab/HAnS/pluginExtensions/ProjectMetricsService.java

See this annotation in the file changed.

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

Usage of API marked for removal

Overrides method that is deprecated and marked for removal in 'se.isselab.HAnS.pluginExtensions.MetricsService'

Check failure on line 200 in src/main/java/se/isselab/HAnS/pluginExtensions/ProjectMetricsService.java

See this annotation in the file changed.

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

Usage of API marked for removal

Overrides method that is deprecated and marked for removal in 'se.isselab.HAnS.pluginExtensions.MetricsService'

Check failure on line 185 in src/main/java/se/isselab/HAnS/pluginExtensions/ProjectMetricsService.java

See this annotation in the file changed.

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

Usage of API marked for removal

Overrides method that is deprecated and marked for removal in 'se.isselab.HAnS.pluginExtensions.MetricsService'

Check failure on line 414 in src/main/java/se/isselab/HAnS/pluginExtensions/ProjectMetricsService.java

See this annotation in the file changed.

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

Usage of API marked for removal

Overrides method that is deprecated and marked for removal in 'se.isselab.HAnS.pluginExtensions.MetricsService'

Check warning on line 62 in src/main/java/se/isselab/HAnS/pluginExtensions/backgroundTasks/GetProjectMetrics.java

See this annotation in the file changed.

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

Redundant 'Collection' operation

Redundant 'values()' call

Check warning on line 354 in src/main/java/se/isselab/HAnS/referencing/FeatureReferenceUtil.java

See this annotation in the file changed.

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

Unchecked warning

Unchecked cast: 'java.lang.Object' to 'java.util.Map\>'

Check warning on line 355 in src/main/java/se/isselab/HAnS/referencing/FeatureReferenceUtil.java

See this annotation in the file changed.

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

Unchecked warning

Unchecked cast: 'java.lang.Object' to 'java.util.List'

Check warning on line 44 in src/main/java/se/isselab/HAnS/referencing/FeatureReferenceUtil.java

See this annotation in the file changed.

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

Unused import

Unused import `import java.util.List;`

Check warning on line 63 in src/main/java/se/isselab/HAnS/FeatureAnnotationSearchScope.java

See this annotation in the file changed.

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

Unstable API Usage

'com.intellij.openapi.module.UnloadedModuleDescription' is marked unstable with @ApiStatus.Experimental

Check warning on line 64 in src/main/java/se/isselab/HAnS/FeatureAnnotationSearchScope.java

See this annotation in the file changed.

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

Unstable API Usage

'getUnloadedModuleDescriptions()' is unstable because its signature references unstable interface 'com.intellij.openapi.module.UnloadedModuleDescription' marked with @ApiStatus.Experimental