Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.21.0 #921

Merged
merged 1 commit into from
Dec 12, 2024

chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10…

f04abbd
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.21.0 #921

chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10…
f04abbd
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana Community for JVM completed Dec 12, 2024 in 0s

22 new problems found by Qodana Community for JVM

Qodana Community for JVM

22 new problems were found

Inspection name Severity Problems
@NotNull/@Nullable problems 🔶 Warning 6
Redundant 'if' statement 🔶 Warning 4
Unnecessary conversion to 'String' 🔶 Warning 3
Unchecked warning 🔶 Warning 2
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 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 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

Check warning on line 92 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 153 in payment-service/src/main/java/com/example/paymentservice/repositories/CustomerRepositoryImpl.java

See this annotation in the file changed.

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

Unchecked warning

Unchecked cast: 'java.lang.Object' to 'org.jooq.TableField'

Check warning on line 128 in inventory-service/src/main/java/com/example/inventoryservice/repositories/InventoryJOOQRepositoryImpl.java

See this annotation in the file changed.

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

Unchecked warning

Unchecked cast: 'java.lang.Object' to 'org.jooq.TableField'

Check warning on line 126 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

Unnecessary conversion to 'String'

Unnecessary `String.valueOf()` call

Check warning on line 254 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

Unnecessary conversion to 'String'

Unnecessary `String.valueOf()` call

Check warning on line 170 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

Unnecessary conversion to 'String'

Unnecessary `String.valueOf()` call