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 gradle/actions from 3 to 4 #14

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

Bump gradle/actions from 3 to 4

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

Bump gradle/actions from 3 to 4 #14

Bump gradle/actions from 3 to 4
997c179
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana Community for JVM completed Aug 5, 2024 in 0s

30 new problems found by Qodana Community for JVM

Qodana Community for JVM

30 new problems were found

Inspection name Severity Problems
Usage of API marked for removal 🔴 Failure 1
Unused symbol 🔶 Warning 10
Unused import directive 🔶 Warning 6
Unresolved reference in KDoc 🔶 Warning 4
Redundant semicolon 🔶 Warning 1
Class member can have 'private' visibility ◽️ Notice 5
Redundant empty primary constructor ◽️ Notice 2
Remove unnecessary parentheses ◽️ Notice 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/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 31 in src/main/kotlin/dev/_4lando/intellij/actions/LandoStartAction.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'text'

Check warning on line 33 in src/main/kotlin/dev/_4lando/intellij/actions/LandoStartAction.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'icon'

Check warning on line 17 in src/main/kotlin/dev/_4lando/intellij/actions/LandoActionGroup.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'e'

Check warning on line 32 in src/main/kotlin/dev/_4lando/intellij/actions/LandoStartAction.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'description'

Check warning on line 12 in src/main/kotlin/dev/_4lando/intellij/actions/LandoStartAction.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 10 in src/main/kotlin/dev/_4lando/intellij/actions/LandoStartAction.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 13 in src/main/kotlin/dev/_4lando/intellij/actions/LandoStartAction.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 11 in src/main/kotlin/dev/_4lando/intellij/actions/LandoStartAction.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 8 in src/main/kotlin/dev/_4lando/intellij/actions/LandoStartAction.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 3 in src/main/kotlin/dev/_4lando/intellij/actions/LandoStartAction.kt

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 8 in src/main/kotlin/dev/_4lando/intellij/listeners/LandoProjectManagerListener.kt

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 notice on line 44 in src/main/kotlin/dev/_4lando/intellij/LandoExec.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Function 'format' could be private

Check notice on line 72 in src/main/kotlin/dev/_4lando/intellij/services/LandoProjectService.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'services' could be private

Check notice on line 16 in src/main/kotlin/dev/_4lando/intellij/LandoExec.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'landoBin' could be private

Check notice on line 47 in src/main/kotlin/dev/_4lando/intellij/services/LandoProjectService.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'projectDir' could be private

Check notice on line 50 in src/main/kotlin/dev/_4lando/intellij/services/LandoProjectService.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'landoFile' could be private

Check warning on line 7 in src/main/kotlin/dev/_4lando/intellij/actions/LandoStartAction.kt

See this annotation in the file changed.

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

Redundant semicolon

Redundant semicolon

Check notice on line 18 in src/main/kotlin/dev/_4lando/intellij/services/LandoStatusService.kt

See this annotation in the file changed.

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

Remove unnecessary parentheses

Parentheses should be removed

Check notice on line 24 in src/main/kotlin/dev/_4lando/intellij/actions/LandoStartAction.kt

See this annotation in the file changed.

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

Redundant empty primary constructor

Remove empty primary constructor

Check notice on line 19 in src/main/kotlin/dev/_4lando/intellij/services/LandoStatusService.kt

See this annotation in the file changed.

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

Redundant empty primary constructor

Remove empty primary constructor

Check warning on line 166 in src/main/kotlin/dev/_4lando/intellij/ui/console/JeditermConsoleView.kt

See this annotation in the file changed.

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

Unused symbol

Function "readChars" is never used

Check warning on line 121 in src/main/kotlin/dev/_4lando/intellij/LandoExec.kt

See this annotation in the file changed.

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

Unused symbol

Function "parse" is never used

Check warning on line 112 in src/main/kotlin/dev/_4lando/intellij/LandoExec.kt

See this annotation in the file changed.

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

Unused symbol

Property "format" is never used

Check warning on line 64 in src/main/kotlin/dev/_4lando/intellij/actions/LandoStartAction.kt

See this annotation in the file changed.

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

Unused symbol

Property "LOG" is never used

Check warning on line 135 in src/main/kotlin/dev/_4lando/intellij/services/LandoStatusService.kt

See this annotation in the file changed.

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

Unused symbol

Function "updateTerminalPanel" is never used