Skip to content

feat(provider): add RunService interface and implementation #22

feat(provider): add RunService interface and implementation

feat(provider): add RunService interface and implementation #22

GitHub Actions / Qodana Community for JVM completed Jun 1, 2024 in 0s

78 new problems found by Qodana Community for JVM

Qodana Community for JVM

78 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 38
Unused import directive 🔶 Warning 10
Unresolved reference in KDoc 🔶 Warning 9
Incorrect string capitalization 🔶 Warning 5
Constant conditions 🔶 Warning 5
Usage of redundant or deprecated syntax or deprecated symbols 🔶 Warning 1
Redundant semicolon 🔶 Warning 1
Unstable API Usage 🔶 Warning 1
Class member can have 'private' visibility ◽️ Notice 5
Replace empty class body ◽️ Notice 2
Private property naming convention ◽️ 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 39 in core/src/main/kotlin/com/phodal/shirelang/runner/RunnerResult.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'error.failed.to.launch.checking.with.help.guide' is not properly capitalized. It should have sentence capitalization

Check warning on line 33 in core/src/main/kotlin/com/phodal/shirelang/runner/RunnerResult.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'check.no.tests.with.help.guide' is not properly capitalized. It should have sentence capitalization

Check warning on line 25 in core/src/main/kotlin/com/phodal/shirelang/runner/RunnerResult.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'check.result.connection.failed' is not properly capitalized. It should have sentence capitalization

Check warning on line 27 in core/src/main/kotlin/com/phodal/shirelang/runner/RunnerResult.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'check.result.canceled' is not properly capitalized. It should have sentence capitalization

Check warning on line 24 in core/src/main/kotlin/com/phodal/shirelang/runner/RunnerResult.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'check.result.local.check.unavailable' is not properly capitalized. It should have sentence capitalization

Check warning on line 40 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/exec/RefactorShireCommand.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'MoveToPackageFix'

Check warning on line 34 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/exec/RefactorShireCommand.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'SafeDeleteFix'

Check warning on line 30 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/exec/RefactorShireCommand.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'quickFix'

Check warning on line 35 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/exec/RefactorShireCommand.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'SafeDeleteFix'

Check warning on line 30 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/exec/RefactorShireCommand.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'RenameQuickFix'

Check warning on line 30 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/exec/RefactorShireCommand.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'analysis'

Check warning on line 30 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/exec/RefactorShireCommand.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'jvm'

Check warning on line 34 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/exec/RefactorShireCommand.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'idea'

Check warning on line 34 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/exec/RefactorShireCommand.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'inspections'

Check warning on line 61 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/DevInsCompiler.kt

See this annotation in the file changed.

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

Constant conditions

'when' branch is never reachable

Check warning on line 50 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/DevInsCompiler.kt

See this annotation in the file changed.

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

Constant conditions

'when' branch is never reachable

Check warning on line 52 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/DevInsCompiler.kt

See this annotation in the file changed.

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

Constant conditions

'when' branch is never reachable

Check warning on line 62 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/DevInsCompiler.kt

See this annotation in the file changed.

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

Constant conditions

'when' branch is never reachable

Check warning on line 51 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/DevInsCompiler.kt

See this annotation in the file changed.

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

Constant conditions

'when' branch is never reachable

Check warning on line 17 in shirelang/src/main/kotlin/com/phodal/shirelang/completion/provider/CustomCommandCompletion.kt

See this annotation in the file changed.

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

Usage of redundant or deprecated syntax or deprecated symbols

Elvis operator (?:) always returns the left operand of non-nullable type Project

Check warning on line 10 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/service/ShellRunService.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 7 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/service/ShellRunService.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 4 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/service/ShellRunService.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 5 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/service/ShellRunService.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 6 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/service/ShellRunService.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive