Bump sharp from 0.34.5 to 0.35.3 in /web - #65
23 new problems found by Qodana for JVM
Qodana for JVM
23 new problems were found
| Inspection name | Severity | Problems |
|---|---|---|
Nullability and data flow problems |
🔶 Warning | 12 |
Constant values |
🔶 Warning | 7 |
Unchecked warning |
🔶 Warning | 2 |
Mismatched query and update of collection |
🔶 Warning | 1 |
Suspicious indentation after control statement without braces |
🔶 Warning | 1 |
View the detailed Qodana report
To be able to view the detailed Qodana report, you can either:
- Register at Qodana Cloud and configure the action
- Use GitHub Code Scanning with Qodana
- Host Qodana report at GitHub Pages
- Inspect and use
qodana.sarif.json(see the Qodana SARIF format for details)
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@v2026.1.3
with:
upload-result: trueContact 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
Constant values
Condition `accessor == null` is always `false`
github-actions / Qodana for JVM
Constant values
Condition `columnMetaData != null` is always `true`
github-actions / Qodana for JVM
Constant values
Condition `mappingInfo == null` is always `false`
github-actions / Qodana for JVM
Constant values
Condition `plan.constructor() == null` is always `false`
github-actions / Qodana for JVM
Constant values
Condition `relatedPkValue != null` is always `true`
github-actions / Qodana for JVM
Constant values
Condition `person.getId() == null` is always `false`
github-actions / Qodana for JVM
Constant values
Condition `field != null` is always `true`
github-actions / Qodana for JVM
Nullability and data flow problems
Method invocation `length` may produce `NullPointerException`
github-actions / Qodana for JVM
Nullability and data flow problems
`null` is returned by the method declared as @NullMarked
github-actions / Qodana for JVM
Nullability and data flow problems
Variable is already assigned to this value
github-actions / Qodana for JVM
Nullability and data flow problems
Passing `null` argument to parameter annotated as @NotNull
github-actions / Qodana for JVM
Nullability and data flow problems
Argument `column.alias()` might be null
github-actions / Qodana for JVM
Nullability and data flow problems
Argument `fav.value()` might be null
github-actions / Qodana for JVM
Nullability and data flow problems
Argument `fav.value()` might be null
github-actions / Qodana for JVM
Nullability and data flow problems
Expression `typeConverter.convert(value, targetType)` might evaluate to null but is returned by the method declared as @NullMarked
github-actions / Qodana for JVM
Nullability and data flow problems
Passing `null` argument to parameter annotated as @NotNull
github-actions / Qodana for JVM
Nullability and data flow problems
Passing `null` argument to parameter annotated as @NotNull
github-actions / Qodana for JVM
Nullability and data flow problems
Expression `value` might evaluate to null but is returned by the method declared as @NullMarked
github-actions / Qodana for JVM
Nullability and data flow problems
Passing `null` argument to parameter annotated as @NotNull
github-actions / Qodana for JVM
Mismatched query and update of collection
Contents of collection `listCache` are updated, but never queried
github-actions / Qodana for JVM
Suspicious indentation after control statement without braces
Suspicious indentation after 'if' statement
github-actions / Qodana for JVM
Unchecked warning
Unchecked cast: 'java.lang.Object' to 'DTO'
github-actions / Qodana for JVM
Unchecked warning
Unchecked cast: 'java.lang.Object' to 'DTO'