Skip to content
GitHub Actions / Qodana for JVM completed Dec 20, 2023 in 0s

163 new problems found by Qodana for JVM

Qodana for JVM

163 new problems were found

Inspection name Severity Problems
Constant conditions 🔶 Warning 122
Unstable API Usage 🔶 Warning 26
Serializable object must implement 'readResolve' 🔶 Warning 4
Incorrect string capitalization 🔶 Warning 1
Function or property has platform type ◽️ Notice 6
Constant conditions ◽️ Notice 3
Redundant empty initializer block ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 25 in src/main/kotlin/org/ton/intellij/blueprint/action/InstallBlueprintAction.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Incorrect string capitalization

String 'Install ''{0}'' as dev dependency' is not properly capitalized. It should have title capitalization

Check notice on line 46 in src/main/kotlin/org/ton/intellij/func/highlighting/FuncColor.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Function or property has platform type

Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.

Check notice on line 17 in src/main/kotlin/org/ton/intellij/tlb/ide/highlighter.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Function or property has platform type

Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.

Check notice on line 32 in src/main/kotlin/org/ton/intellij/util/utill.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Function or property has platform type

Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.

Check notice on line 46 in src/main/kotlin/org/ton/intellij/tact/highlighting/TactColor.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Function or property has platform type

Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.

Check notice on line 17 in src/main/kotlin/org/ton/intellij/fift/ide/highlighter.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Function or property has platform type

Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.

Check notice on line 11 in src/main/kotlin/org/ton/intellij/fift/FiftFileType.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Function or property has platform type

Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.

Check warning on line 6 in src/main/kotlin/org/ton/intellij/tlb/TlbLanguage.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Serializable object must implement 'readResolve'

Serializable object must implement 'readResolve'

Check warning on line 6 in src/main/kotlin/org/ton/intellij/func/FuncLanguage.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Serializable object must implement 'readResolve'

Serializable object must implement 'readResolve'

Check warning on line 6 in src/main/kotlin/org/ton/intellij/fift/FiftLanguage.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Serializable object must implement 'readResolve'

Serializable object must implement 'readResolve'

Check warning on line 6 in src/main/kotlin/org/ton/intellij/tact/TactLanguage.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Serializable object must implement 'readResolve'

Serializable object must implement 'readResolve'

Check warning on line 51 in src/main/kotlin/org/ton/intellij/func/highlighting/FuncAnnotator.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant conditions

'when' branch is never reachable

Check warning on line 35 in src/main/kotlin/org/ton/intellij/func/ide/FuncFindUsagesProvider.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant conditions

'when' branch is never reachable

Check warning on line 22 in src/main/kotlin/org/ton/intellij/func/inspection/FuncUnusedVariableInspection.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant conditions

Condition 'right is FuncTensorExpression' is always true

Check warning on line 66 in src/main/kotlin/org/ton/intellij/func/inspection/FuncFunctionCallInspection.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant conditions

Condition 'name != null' is always true

Check warning on line 194 in src/main/kotlin/org/ton/intellij/func/psi/impl/FuncReference.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant conditions

'when' branch is never reachable

Check warning on line 130 in src/main/kotlin/org/ton/intellij/func/doc/FuncDocumentationProvider.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant conditions

Condition 'type != null' is always true

Check warning on line 16 in src/main/kotlin/org/ton/intellij/func/psi/impl/FuncFunctionImpl.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant conditions

Condition 'node.findChildByType(FuncElementTypes.IMPURE_KEYWORD) != null' is always true

Check warning on line 20 in src/main/kotlin/org/ton/intellij/tact/highlighting/TactSyntaxHighlighter.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant conditions

'when' branch is never reachable

Check warning on line 9 in src/main/kotlin/org/ton/intellij/func/psi/impl/FuncCallArgument.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant conditions

Condition 'expression is FuncTupleExpression' is always true

Check notice on line 123 in src/main/kotlin/org/ton/intellij/func/psi/impl/FuncReference.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant conditions

Value of 'scope' is always null

Check warning on line 237 in src/main/kotlin/org/ton/intellij/func/psi/impl/FuncReference.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant conditions

Condition 'file == element.containingFile' is always false

Check warning on line 187 in src/main/kotlin/org/ton/intellij/func/ide/quickdoc/FuncPsiDocumentationTargetProvider.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant conditions

Condition 'type != null' is always true

Check warning on line 258 in src/main/kotlin/org/ton/intellij/func/ide/completion/FuncReferenceCompletionProvider.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant conditions

'when' branch is never reachable

Check warning on line 180 in src/main/kotlin/org/ton/intellij/func/psi/impl/FuncReference.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant conditions

'when' branch is never reachable