Skip to content

Bump org.jetbrains.grammarkit from 2022.3.1 to 2022.3.2 (#133) #6

Bump org.jetbrains.grammarkit from 2022.3.1 to 2022.3.2 (#133)

Bump org.jetbrains.grammarkit from 2022.3.1 to 2022.3.2 (#133) #6

GitHub Actions / Qodana for JVM completed Nov 17, 2023 in 0s

177 new problems found by Qodana for JVM

Qodana for JVM

177 new problems were found

Inspection name Severity Problems
Constant conditions 🔶 Warning 123
Unstable API Usage 🔶 Warning 33
Serializable object must implement 'readResolve' 🔶 Warning 4
'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9 🔶 Warning 3
Incorrect string capitalization 🔶 Warning 1
Function or property has platform type ◽️ Notice 9
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 warning on line 56 in src/main/kotlin/org/ton/intellij/fift/ide/colors.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9

'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9

Check warning on line 58 in src/main/kotlin/org/ton/intellij/tlb/ide/colors.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9

'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9

Check warning on line 213 in src/main/kotlin/org/ton/intellij/func/type/FuncType.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9

'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9

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 92 in build.gradle.kts

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 notice on line 11 in src/main/kotlin/org/ton/intellij/tlb/TlbFileType.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 83 in build.gradle.kts

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 247 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 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