Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Bump codecov/codecov-action from 3 to 4

Sign in for the full log view
GitHub Actions / Qodana Community for JVM completed Feb 1, 2024 in 0s

29 new problems found by Qodana Community for JVM

Qodana Community for JVM

29 new problems were found

Inspection name Severity Problems
Unstable API Usage 🔶 Warning 27
Nullability and data flow problems 🔶 Warning 2

💡 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:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. Inspect and use qodana.sarif.json (see the Qodana SARIF format for details)

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@v2023.3.1
        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 warning on line 184 in src/main/java/com/yanncebron/intellipikchr/editor/SplitTextEditorProvider.java

See this annotation in the file changed.

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

Nullability and data flow problems

Argument `((MyFileEditorState) otherState).myFirstState` might be null

Check warning on line 185 in src/main/java/com/yanncebron/intellipikchr/editor/SplitTextEditorProvider.java

See this annotation in the file changed.

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

Nullability and data flow problems

Argument `((MyFileEditorState) otherState).mySecondState` might be null

Check warning on line 63 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'row(javax.swing.JLabel, kotlin.jvm.functions.Function1)' is declared in unstable 'com.intellij.ui.dsl.builder.Panel' marked with @ApiStatus.Experimental

Check warning on line 74 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'horizontalAlign(com.intellij.ui.dsl.gridLayout.HorizontalAlign)' is declared in unstable 'com.intellij.ui.dsl.builder.Cell' marked with @ApiStatus.Experimental

Check warning on line 51 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'getComponent()' is declared in unstable 'com.intellij.ui.dsl.builder.Cell' marked with @ApiStatus.Experimental

Check warning on line 70 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'textField()' is declared in unstable 'com.intellij.ui.dsl.builder.Row' marked with @ApiStatus.Experimental

Check warning on line 64 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'checkBox(java.lang.String)' is declared in unstable 'com.intellij.ui.dsl.builder.Row' marked with @ApiStatus.Experimental

Check warning on line 69 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'row(java.lang.String, kotlin.jvm.functions.Function1)' is declared in unstable 'com.intellij.ui.dsl.builder.Panel' marked with @ApiStatus.Experimental

Check warning on line 40 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'bindIntValue(com.intellij.ui.dsl.builder.Cell, kotlin.reflect.KMutableProperty0)' is unstable because its signature references unstable 'com.intellij.ui.dsl.builder.Cell' marked with @ApiStatus.Experimental

Check warning on line 41 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'comment(java.lang.String, int, com.intellij.ui.dsl.builder.HyperlinkEventAction)' is declared in unstable 'com.intellij.ui.dsl.builder.Cell' marked with @ApiStatus.Experimental

Check warning on line 71 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'bindText(com.intellij.ui.dsl.builder.Cell, kotlin.jvm.functions.Function0, kotlin.jvm.functions.Function1)' is unstable because its signature references unstable 'com.intellij.ui.dsl.builder.Cell' marked with @ApiStatus.Experimental

Check warning on line 37 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'group(java.lang.String, boolean, java.lang.Boolean, java.lang.Boolean, kotlin.jvm.functions.Function1)' is declared in unstable 'com.intellij.ui.dsl.builder.Panel' marked with @ApiStatus.Experimental

Check warning on line 67 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'comment(java.lang.String, int, com.intellij.ui.dsl.builder.HyperlinkEventAction)' is declared in unstable 'com.intellij.ui.dsl.builder.Cell' marked with @ApiStatus.Experimental

Check warning on line 62 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'group(java.lang.String, boolean, java.lang.Boolean, java.lang.Boolean, kotlin.jvm.functions.Function1)' is declared in unstable 'com.intellij.ui.dsl.builder.Panel' marked with @ApiStatus.Experimental

Check warning on line 74 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'FILL' is declared in unstable 'com.intellij.ui.dsl.gridLayout.HorizontalAlign' marked with @ApiStatus.Experimental

Check warning on line 75 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'comment(java.lang.String, int, com.intellij.ui.dsl.builder.HyperlinkEventAction)' is declared in unstable 'com.intellij.ui.dsl.builder.Cell' marked with @ApiStatus.Experimental

Check warning on line 36 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'panel(kotlin.jvm.functions.Function1)' is marked unstable with @ApiStatus.Experimental

Check warning on line 54 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'row(javax.swing.JLabel, kotlin.jvm.functions.Function1)' is declared in unstable 'com.intellij.ui.dsl.builder.Panel' marked with @ApiStatus.Experimental

Check warning on line 44 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'textField()' is declared in unstable 'com.intellij.ui.dsl.builder.Row' marked with @ApiStatus.Experimental

Check warning on line 74 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'com.intellij.ui.dsl.gridLayout.HorizontalAlign' is marked unstable with @ApiStatus.Experimental

Check warning on line 55 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'browserLink(java.lang.String, java.lang.String)' is declared in unstable 'com.intellij.ui.dsl.builder.Row' marked with @ApiStatus.Experimental

Check warning on line 38 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'row(java.lang.String, kotlin.jvm.functions.Function1)' is declared in unstable 'com.intellij.ui.dsl.builder.Panel' marked with @ApiStatus.Experimental

Check warning on line 45 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'bindText(com.intellij.ui.dsl.builder.Cell, kotlin.jvm.functions.Function0, kotlin.jvm.functions.Function1)' is unstable because its signature references unstable 'com.intellij.ui.dsl.builder.Cell' marked with @ApiStatus.Experimental

Check warning on line 48 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'columns(com.intellij.ui.dsl.builder.Cell, int)' is unstable because its signature references unstable 'com.intellij.ui.dsl.builder.Cell' marked with @ApiStatus.Experimental

Check warning on line 66 in src/main/kotlin/com/yanncebron/intellipikchr/settings/IntelliPikchrSettingsConfigurable.kt

See this annotation in the file changed.

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

Unstable API Usage

'bindSelected(com.intellij.ui.dsl.builder.Cell, kotlin.reflect.KMutableProperty0)' is unstable because its signature references unstable 'com.intellij.ui.dsl.builder.Cell' marked with @ApiStatus.Experimental