Fix/yas 1234 #1239
Fix/yas 1234 #1239
Checkstyle Source Code Analyzer report
0 violation(s) found
Annotations
Check warning on line 9 in customer/src/main/java/com/yas/customer/service/CustomerService.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
Using the '.*' form of import should be avoided - com.yas.customer.viewmodel.customer.*.
Check warning on line 23 in customer/src/main/java/com/yas/customer/service/CustomerService.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.security.SecureRandom'
Check warning on line 23 in customer/src/main/java/com/yas/customer/service/CustomerService.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.security.SecureRandom' import. Should be before 'org.springframework.stereotype.Service'.
Check warning on line 24 in customer/src/main/java/com/yas/customer/service/CustomerService.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.Base64' import. Should be before 'org.springframework.stereotype.Service'.
Check warning on line 25 in customer/src/main/java/com/yas/customer/service/CustomerService.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.Collections' import. Should be before 'org.springframework.stereotype.Service'.
Check warning on line 26 in customer/src/main/java/com/yas/customer/service/CustomerService.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'.