Merge pull request #205 from trydofor/develop #1
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]
- 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 Community for JVM
Constant values
Value `retry` is always 'true'
github-actions / Qodana Community for JVM
Constant values
Condition `value == null` is always `false`
github-actions / Qodana Community for JVM
Convert 'object' to 'data object'
'sealed' sub-object can be converted to 'data object'
github-actions / Qodana Community for JVM
Nullability and data flow problems
Method invocation `startsWith` may produce `NullPointerException`
github-actions / Qodana Community for JVM
Statement with empty body
`else` statement has empty body
github-actions / Qodana Community for JVM
Statement with empty body
`else` statement has empty body
github-actions / Qodana Community for JVM
Statement with empty body
`if` statement has empty body
github-actions / Qodana Community for JVM
Result of method call ignored
Result of `File.mkdirs()` is ignored
github-actions / Qodana Community for JVM
Result of method call ignored
Result of `LoaderOptionsStep.onDuplicateKeyIgnore()` is ignored
github-actions / Qodana Community for JVM
Result of method call ignored
Result of `BatchBindStep.bind()` is ignored
github-actions / Qodana Community for JVM
Result of method call ignored
Result of `File.mkdirs()` is ignored
github-actions / Qodana Community for JVM
Result of method call ignored
Result of `LoaderOptionsStep.onDuplicateKeyUpdate()` is ignored
github-actions / Qodana Community for JVM
Result of method call ignored
Result of `BatchBindStep.bind()` is ignored
github-actions / Qodana Community for JVM
Constant conditions
Value of 'isUpto' is always false
github-actions / Qodana Community for JVM
Constant conditions
Condition 'isDelete' is always true
github-actions / Qodana Community for JVM
Constant conditions
Value of 'isUpto' is always true
github-actions / Qodana Community for JVM
Redundant operation on empty container
Map `ErrorMap` is always empty