Closed dependabot[bot] closed 4 months ago
289 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Duplicate character in character class |
๐ถ Warning | 44 |
@NotNull/@Nullable problems |
๐ถ Warning | 32 |
C-style array declaration |
๐ถ Warning | 20 |
Unused assignment |
๐ถ Warning | 20 |
Redundant local variable |
๐ถ Warning | 18 |
Field can be local |
๐ถ Warning | 15 |
Nullability and data flow problems |
๐ถ Warning | 14 |
Unchecked warning |
๐ถ Warning | 13 |
Redundant nested character class |
๐ถ Warning | 12 |
Field may be 'final' |
๐ถ Warning | 7 |
Unused import |
๐ถ Warning | 7 |
Loop variable not updated inside loop |
๐ถ Warning | 5 |
Unnecessary unicode escape sequence |
๐ถ Warning | 5 |
Unstable API Usage |
๐ถ Warning | 5 |
Unnecessarily escaped character |
๐ถ Warning | 4 |
Labeled switch rule has redundant code block |
๐ถ Warning | 3 |
'size() == 0' can be replaced with 'isEmpty()' |
๐ถ Warning | 3 |
'String.equals()' can be replaced with 'String.isEmpty()' |
๐ถ Warning | 3 |
Unnecessary semicolon |
๐ถ Warning | 3 |
Stream API call chain can be simplified |
๐ถ Warning | 2 |
Condition is covered by further condition |
๐ถ Warning | 1 |
Incorrect string capitalization |
๐ถ Warning | 1 |
Pointless bitwise expression |
๐ถ Warning | 1 |
Redundant step in 'Stream' or 'Optional' call chain |
๐ถ Warning | 1 |
Redundant character escape |
๐ถ Warning | 1 |
Replacement operation has no effect |
๐ถ Warning | 1 |
Call to 'printStackTrace()' |
๐ถ Warning | 1 |
Redundant 'if' statement |
๐ถ Warning | 1 |
Unnecessary 'return' statement |
๐ถ Warning | 1 |
Duplicate branches in 'switch' |
โฝ๏ธ Notice | 36 |
Method can be extracted |
โฝ๏ธ Notice | 5 |
Commented out code |
โฝ๏ธ Notice | 3 |
'if' statement with identical branches |
โฝ๏ธ Notice | 1 |
๐ก Qodana analysis was run in the pull request mode: only the changed files were checked
@dependabot rebase
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!
If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate
.
@dependabot recreate
Bumps JetBrains/qodana-action from 2023.3 to 2024.1.
Release notes
Sourced from JetBrains/qodana-action's releases.
Commits
a4f50a6
:memo: Update Azure icon23aa837
:bricks: Update Azure configuration38a023c
:bug: Support--config
in the actionccc2f78
:bricks: Update Qodana configurationf0a644c
:children_crossing: Fix view report message03d9f05
:recycle: Apply Qodana suggestionsefcec05
:arrow_up: Bump the dependencies group with 7 updates12749d0
:arrow_up: Updateqodana
tov2024.1.1
3925fa7
:lock: Prevent second order command injection prevention (CWE-88, CWE-78)5240dc8
:arrow_up: Bump gradle/wrapper-validation-actionYou can trigger a rebase of this PR 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