Skip to content

fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.7.0 - autoclosed #1087

fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.7.0 - autoclosed

fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.7.0 - autoclosed #1087

GitHub Actions / Qodana Community for JVM completed Dec 10, 2024 in 0s

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]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 65 in inventory-service/src/main/java/com/example/inventoryservice/config/KafkaListenerConfig.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Duplicate throws

There is a more general exception, 'com.fasterxml.jackson.core.JsonProcessingException', in the throws list already.

Check notice on line 151 in catalog-service/src/main/java/com/example/catalogservice/config/logging/LoggingAspect.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Method can be extracted

It's possible to extract method returning 'stringArrayList' from a long surrounding method

Check notice on line 148 in payment-service/src/main/java/com/example/paymentservice/config/logging/LoggingAspect.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Method can be extracted

It's possible to extract method returning 'stringArrayList' from a long surrounding method

Check notice on line 153 in inventory-service/src/main/java/com/example/inventoryservice/config/logging/LoggingAspect.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Method can be extracted

It's possible to extract method returning 'stringArrayList' from a long surrounding method

Check notice on line 153 in order-service/src/main/java/com/example/orderservice/config/logging/LoggingAspect.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Method can be extracted

It's possible to extract method returning 'stringArrayList' from a long surrounding method

Check notice on line 76 in payment-service/src/main/java/com/example/paymentservice/services/PaymentOrderManageService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Non-distinguishable logging calls

Similar log messages

Check notice on line 43 in payment-service/src/main/java/com/example/paymentservice/services/PaymentOrderManageService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Non-distinguishable logging calls

Similar log messages

Check failure on line 34 in retail-store-webapp/src/main/java/com/example/retailstore/webapp/clients/ClientsConfig.java

See this annotation in the file changed.

@github-actions 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

Check failure on line 33 in retail-store-webapp/src/main/java/com/example/retailstore/webapp/clients/ClientsConfig.java

See this annotation in the file changed.

@github-actions 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

Check failure on line 32 in retail-store-webapp/src/main/java/com/example/retailstore/webapp/clients/ClientsConfig.java

See this annotation in the file changed.

@github-actions 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

Check failure on line 11 in retail-store-webapp/src/main/java/com/example/retailstore/webapp/clients/ClientsConfig.java

See this annotation in the file changed.

@github-actions 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

Check failure on line 32 in retail-store-webapp/src/main/java/com/example/retailstore/webapp/clients/ClientsConfig.java

See this annotation in the file changed.

@github-actions 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

Check failure on line 32 in retail-store-webapp/src/main/java/com/example/retailstore/webapp/clients/ClientsConfig.java

See this annotation in the file changed.

@github-actions 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

Check failure on line 10 in retail-store-webapp/src/main/java/com/example/retailstore/webapp/clients/ClientsConfig.java

See this annotation in the file changed.

@github-actions 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

Check failure on line 32 in retail-store-webapp/src/main/java/com/example/retailstore/webapp/clients/ClientsConfig.java

See this annotation in the file changed.

@github-actions 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

Check warning on line 30 in catalog-service/src/main/java/com/example/catalogservice/config/CircuitBreakerConfig.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

@NotNull/@Nullable problems

Not annotated parameter overrides @NonNullApi parameter

Check warning on line 89 in catalog-service/src/main/java/com/example/catalogservice/config/CircuitBreakerConfig.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

@NotNull/@Nullable problems

Not annotated parameter overrides @NonNullApi parameter

Check warning on line 81 in catalog-service/src/main/java/com/example/catalogservice/config/CircuitBreakerConfig.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

@NotNull/@Nullable problems

Not annotated parameter overrides @NonNullApi parameter

Check warning on line 38 in catalog-service/src/main/java/com/example/catalogservice/config/CircuitBreakerConfig.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

@NotNull/@Nullable problems

Not annotated parameter overrides @NonNullApi parameter

Check warning on line 73 in catalog-service/src/main/java/com/example/catalogservice/config/CircuitBreakerConfig.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

@NotNull/@Nullable problems

Not annotated parameter overrides @NonNullApi parameter

Check warning on line 47 in catalog-service/src/main/java/com/example/catalogservice/config/CircuitBreakerConfig.java

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Redundant 'if' statement

`if` statement can be simplified