Closed dependabot[bot] closed 7 months ago
It seems all right 👌
No new problems were found according to the checks applied
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
212 new problems were found
Inspection name | Severity | Problems |
---|---|---|
@NotNull/@Nullable problems |
🔶 Warning | 32 |
Duplicate character in character class |
🔶 Warning | 22 |
C-style array declaration |
🔶 Warning | 20 |
Unused assignment |
🔶 Warning | 20 |
Field can be local |
🔶 Warning | 15 |
Nullability and data flow problems |
🔶 Warning | 12 |
Redundant local variable |
🔶 Warning | 11 |
Redundant nested character class |
🔶 Warning | 6 |
Field may be 'final' |
🔶 Warning | 5 |
Loop variable not updated inside loop |
🔶 Warning | 5 |
Unnecessary unicode escape sequence |
🔶 Warning | 5 |
Unused import |
🔶 Warning | 4 |
Labeled switch rule has redundant code block |
🔶 Warning | 3 |
'size() == 0' can be replaced with 'isEmpty()' |
🔶 Warning | 3 |
Unstable API Usage |
🔶 Warning | 3 |
Unnecessarily escaped character |
🔶 Warning | 2 |
Incorrect string capitalization |
🔶 Warning | 1 |
Pointless bitwise expression |
🔶 Warning | 1 |
Replacement operation has no effect |
🔶 Warning | 1 |
'String.equals()' can be replaced with 'String.isEmpty()' |
🔶 Warning | 1 |
Call to 'printStackTrace()' |
🔶 Warning | 1 |
Unnecessary 'return' statement |
🔶 Warning | 1 |
Unnecessary semicolon |
🔶 Warning | 1 |
Duplicate branches in 'switch' |
◽️ Notice | 36 |
'if' statement with identical branches |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
Bumps org.jetbrains.intellij from 1.17.2 to 1.17.3.
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