Skip to content

chore(deps): update dependency org.owasp:dependency-check-maven to v1… #727

chore(deps): update dependency org.owasp:dependency-check-maven to v1…

chore(deps): update dependency org.owasp:dependency-check-maven to v1… #727

GitHub Actions / Qodana Community for JVM completed Jan 19, 2025 in 0s

14 new problems found by Qodana Community for JVM

Qodana Community for JVM

14 new problems were found

Inspection name Severity Problems
@NotNull/@Nullable problems 🔶 Warning 6
Unchecked warning 🔶 Warning 2
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 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'