Skip to content

Bump sharp from 0.34.5 to 0.35.3 in /web - #65

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web/sharp-0.35.3
Open

Bump sharp from 0.34.5 to 0.35.3 in /web#65
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web/sharp-0.35.3

Bump sharp from 0.34.5 to 0.35.3 in /web

cfbb6eb
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Qodana for JVM completed Jul 25, 2026 in 0s

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:

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: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 155 in litebridge-orm/src/main/java/org/litebridge/orm/persistence/SelectSpecDtoMapper.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant values

Condition `accessor == null` is always `false`

Check warning on line 195 in litebridge-orm/src/main/java/org/litebridge/orm/persistence/SelectSpecDtoMapper.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant values

Condition `columnMetaData != null` is always `true`

Check warning on line 208 in litebridge-orm/src/main/java/org/litebridge/orm/persistence/SelectSpecDtoMapper.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant values

Condition `mappingInfo == null` is always `false`

Check warning on line 315 in litebridge-orm/src/main/java/org/litebridge/orm/persistence/SelectSpecDtoMapper.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant values

Condition `plan.constructor() == null` is always `false`

Check warning on line 300 in litebridge-orm/src/main/java/org/litebridge/orm/persistence/SelectSpecDtoMapper.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant values

Condition `relatedPkValue != null` is always `true`

Check warning on line 51 in example/litebridge-example-spring-boot/src/main/java/org/litebridge/example/spring/service/ExampleService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant values

Condition `person.getId() == null` is always `false`

Check warning on line 134 in litebridge-orm/src/main/java/org/litebridge/orm/persistence/SelectSpecDtoMapper.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Constant values

Condition `field != null` is always `true`

Check warning on line 934 in litebridge-maven-plugin/src/main/java/org/litebridge/maven/reverse/EntityGenerator.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Nullability and data flow problems

Method invocation `length` may produce `NullPointerException`

Check warning on line 47 in litebridge-orm/src/main/java/org/litebridge/orm/persistence/MappingPlan.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Nullability and data flow problems

`null` is returned by the method declared as @NullMarked

Check warning on line 418 in litebridge-orm/src/main/java/org/litebridge/orm/persistence/SelectSpecDtoMapper.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Nullability and data flow problems

Variable is already assigned to this value

Check warning on line 40 in litebridge-orm/src/main/java/org/litebridge/orm/persistence/MappingPlan.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Nullability and data flow problems

Passing `null` argument to parameter annotated as @NotNull

Check warning on line 99 in litebridge-db/litebridge-db-spi/src/main/java/org/litebridge/db/spi/Row.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Nullability and data flow problems

Argument `column.alias()` might be null

Check warning on line 437 in litebridge-orm/src/main/java/org/litebridge/orm/persistence/SelectSpecDtoMapper.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Nullability and data flow problems

Argument `fav.value()` might be null

Check warning on line 331 in litebridge-orm/src/main/java/org/litebridge/orm/persistence/SelectSpecDtoMapper.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Nullability and data flow problems

Argument `fav.value()` might be null

Check warning on line 69 in litebridge-orm/src/main/java/org/litebridge/orm/persistence/SelectSpecDtoMapper.java

See this annotation in the file changed.

@github-actions 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

Check warning on line 43 in litebridge-orm/src/main/java/org/litebridge/orm/persistence/MappingPlan.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Nullability and data flow problems

Passing `null` argument to parameter annotated as @NotNull

Check warning on line 269 in litebridge-orm/src/main/java/org/litebridge/orm/persistence/SelectSpecDtoMapper.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Nullability and data flow problems

Passing `null` argument to parameter annotated as @NotNull

Check warning on line 62 in litebridge-orm/src/main/java/org/litebridge/orm/persistence/SelectSpecDtoMapper.java

See this annotation in the file changed.

@github-actions 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

Check warning on line 266 in litebridge-orm/src/main/java/org/litebridge/orm/persistence/SelectSpecDtoMapper.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Nullability and data flow problems

Passing `null` argument to parameter annotated as @NotNull

Check warning on line 562 in litebridge-orm/src/main/java/org/litebridge/orm/persistence/SelectSpecDtoMapper.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Mismatched query and update of collection

Contents of collection `listCache` are updated, but never queried

Check warning on line 149 in litebridge-maven-plugin/src/main/java/org/litebridge/maven/ReverseEngineerMojo.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Suspicious indentation after control statement without braces

Suspicious indentation after 'if' statement

Check warning on line 90 in litebridge-orm/src/main/java/org/litebridge/orm/persistence/DtoConstructor.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unchecked warning

Unchecked cast: 'java.lang.Object' to 'DTO'

Check warning on line 120 in litebridge-orm/src/main/java/org/litebridge/orm/persistence/DtoConstructor.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unchecked warning

Unchecked cast: 'java.lang.Object' to 'DTO'