Bump org.jetbrains.grammarkit from 2022.3.1 to 2022.3.2 (#133) #6
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]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
github-actions / Qodana for JVM
Constant conditions
'when' branch is never reachable
github-actions / Qodana for JVM
Constant conditions
Condition 'right is FuncTensorExpression' is always true
github-actions / Qodana for JVM
Constant conditions
Condition 'name != null' is always true
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
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
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
github-actions / Qodana for JVM
Constant conditions
Condition 'node.findChildByType(FuncElementTypes.IMPURE_KEYWORD) != null' is always true