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.kotlinx.kover from 0.7.2 to 0.7.5 #42

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

Bump org.jetbrains.kotlinx.kover from 0.7.2 to 0.7.5

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

Bump org.jetbrains.kotlinx.kover from 0.7.2 to 0.7.5 #42

Bump org.jetbrains.kotlinx.kover from 0.7.2 to 0.7.5
536383f
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana Community for JVM completed Nov 29, 2023 in 0s

46 new problems found by Qodana Community for JVM

Community for JVM

46 new problems were found

Inspection name Severity Problems
Usage of API marked for removal 🔴 Failure 1
Unused import 🔶 Warning 27
Field may be 'final' 🔶 Warning 5
@NotNull/@Nullable problems 🔶 Warning 5
'String.equals()' can be replaced with 'String.isEmpty()' 🔶 Warning 3
Field can be local 🔶 Warning 1
Unused import directive 🔶 Warning 1
'Optional' used as field or parameter type 🔶 Warning 1
Unstable API Usage 🔶 Warning 1
Unused assignment 🔶 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:

  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.2.6
        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 51 in src/main/java/com/github/besok/foresterintellijplugin/parser/FTreeAstUtils.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 21 in src/main/java/com/github/besok/foresterintellijplugin/structure/BaseStructureViewElem.java

See this annotation in the file changed.

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

Field may be 'final'

Field `element` may be 'final'

Check warning on line 23 in src/main/java/com/github/besok/foresterintellijplugin/parser/FTreeAstUtils.java

See this annotation in the file changed.

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

Field may be 'final'

Field `rules` may be 'final'

Check warning on line 13 in src/main/java/com/github/besok/foresterintellijplugin/structure/FTreeFileElement.java

See this annotation in the file changed.

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

Field may be 'final'

Field `psiFile` may be 'final'

Check warning on line 21 in src/main/java/com/github/besok/foresterintellijplugin/parser/FTreeAstUtils.java

See this annotation in the file changed.

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

Field may be 'final'

Field `tokens` may be 'final'

Check warning on line 51 in src/main/java/com/github/besok/foresterintellijplugin/parser/FTreeAstUtils.java

See this annotation in the file changed.

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

Field may be 'final'

Field `elem` may be 'final'

Check warning on line 2 in build.gradle.kts

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check failure on line 16 in src/main/java/com/github/besok/foresterintellijplugin/ProjectOpenedListener.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 'com.intellij.openapi.project.ProjectManagerListener'

Check warning on line 18 in src/main/java/com/github/besok/foresterintellijplugin/highlight/FTreeAnnotator.java

See this annotation in the file changed.

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

@NotNull/@Nullable problems

Not annotated parameter overrides @NotNull parameter

Check warning on line 21 in src/main/java/com/github/besok/foresterintellijplugin/format/FTreeFormattingBuilder.java

See this annotation in the file changed.

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

@NotNull/@Nullable problems

Not annotated method overrides method annotated with @NotNull

Check warning on line 18 in src/main/java/com/github/besok/foresterintellijplugin/highlight/FTreeAnnotator.java

See this annotation in the file changed.

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

@NotNull/@Nullable problems

Not annotated parameter overrides @NotNull parameter

Check warning on line 92 in src/main/java/com/github/besok/foresterintellijplugin/run/sim/SimEditor.java

See this annotation in the file changed.

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

@NotNull/@Nullable problems

Not annotated method overrides method annotated with @NotNull

Check warning on line 57 in src/main/java/com/github/besok/foresterintellijplugin/format/BaseBlock.java

See this annotation in the file changed.

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

@NotNull/@Nullable problems

Not annotated parameter overrides @NotNull parameter

Check warning on line 50 in src/main/java/com/github/besok/foresterintellijplugin/parser/FTreeAstUtils.java

See this annotation in the file changed.

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

'Optional' used as field or parameter type

`Optional` used as type for field 'elemOpt'

Check warning on line 42 in src/main/java/com/github/besok/foresterintellijplugin/run/nav/Nav2RunProfileState.java

See this annotation in the file changed.

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

'String.equals()' can be replaced with 'String.isEmpty()'

`equals("")` can be replaced with 'isEmpty()'

Check warning on line 42 in src/main/java/com/github/besok/foresterintellijplugin/run/viz/VizRunProfileState.java

See this annotation in the file changed.

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

'String.equals()' can be replaced with 'String.isEmpty()'

`equals("")` can be replaced with 'isEmpty()'

Check warning on line 42 in src/main/java/com/github/besok/foresterintellijplugin/run/sim/SimRunProfileState.java

See this annotation in the file changed.

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

'String.equals()' can be replaced with 'String.isEmpty()'

`equals("")` can be replaced with 'isEmpty()'

Check warning on line 13 in src/main/java/com/github/besok/foresterintellijplugin/run/sim/SimRunType.java

See this annotation in the file changed.

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

Unused import

Unused import `import org.jetbrains.annotations.Nullable;`

Check warning on line 25 in src/main/java/com/github/besok/foresterintellijplugin/run/viz/VisRunLineMarker.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 8 in src/main/java/com/github/besok/foresterintellijplugin/run/sim/SimRunType.java

See this annotation in the file changed.

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

Unused import

Unused import `import com.intellij.openapi.components.BaseState;`

Check warning on line 21 in src/main/java/com/github/besok/foresterintellijplugin/run/viz/VisRunLineMarker.java

See this annotation in the file changed.

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

Unused import

Unused import `import com.intellij.testFramework.MapDataContext;`

Check warning on line 7 in src/main/java/com/github/besok/foresterintellijplugin/run/viz/VisRunLineMarker.java

See this annotation in the file changed.

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

Unused import

Unused import `import com.intellij.execution.actions.RunConfigurationProducer;`

Check warning on line 11 in src/main/java/com/github/besok/foresterintellijplugin/run/viz/VisRunLineMarker.java

See this annotation in the file changed.

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

Unused import

Unused import `import com.intellij.execution.configurations.RunConfiguration;`

Check warning on line 5 in src/main/java/com/github/besok/foresterintellijplugin/run/viz/VisRunLineMarker.java

See this annotation in the file changed.

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

Unused import

Unused import `import com.intellij.execution.actions.ConfigurationContext;`

Check warning on line 21 in src/main/java/com/github/besok/foresterintellijplugin/parser/FTreeParserDefinition.java

See this annotation in the file changed.

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

Unused import

Unused import `import org.antlr.runtime.tree.Tree;`