[http-client] Ignore case while searching for header by name (#5642) #15761
GitHub Actions / Qodana for JVM
completed
Jan 6, 2025 in 0s
1086 new problems found by Qodana for JVM
Qodana for JVM
1086 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Incorrect constructor injection in XML Spring bean |
๐ด Failure | 331 |
Incorrect Spring Core XML-based application context |
๐ด Failure | 168 |
Incorrect autowiring in Spring bean components |
๐ด Failure | 26 |
Hardcoded passwords |
๐ด Failure | 1 |
Vulnerable declared dependency |
๐ด Failure | 1 |
Unresolved placeholders configured in the Spring XML application context |
๐ถ Warning | 218 |
'Optional' used as field or parameter type |
๐ถ Warning | 113 |
'@Serial' annotation can be used |
๐ถ Warning | 46 |
Nullability and data flow problems |
๐ถ Warning | 30 |
Unresolved file references in @ImportResource locations |
๐ถ Warning | 30 |
Spring bean name violates conventions |
๐ถ Warning | 18 |
Unresolved file references in @PropertySource and @TestPropertySource locations |
๐ถ Warning | 9 |
AutoCloseable used without 'try'-with-resources |
๐ถ Warning | 8 |
Conflicting Spring bean attribute |
๐ถ Warning | 8 |
Optional.get() is called without isPresent() check |
๐ถ Warning | 7 |
Result of method call ignored |
๐ถ Warning | 6 |
Class is exposed outside of its visibility scope |
๐ถ Warning | 4 |
Magic constant |
๐ถ Warning | 4 |
Non-safe string is used as SQL |
๐ถ Warning | 4 |
Constant values |
๐ถ Warning | 3 |
Single character alternation |
๐ถ Warning | 3 |
Call to 'BigDecimal' method without a rounding mode argument |
๐ถ Warning | 2 |
Redundant call to 'String.format()' |
๐ถ Warning | 2 |
Unnecessary non-capturing group |
๐ถ Warning | 2 |
Invalid properties configuration |
๐ถ Warning | 2 |
Vulnerable declared dependency |
๐ถ Warning | 2 |
Empty 'try' block |
๐ถ Warning | 1 |
Reflective access across modules issues |
๐ถ Warning | 1 |
Usage of service not declared in 'module-info' |
๐ถ Warning | 1 |
Number of placeholders does not match number of arguments in logging call |
๐ถ Warning | 1 |
Loop statement that does not loop |
๐ถ Warning | 1 |
Use of Optional.ofNullable with null or not-null argument |
๐ถ Warning | 1 |
Injection value in XML application context violates conventions |
๐ถ Warning | 1 |
Unused assignment |
๐ถ Warning | 1 |
Non recommended 'field' injections |
โฝ๏ธ Notice | 12 |
Vulnerable declared dependency |
โฝ๏ธ Notice | 9 |
Constant values |
โฝ๏ธ Notice | 5 |
Logger initialized with foreign class |
โฝ๏ธ Notice | 2 |
Non-distinguishable logging calls |
โฝ๏ธ Notice | 2 |
๐ก 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
Loading