Some minor fixes (#143) #13
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 qodana-support@jetbrains.com
- 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 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 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 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
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
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
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
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
github-actions / Qodana for JVM
Constant conditions
Condition 'file == element.containingFile' is always false
github-actions / Qodana for JVM
Constant conditions
Condition 'type != null' is always true
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
github-actions / Qodana for JVM
Constant conditions
'when' branch is never reachable