Skip to content

feat(core): add postExecute callback to code execution tasks #29

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

306 new problems found by Qodana Community for JVM

Qodana Community for JVM

306 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 100
Constant conditions 🔶 Warning 57
Unused import directive 🔶 Warning 29
Unresolved reference in KDoc 🔶 Warning 18
Unstable API Usage 🔶 Warning 14
Incorrect string capitalization 🔶 Warning 11
Constructor parameter is never used as a property 🔶 Warning 9
Redundant nullable return type 🔶 Warning 6
Usage of redundant or deprecated syntax or deprecated symbols 🔶 Warning 5
Redundant semicolon 🔶 Warning 5
Control flow with empty body 🔶 Warning 3
Class member can have 'private' visibility ◽️ Notice 19
Private property naming convention ◽️ Notice 9
Replace empty class body ◽️ Notice 7
Class naming convention ◽️ Notice 2
Constant conditions ◽️ Notice 2
Non-distinguishable logging calls ◽️ Notice 2
Redundant empty primary constructor ◽️ Notice 2
Might be 'const' ◽️ Notice 1
Property naming convention ◽️ Notice 1
Redundant lambda arrow ◽️ Notice 1
Unnecessary parentheses in function call with lambda ◽️ Notice 1
Trailing comma recommendations ◽️ Notice 1
Unnecessary local variable ◽️ 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/qodana-action@v2024.1.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 warning on line 18 in core/src/main/kotlin/com/phodal/shirecore/codemodel/model/VariableStructure.kt

See this annotation in the file changed.

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

Constructor parameter is never used as a property

Constructor parameter is never used as a property

Check warning on line 14 in core/src/main/kotlin/com/phodal/shirecore/codemodel/model/MethodStructure.kt

See this annotation in the file changed.

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

Constructor parameter is never used as a property

Constructor parameter is never used as a property

Check warning on line 17 in core/src/main/kotlin/com/phodal/shirecore/codemodel/model/VariableStructure.kt

See this annotation in the file changed.

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

Constructor parameter is never used as a property

Constructor parameter is never used as a property

Check warning on line 15 in core/src/main/kotlin/com/phodal/shirecore/codemodel/model/VariableStructure.kt

See this annotation in the file changed.

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

Constructor parameter is never used as a property

Constructor parameter is never used as a property

Check warning on line 18 in core/src/main/kotlin/com/phodal/shirecore/codemodel/model/MethodStructure.kt

See this annotation in the file changed.

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

Constructor parameter is never used as a property

Constructor parameter is never used as a property

Check warning on line 13 in languages/java/src/main/kotlin/com/phodal/shirelang/java/archmeta/layer/MvcContextService.kt

See this annotation in the file changed.

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

Constructor parameter is never used as a property

Constructor parameter is never used as a property

Check warning on line 14 in core/src/main/kotlin/com/phodal/shirecore/codemodel/model/VariableStructure.kt

See this annotation in the file changed.

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

Constructor parameter is never used as a property

Constructor parameter is never used as a property

Check warning on line 16 in shirelang/src/main/kotlin/com/phodal/shirelang/actions/intention/ui/CustomPopupStep.kt

See this annotation in the file changed.

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

Constructor parameter is never used as a property

Constructor parameter is never used as a property

Check warning on line 28 in core/src/main/kotlin/com/phodal/shirecore/provider/impl/FileGenerateTask.kt

See this annotation in the file changed.

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

Constructor parameter is never used as a property

Constructor parameter is never used as a property

Check notice on line 225 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/hobbit/ast/FrontMatterType.kt

See this annotation in the file changed.

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

Class naming convention

Class name `QUERY_STATEMENT` should not contain underscores

Check notice on line 141 in shirelang/src/main/kotlin/com/phodal/shirelang/compiler/hobbit/ast/FrontMatterType.kt

See this annotation in the file changed.

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

Class naming convention

Class name `CASE_MATCH` should not contain underscores

Check warning on line 21 in src/main/kotlin/com/phodal/shire/settings/ShireSettingUi.kt

See this annotation in the file changed.

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

Control flow with empty body

'also' has empty body

Check warning on line 18 in src/main/kotlin/com/phodal/shire/settings/ShireSettingUi.kt

See this annotation in the file changed.

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

Control flow with empty body

'also' has empty body

Check warning on line 16 in src/main/kotlin/com/phodal/shire/settings/ShireSettingUi.kt

See this annotation in the file changed.

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

Control flow with empty body

'also' has empty body

Check warning on line 17 in shirelang/src/main/kotlin/com/phodal/shirelang/actions/intention/ShireIntentionHelper.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'Shire Intention Action' is not properly capitalized. It should have sentence capitalization

Check warning on line 39 in core/src/main/kotlin/com/phodal/shirecore/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 35 in shirelang/src/main/kotlin/com/phodal/shirelang/actions/intention/IntentionHelperUtil.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'Shire Intention Action' is not properly capitalized. It should have sentence capitalization

Check warning on line 36 in shirelang/src/main/kotlin/com/phodal/shirelang/actions/intention/IntentionHelperUtil.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'Shire Intention Action' is not properly capitalized. It should have sentence capitalization

Check warning on line 33 in core/src/main/kotlin/com/phodal/shirecore/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 27 in core/src/main/kotlin/com/phodal/shirecore/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/shirecore/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 25 in core/src/main/kotlin/com/phodal/shirecore/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 18 in shirelang/src/main/kotlin/com/phodal/shirelang/actions/intention/ShireIntentionHelper.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'Shire Intention Action' is not properly capitalized. It should have sentence capitalization

Check warning on line 23 in shirelang/src/main/kotlin/com/phodal/shirelang/actions/intention/ShireIntentionsActionGroup.kt

See this annotation in the file changed.

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

Incorrect string capitalization

The sentence capitalization is provided where title capitalization is required

Check warning on line 23 in shirelang/src/main/kotlin/com/phodal/shirelang/actions/intention/ShireIntentionsActionGroup.kt

See this annotation in the file changed.

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

Incorrect string capitalization

The sentence capitalization is provided where title capitalization is required