Skip to content

Feature/1003 payment provider #656

Feature/1003 payment provider

Feature/1003 payment provider #656

Triggered via pull request October 31, 2024 07:56
Status Success
Total duration 3m 23s
Artifacts 1

order-ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

47 warnings
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: payment-paypal/src/main/java/com/yas/payment/paypal/service/PaypalService.java#L17
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: payment-paypal/src/main/java/com/yas/payment/paypal/service/PaypalService.java#L18
Wrong lexicographical order for 'java.math.BigDecimal' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: payment-paypal/src/main/java/com/yas/payment/paypal/service/PaypalService.java#L19
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: payment-paypal/src/main/java/com/yas/payment/paypal/service/PaypalService.java#L20
Wrong lexicographical order for 'java.util.NoSuchElementException' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: payment-paypal/src/main/java/com/yas/payment/paypal/viewmodel/PaypalCreatePaymentRequest.java#L5
Wrong lexicographical order for 'java.math.BigDecimal' import. Should be before 'lombok.Builder'.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: payment/src/main/java/com/yas/payment/service/PaymentService.java#L8
Using the '.*' form of import should be avoided - com.yas.payment.viewmodel.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: payment/src/main/java/com/yas/payment/service/PaymentService.java#L15
Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: payment/src/main/java/com/yas/payment/service/PaymentService.java#L16
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: payment/src/main/java/com/yas/payment/service/PaymentService.java#L17
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: payment/src/main/java/com/yas/payment/service/PaymentService.java#L55
Abbreviation in name 'capturePaymentRequestVM' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: payment/src/main/java/com/yas/payment/service/provider/handler/PaypalHandler.java#L49
Abbreviation in name 'capturePaymentRequestVM' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: payment/src/main/java/com/yas/payment/service/provider/handler/PaymentHandler.java#L11
Abbreviation in name 'capturePaymentRequestVM' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: payment/src/main/java/com/yas/payment/service/OrderService.java#L17
Wrong lexicographical order for 'java.net.URI' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: payment/src/main/java/com/yas/payment/model/CapturedPayment.java#L10
Wrong lexicographical order for 'java.math.BigDecimal' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: payment/src/main/java/com/yas/payment/controller/PaymentController.java#L28
Abbreviation in name 'capturePaymentRequestVM' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: payment/src/main/java/com/yas/payment/viewmodel/InitPaymentRequestVm.java#L5
Wrong lexicographical order for 'java.math.BigDecimal' import. Should be before 'lombok.Builder'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: payment-paypal/src/main/java/com/yas/payment/paypal/service/PaypalService.java#L17
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: payment-paypal/src/main/java/com/yas/payment/paypal/service/PaypalService.java#L18
Wrong lexicographical order for 'java.math.BigDecimal' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: payment-paypal/src/main/java/com/yas/payment/paypal/service/PaypalService.java#L19
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: payment-paypal/src/main/java/com/yas/payment/paypal/service/PaypalService.java#L20
Wrong lexicographical order for 'java.util.NoSuchElementException' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: payment-paypal/src/main/java/com/yas/payment/paypal/viewmodel/PaypalCreatePaymentRequest.java#L5
Wrong lexicographical order for 'java.math.BigDecimal' import. Should be before 'lombok.Builder'.
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: jwgmeligmeyling/checkstyle-github-action@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: jwgmeligmeyling/checkstyle-github-action@master, madrapps/jacoco-report@v1.6.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Artifacts

Produced during runtime
Name Size
OWASP Dependency Check Report
116 KB