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

feat(CSTM-CPC-976)Add a pet to an Owner #527

Merged
merged 9 commits into from
Oct 9, 2023

Merge branch 'main' into feat/CSTM-CPC-967/Add-Pet-to-Owner-Functiona…

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

feat(CSTM-CPC-976)Add a pet to an Owner #527

Merge branch 'main' into feat/CSTM-CPC-967/Add-Pet-to-Owner-Functiona…
05098f7
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Qodana for JVM completed Oct 9, 2023 in 0s

329 new problems found by Qodana for JVM

Qodana for JVM

329 new problems were found

Inspection name Severity Problems
Redundant character escape 🔶 Warning 85
Unused import 🔶 Warning 70
Dangling Javadoc comment 🔶 Warning 16
Invalid YAML configuration 🔶 Warning 11
Integer multiplication or shift implicitly cast to 'long' 🔶 Warning 9
Default annotation parameter value 🔶 Warning 5
Lombok annotations 🔶 Warning 5
Optional.get() is called without isPresent() check 🔶 Warning 5
AutoCloseable used without 'try'-with-resources 🔶 Warning 4
Deprecated API usage 🔶 Warning 4
Link specified as plain text 🔶 Warning 4
@NotNull/@Nullable problems 🔶 Warning 4
Redundant local variable 🔶 Warning 4
Unused assignment 🔶 Warning 4
Possibly blocking call in non-blocking context 🔶 Warning 3
Nullability and data flow problems 🔶 Warning 3
Field can be local 🔶 Warning 3
Spring Data repository method parameters errors 🔶 Warning 3
'Optional' used as field or parameter type 🔶 Warning 2
Unused publisher 🔶 Warning 2
Redundant type cast 🔶 Warning 2
Field may be 'final' 🔶 Warning 1
Lombok @Getter may be used 🔶 Warning 1
Mismatch in @PathVariable declarations and usages 🔶 Warning 1
Begin or end anchor in unexpected position 🔶 Warning 1
'size() == 0' can be replaced with 'isEmpty()' 🔶 Warning 1
Call to 'printStackTrace()' 🔶 Warning 1
Unnecessary call to 'toString()' 🔶 Warning 1
Commented out code ◽️ Notice 37
Non recommended 'field' injections ◽️ Notice 18
Duplicated code fragment ◽️ Notice 13
Constant values ◽️ Notice 3
Mismatch in @PathVariable declarations and usages ◽️ Notice 1
Throw statement in Reactive operator ◽️ Notice 1
Regular expression can be simplified ◽️ Notice 1

☁️ 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 25 in auth-service/src/main/java/com/petclinic/authservice/domainclientlayer/Mail/MailServiceImpl.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

AutoCloseable used without 'try'-with-resources

'ResponseBody' used without 'try'-with-resources statement

Check warning on line 26 in auth-service/src/main/java/com/petclinic/authservice/domainclientlayer/Mail/MailServiceImpl.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

AutoCloseable used without 'try'-with-resources

'ResponseBody' used without 'try'-with-resources statement

Check warning on line 23 in auth-service/src/main/java/com/petclinic/authservice/Util/Configuration/Security/CustomBasicAuthenticationEntryPoint.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

AutoCloseable used without 'try'-with-resources

'LogStream' used without 'try'-with-resources statement

Check warning on line 24 in auth-service/src/main/java/com/petclinic/authservice/Util/Configuration/Security/CustomBasicAuthenticationEntryPoint.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

AutoCloseable used without 'try'-with-resources

'LogStream' used without 'try'-with-resources statement

Check warning on line 58 in api-gateway/src/main/java/com/petclinic/bffapigateway/utils/Security/Filters/RoleFilter.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Possibly blocking call in non-blocking context

Possibly blocking call in non-blocking context could lead to thread starvation

Check warning on line 98 in api-gateway/src/main/java/com/petclinic/bffapigateway/utils/Security/Filters/JwtTokenFilter.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Possibly blocking call in non-blocking context

Possibly blocking call in non-blocking context could lead to thread starvation

Check warning on line 56 in api-gateway/src/main/java/com/petclinic/bffapigateway/utils/Security/Filters/IsUserFilter.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Possibly blocking call in non-blocking context

Possibly blocking call in non-blocking context could lead to thread starvation

Check notice on line 37 in auth-service/src/main/java/com/petclinic/authservice/Util/GlobalControllerExceptionHandlerConfig.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (9 lines)

Check notice on line 510 in api-gateway/src/main/java/com/petclinic/bffapigateway/presentationlayer/BFFApiGatewayController.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (16 lines)

Check notice on line 72 in auth-service/src/main/java/com/petclinic/authservice/presentationlayer/User/UserController.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (5 lines)

Check notice on line 20 in visits-service-new/src/main/java/com/petclinic/visits/visitsservicenew/PresentationLayer/VisitRequestDTO.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (3 lines)

Check notice on line 21 in visits-service-new/src/main/java/com/petclinic/visits/visitsservicenew/BusinessLayer/VisitService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (2 lines)

Check notice on line 10 in api-gateway/src/main/java/com/petclinic/bffapigateway/exceptions/InvalidInputException.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (3 lines)

Check notice on line 18 in billing-service/src/main/java/com/petclinic/billing/businesslayer/BillServiceImpl.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (2 lines)

Check notice on line 1 in billing-service/src/main/java/com/petclinic/billing/domainclientlayer/VetClient.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (32 lines)

Check notice on line 579 in api-gateway/src/main/java/com/petclinic/bffapigateway/presentationlayer/BFFApiGatewayController.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (6 lines)

Check notice on line 598 in api-gateway/src/main/java/com/petclinic/bffapigateway/presentationlayer/BFFApiGatewayController.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (19 lines)

Check notice on line 80 in visits-service-new/src/main/java/com/petclinic/visits/visitsservicenew/PresentationLayer/VisitController.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (9 lines)

Check notice on line 324 in api-gateway/src/main/java/com/petclinic/bffapigateway/presentationlayer/BFFApiGatewayController.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (7 lines)

Check notice on line 156 in api-gateway/src/main/java/com/petclinic/bffapigateway/presentationlayer/BFFApiGatewayController.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (4 lines)

Check notice on line 102 in vet-service/src/main/java/com/petclinic/vet/presentationlayer/VetController.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (6 lines)

Check notice on line 71 in billing-service/src/main/java/com/petclinic/billing/businesslayer/BillServiceImpl.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (8 lines)

Check notice on line 147 in api-gateway/src/main/java/com/petclinic/bffapigateway/domainclientlayer/VisitsServiceClient.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (17 lines)

Check notice on line 21 in visits-service-new/src/main/java/com/petclinic/visits/visitsservicenew/PresentationLayer/VisitResponseDTO.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (3 lines)

Check notice on line 2 in api-gateway/src/main/java/com/petclinic/bffapigateway/dtos/Visits/VisitDetails.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Commented out code

Commented out code (7 lines)