fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.7.0 - autoclosed #1087
31 new problems found by Qodana Community for JVM
Qodana Community for JVM
31 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Usage of API marked for removal |
🔴 Failure | 8 |
@NotNull/@Nullable problems |
🔶 Warning | 6 |
Redundant 'if' statement |
🔶 Warning | 4 |
Unnecessary conversion to 'String' |
🔶 Warning | 3 |
Unchecked warning |
🔶 Warning | 2 |
Duplicate throws |
🔶 Warning | 1 |
Redundant type cast |
🔶 Warning | 1 |
Method can be extracted |
◽️ Notice | 4 |
Non-distinguishable logging calls |
◽️ Notice | 2 |
☁️ 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
Annotations
github-actions / Qodana Community for JVM
Duplicate throws
There is a more general exception, 'com.fasterxml.jackson.core.JsonProcessingException', in the throws list already.
github-actions / Qodana Community for JVM
Method can be extracted
It's possible to extract method returning 'stringArrayList' from a long surrounding method
github-actions / Qodana Community for JVM
Method can be extracted
It's possible to extract method returning 'stringArrayList' from a long surrounding method
github-actions / Qodana Community for JVM
Method can be extracted
It's possible to extract method returning 'stringArrayList' from a long surrounding method
github-actions / Qodana Community for JVM
Method can be extracted
It's possible to extract method returning 'stringArrayList' from a long surrounding method
github-actions / Qodana Community for JVM
Non-distinguishable logging calls
Similar log messages
github-actions / Qodana Community for JVM
Non-distinguishable logging calls
Similar log messages
github-actions / Qodana Community for JVM
Usage of API marked for removal
'org.springframework.boot.web.client.ClientHttpRequestFactorySettings' is deprecated since version 3.4.0 and marked for removal
github-actions / Qodana Community for JVM
Usage of API marked for removal
'org.springframework.boot.web.client.ClientHttpRequestFactorySettings' is deprecated since version 3.4.0 and marked for removal
github-actions / Qodana Community for JVM
Usage of API marked for removal
'org.springframework.boot.web.client.ClientHttpRequestFactories' is deprecated since version 3.4.0 and marked for removal
github-actions / Qodana Community for JVM
Usage of API marked for removal
'org.springframework.boot.web.client.ClientHttpRequestFactorySettings' is deprecated since version 3.4.0 and marked for removal
github-actions / Qodana Community for JVM
Usage of API marked for removal
'org.springframework.boot.web.client.ClientHttpRequestFactories' is deprecated since version 3.4.0 and marked for removal
github-actions / Qodana Community for JVM
Usage of API marked for removal
'org.springframework.boot.web.client.ClientHttpRequestFactorySettings' is deprecated since version 3.4.0 and marked for removal
github-actions / Qodana Community for JVM
Usage of API marked for removal
'org.springframework.boot.web.client.ClientHttpRequestFactories' is deprecated since version 3.4.0 and marked for removal
github-actions / Qodana Community for JVM
Usage of API marked for removal
'org.springframework.boot.web.client.ClientHttpRequestFactorySettings' is deprecated since version 3.4.0 and marked for removal
github-actions / Qodana Community for JVM
@NotNull/@Nullable problems
Not annotated parameter overrides @NonNullApi parameter
github-actions / Qodana Community for JVM
@NotNull/@Nullable problems
Not annotated parameter overrides @NonNullApi parameter
github-actions / Qodana Community for JVM
@NotNull/@Nullable problems
Not annotated parameter overrides @NonNullApi parameter
github-actions / Qodana Community for JVM
@NotNull/@Nullable problems
Not annotated parameter overrides @NonNullApi parameter
github-actions / Qodana Community for JVM
@NotNull/@Nullable problems
Not annotated parameter overrides @NonNullApi parameter
github-actions / Qodana Community for JVM
@NotNull/@Nullable problems
Not annotated parameter overrides @NonNullApi parameter
Check warning on line 14 in payment-service/src/main/java/com/example/common/dtos/OrderItemDto.java
github-actions / Qodana Community for JVM
Redundant type cast
Casting `this.quantity` to `long` is redundant
Check warning on line 89 in payment-service/src/main/java/com/example/common/dtos/OrderItemDto.java
github-actions / Qodana Community for JVM
Redundant 'if' statement
`if` statement can be simplified
Check warning on line 131 in payment-service/src/main/java/com/example/common/dtos/OrderDto.java
github-actions / Qodana Community for JVM
Redundant 'if' statement
`if` statement can be simplified
Check warning on line 128 in payment-service/src/main/java/com/example/common/dtos/OrderDto.java
github-actions / Qodana Community for JVM
Redundant 'if' statement
`if` statement can be simplified