Feature/1003 payment provider #1243
Checkstyle Source Code Analyzer report
0 violation(s) found
Annotations
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
Using the '.*' form of import should be avoided - com.paypal.orders.*.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.io.IOException'
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.springframework.stereotype.Service'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.math.BigDecimal' import. Should be before 'org.springframework.stereotype.Service'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.stereotype.Service'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.NoSuchElementException' import. Should be before 'org.springframework.stereotype.Service'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
Line is longer than 120 characters (found 131).
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
Line is longer than 120 characters (found 126).
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
',' is not followed by whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
Line is longer than 120 characters (found 132).
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.math.BigDecimal'
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.math.BigDecimal' import. Should be before 'lombok.Builder'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
Line is longer than 120 characters (found 130).
Check warning on line 8 in payment/src/main/java/com/yas/payment/service/PaymentService.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
Using the '.*' form of import should be avoided - com.yas.payment.viewmodel.*.
Check warning on line 15 in payment/src/main/java/com/yas/payment/service/PaymentService.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.util.HashMap'
Check warning on line 15 in payment/src/main/java/com/yas/payment/service/PaymentService.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.springframework.stereotype.Service'.
Check warning on line 16 in payment/src/main/java/com/yas/payment/service/PaymentService.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.stereotype.Service'.
Check warning on line 17 in payment/src/main/java/com/yas/payment/service/PaymentService.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.stereotype.Service'.
Check warning on line 55 in payment/src/main/java/com/yas/payment/service/PaymentService.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'capturePaymentRequestVM' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'capturePaymentRequestVM' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
Line is longer than 120 characters (found 126).
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
'METHOD_DEF' should be separated from previous line.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
'METHOD_DEF' should be separated from previous line.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'capturePaymentRequestVM' must contain no more than '1' consecutive capital letters.
Check warning on line 17 in payment/src/main/java/com/yas/payment/service/OrderService.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.net.URI'