Skip to content

Merge pull request #205 from trydofor/develop #1

Merge pull request #205 from trydofor/develop

Merge pull request #205 from trydofor/develop #1

GitHub Actions / Qodana Community for JVM completed Feb 6, 2024 in 0s

17 new problems found by Qodana Community for JVM

Qodana Community for JVM

17 new problems were found

Inspection name Severity Problems
Result of method call ignored 🔶 Warning 6
Statement with empty body 🔶 Warning 3
Constant values 🔶 Warning 1
Nullability and data flow problems 🔶 Warning 1
Constant conditions 🔶 Warning 1
Redundant operation on empty container 🔶 Warning 1
Constant conditions ◽️ Notice 2
Constant values ◽️ Notice 1
Convert 'object' to 'data object' ◽️ 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 notice on line 525 in radiant/tiny-mail/src/main/java/pro/fessional/wings/tiny/mail/service/impl/TinyMailServiceImpl.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Constant values

Value `retry` is always 'true'

Check warning on line 54 in wings/slardar/src/main/java/pro/fessional/wings/slardar/cache/cache2k/NullsCache2k.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Constant values

Condition `value == null` is always `false`

Check notice on line 14 in wings/faceless-flywave/src/main/kotlin/pro/fessional/wings/faceless/flywave/SqlStatementParser.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Convert 'object' to 'data object'

'sealed' sub-object can be converted to 'data object'

Check warning on line 146 in wings/slardar/src/main/java/pro/fessional/wings/slardar/notice/DingTalkNotice.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `startsWith` may produce `NullPointerException`

Check warning on line 75 in wings/slardar/src/main/java/pro/fessional/wings/slardar/cache/spring/NullsCache.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Statement with empty body

`else` statement has empty body

Check warning on line 58 in wings/slardar/src/main/java/pro/fessional/wings/slardar/cache/cache2k/NullsCache2k.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Statement with empty body

`else` statement has empty body

Check warning on line 433 in wings/silencer/src/main/java/pro/fessional/wings/silencer/spring/boot/WingsAutoConfigProcessor.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Statement with empty body

`if` statement has empty body

Check warning on line 54 in wings/faceless-codegen/src/main/java/pro/fessional/wings/faceless/codegen/ConstantNaviGenerator.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Result of method call ignored

Result of `File.mkdirs()` is ignored

Check warning on line 234 in wings/faceless-jooq/src/main/java/pro/fessional/wings/faceless/database/jooq/WingsJooqDaoAliasImpl.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Result of method call ignored

Result of `LoaderOptionsStep.onDuplicateKeyIgnore()` is ignored

Check warning on line 427 in wings/faceless-jooq/src/main/java/pro/fessional/wings/faceless/database/jooq/WingsJooqDaoAliasImpl.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Result of method call ignored

Result of `BatchBindStep.bind()` is ignored

Check warning on line 148 in wings/faceless-codegen/src/main/java/pro/fessional/wings/faceless/codegen/ConstantEnumGenerator.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Result of method call ignored

Result of `File.mkdirs()` is ignored

Check warning on line 237 in wings/faceless-jooq/src/main/java/pro/fessional/wings/faceless/database/jooq/WingsJooqDaoAliasImpl.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Result of method call ignored

Result of `LoaderOptionsStep.onDuplicateKeyUpdate()` is ignored

Check warning on line 686 in wings/faceless-jooq/src/main/java/pro/fessional/wings/faceless/database/jooq/WingsJooqDaoAliasImpl.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Result of method call ignored

Result of `BatchBindStep.bind()` is ignored

Check notice on line 292 in wings/faceless-flywave/src/main/kotlin/pro/fessional/wings/faceless/flywave/impl/DefaultRevisionManager.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Constant conditions

Value of 'isUpto' is always false

Check warning on line 388 in wings/faceless-flywave/src/main/kotlin/pro/fessional/wings/faceless/flywave/SchemaJournalManager.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Constant conditions

Condition 'isDelete' is always true

Check notice on line 287 in wings/faceless-flywave/src/main/kotlin/pro/fessional/wings/faceless/flywave/impl/DefaultRevisionManager.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Constant conditions

Value of 'isUpto' is always true

Check warning on line 68 in wings/silencer/src/main/java/pro/fessional/wings/silencer/spring/boot/WingsEnabledCondition.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Redundant operation on empty container

Map `ErrorMap` is always empty