Closed johmara closed 4 months ago
214 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 | 12 |
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 |
Redundant 'if' statement |
🔶 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
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: