Closed dependabot[bot] closed 3 months ago
65 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Nullability and data flow problems |
🔶 Warning | 23 |
'size() == 0' can be replaced with 'isEmpty()' |
🔶 Warning | 8 |
Incorrect string capitalization |
🔶 Warning | 5 |
Redundant 'if' statement |
🔶 Warning | 4 |
Unstable API Usage |
🔶 Warning | 4 |
Constant values |
🔶 Warning | 3 |
Unused assignment |
🔶 Warning | 3 |
Redundant 'Collection.addAll()' call |
🔶 Warning | 2 |
Unnecessary 'null' check before method call |
🔶 Warning | 2 |
Field can be local |
🔶 Warning | 1 |
Mismatched query and update of collection |
🔶 Warning | 1 |
'Optional' used as field or parameter type |
🔶 Warning | 1 |
Redundant operation on empty container |
🔶 Warning | 1 |
Suspicious collection method call |
🔶 Warning | 1 |
Unnecessary 'return' statement |
🔶 Warning | 1 |
'while' can be replaced with 'do while' |
◽️ Notice | 2 |
Commented out code |
◽️ Notice | 1 |
Constant values |
◽️ Notice | 1 |
Method can be extracted |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
Bumps org.jetbrains.qodana from 2024.1.5 to 2024.1.9.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show