Skip to content

#824 [Backoffice] Create Product require select "tax class" even not tick "tax included" checkbox #646

#824 [Backoffice] Create Product require select "tax class" even not tick "tax included" checkbox

#824 [Backoffice] Create Product require select "tax class" even not tick "tax included" checkbox #646

Triggered via pull request August 9, 2024 06:38
Status Success
Total duration 1m 34s
Artifacts

backoffice-ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

919 warnings
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/service/ProductTemplateService.java#L14
Using the '.*' form of import should be avoided - com.yas.product.viewmodel.producttemplate.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductTemplateService.java#L21
Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductTemplateService.java#L22
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductTemplateService.java#L23
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductTemplateService.java#L24
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductTemplateService.java#L25
Wrong lexicographical order for 'java.util.function.Function' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductTemplateService.java#L26
Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/service/ProductTemplateService.java#L47
WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/service/ProductTemplateService.java#L61
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/service/ProductTemplateService.java#L95
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/service/ProductTemplateService.java#L100
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/service/ProductTemplateService.java#L102
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/service/ProductTemplateService.java#L104
WhitespaceAround: '}' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/service/ProductTemplateService.java#L104
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/service/ProductTemplateService.java#L110
WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/service/ProductTemplateService.java#L126
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/service/ProductService.java#L6
Using the '.*' form of import should be avoided - com.yas.product.model.*.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/service/ProductService.java#L10
Using the '.*' form of import should be avoided - com.yas.product.repository.*.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/service/ProductService.java#L14
Using the '.*' form of import should be avoided - com.yas.product.viewmodel.product.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductService.java#L28
Wrong lexicographical order for 'java.util.*' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductService.java#L29
Wrong lexicographical order for 'java.util.function.BiFunction' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductService.java#L30
Wrong lexicographical order for 'java.util.function.Function' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductService.java#L31
Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: product/src/main/java/com/yas/product/service/ProductService.java#L235
Distance between variable 'productCategoryList' declaration and its first usage is 28, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: product/src/main/java/com/yas/product/service/ProductService.java#L237
Distance between variable 'productImageList' declaration and its first usage is 26, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: product/src/main/java/com/yas/product/service/ProductService.java#L382
Abbreviation in name 'variantInDB' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.LambdaParameterNameCheck: product/src/main/java/com/yas/product/service/ProductService.java#L383
Lambda parameter name 'pVariant' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: product/src/main/java/com/yas/product/service/ProductService.java#L392
Abbreviation in name 'variantInDB' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.LambdaParameterNameCheck: product/src/main/java/com/yas/product/service/ProductService.java#L403
Lambda parameter name 'pImage' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: product/src/main/java/com/yas/product/service/ProductService.java#L770
Abbreviation in name 'getProductESDetailById' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: product/src/main/java/com/yas/product/service/ProductService.java#L903
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '869'.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: product/src/main/java/com/yas/product/service/ProductService.java#L910
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '874'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/BrandService.java#L17
Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/BrandService.java#L18
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/CategoryService.java#L21
Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/CategoryService.java#L22
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/CategoryService.java#L23
Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/service/CategoryService.java#L63
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/service/CategoryService.java#L86
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/service/CategoryService.java#L93
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/service/CategoryService.java#L162
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/service/CategoryService.java#L163
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/service/CategoryService.java#L163
WhitespaceAround: '!=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductAttributeGroupService.java#L6
Wrong lexicographical order for 'com.yas.product.model.attribute.ProductAttributeGroup' import. Should be before 'com.yas.product.viewmodel.productattribute.ProductAttributeGroupVm'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductAttributeGroupService.java#L7
Wrong lexicographical order for 'com.yas.product.viewmodel.productattribute.ProductAttributeGroupListGetVm' import. Should be before 'com.yas.product.viewmodel.productattribute.ProductAttributeGroupVm'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductAttributeGroupService.java#L8
Wrong lexicographical order for 'com.yas.product.repository.ProductAttributeGroupRepository' import. Should be before 'com.yas.product.viewmodel.productattribute.ProductAttributeGroupVm'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductAttributeGroupService.java#L15
Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductAttributeGroupService.java#L16
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductOptionService.java#L7
Wrong lexicographical order for 'com.yas.product.model.ProductOption' import. Should be before 'com.yas.product.viewmodel.productoption.ProductOptionGetVm'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductOptionService.java#L9
Wrong lexicographical order for 'com.yas.product.repository.ProductOptionRepository' import. Should be before 'com.yas.product.viewmodel.productoption.ProductOptionListGetVm'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductOptionService.java#L17
Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductOptionService.java#L18
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/MediaService.java#L16
Wrong lexicographical order for 'java.net.URI' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/service/MediaService.java#L43
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductAttributeService.java#L10
Wrong lexicographical order for 'com.yas.product.model.attribute.ProductAttribute' import. Should be before 'com.yas.product.viewmodel.productattribute.ProductAttributeGetVm'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductAttributeService.java#L12
Wrong lexicographical order for 'com.yas.product.repository.ProductAttributeRepository' import. Should be before 'com.yas.product.viewmodel.productattribute.ProductAttributeListGetVm'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductAttributeService.java#L20
Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/service/ProductAttributeService.java#L21
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/service/ProductAttributeService.java#L59
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/service/ProductAttributeService.java#L78
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/ProductApplication.java#L12
'method def modifier' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/ProductApplication.java#L13
'method def' child has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/ProductApplication.java#L14
'method def rcurly' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/validation/PriceValidator.java#L15
WhitespaceAround: '>=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/validation/ValidateProductPrice.java#L8
Import statement for 'java.lang.annotation.ElementType.FIELD' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/validation/ValidateProductPrice.java#L9
Import statement for 'java.lang.annotation.ElementType.PARAMETER' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/validation/ValidateProductPrice.java#L10
Import statement for 'java.lang.annotation.RetentionPolicy.RUNTIME' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/model/Product.java#L5
Using the '.*' form of import should be avoided - jakarta.persistence.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/Product.java#L8
Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'lombok.*'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/Product.java#L9
Wrong lexicographical order for 'java.util.List' import. Should be before 'lombok.*'.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/model/ProductImage.java#L3
Using the '.*' form of import should be avoided - jakarta.persistence.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/AbstractAuditEntity.java#L13
Wrong lexicographical order for 'java.time.ZonedDateTime' import. Should be before 'org.springframework.data.annotation.LastModifiedBy'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttributeValue.java#L7
Wrong lexicographical order for 'jakarta.persistence.Entity' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttributeValue.java#L8
Wrong lexicographical order for 'jakarta.persistence.GeneratedValue' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttributeValue.java#L9
Wrong lexicographical order for 'jakarta.persistence.GenerationType' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttributeValue.java#L10
Wrong lexicographical order for 'jakarta.persistence.Id' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttributeValue.java#L11
Wrong lexicographical order for 'jakarta.persistence.JoinColumn' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttributeValue.java#L12
Wrong lexicographical order for 'jakarta.persistence.ManyToOne' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttributeValue.java#L13
Wrong lexicographical order for 'jakarta.persistence.Table' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttributeGroup.java#L7
Wrong lexicographical order for 'jakarta.persistence.*' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttributeGroup.java#L8
Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttributeGroup.java#L9
Wrong lexicographical order for 'java.util.List' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductTemplate.java#L7
Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'lombok.*'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductTemplate.java#L8
Wrong lexicographical order for 'java.util.List' import. Should be before 'lombok.*'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttribute.java#L7
Wrong lexicographical order for 'jakarta.persistence.Entity' import. Should be before 'lombok.*'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttribute.java#L8
Wrong lexicographical order for 'jakarta.persistence.GeneratedValue' import. Should be before 'lombok.*'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttribute.java#L9
Wrong lexicographical order for 'jakarta.persistence.GenerationType' import. Should be before 'lombok.*'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttribute.java#L10
Wrong lexicographical order for 'jakarta.persistence.Id' import. Should be before 'lombok.*'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttribute.java#L11
Wrong lexicographical order for 'jakarta.persistence.JoinColumn' import. Should be before 'lombok.*'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttribute.java#L12
Wrong lexicographical order for 'jakarta.persistence.ManyToOne' import. Should be before 'lombok.*'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttribute.java#L13
Wrong lexicographical order for 'jakarta.persistence.OneToMany' import. Should be before 'lombok.*'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttribute.java#L14
Wrong lexicographical order for 'jakarta.persistence.Table' import. Should be before 'lombok.*'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttribute.java#L15
Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'lombok.*'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/attribute/ProductAttribute.java#L16
Wrong lexicographical order for 'java.util.List' import. Should be before 'lombok.*'.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: product/src/main/java/com/yas/product/model/enumeration/FilterExistInWHSelection.java#L3
Abbreviation in name 'FilterExistInWHSelection' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/ProductOption.java#L6
Wrong lexicographical order for 'jakarta.persistence.*' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/model/ProductOption.java#L6
Using the '.*' form of import should be avoided - jakarta.persistence.*.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/model/Brand.java#L3
Using the '.*' form of import should be avoided - jakarta.persistence.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/Brand.java#L8
Wrong lexicographical order for 'java.util.List' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/model/Brand.java#L15
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/model/Brand.java#L19
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/model/Brand.java#L21
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/model/Brand.java#L23
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/model/Brand.java#L25
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/model/Brand.java#L28
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/model/Brand.java#L30
'if' has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/model/Brand.java#L31
'if' child has incorrect indentation level 6, expected level should be 12.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/model/Brand.java#L32
'if rcurly' has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/model/Brand.java#L33
'if' has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/model/Brand.java#L34
'if' child has incorrect indentation level 6, expected level should be 12.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/model/Brand.java#L35
'if rcurly' has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/model/Brand.java#L36
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/model/Brand.java#L37
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/model/Brand.java#L39
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/model/Brand.java#L42
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/model/Brand.java#L43
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/model/ProductCategory.java#L3
Using the '.*' form of import should be avoided - jakarta.persistence.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/Category.java#L9
Wrong lexicographical order for 'jakarta.persistence.*' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/model/Category.java#L9
Using the '.*' form of import should be avoided - jakarta.persistence.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/Category.java#L10
Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/model/Category.java#L11
Wrong lexicographical order for 'java.util.List' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/model/Category.java#L18
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/model/ProductRelated.java#L3
Using the '.*' form of import should be avoided - jakarta.persistence.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/repository/ProductAttributeValueRepository.java#L8
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.stereotype.Repository'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/repository/ProductAttributeTemplateRepository.java#L7
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.stereotype.Repository'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/repository/ProductOptionCombinationRepository.java#L8
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.stereotype.Repository'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/repository/CategoryRepository.java#L8
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.stereotype.Repository'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/repository/ProductRepository.java#L13
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.stereotype.Repository'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/repository/ProductRepository.java#L14
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.stereotype.Repository'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/repository/BrandRepository.java#L8
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.stereotype.Repository'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/repository/ProductCategoryRepository.java#L10
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.stereotype.Repository'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/repository/ProductOptionRepository.java#L8
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.stereotype.Repository'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/repository/ProductOptionValueRepository.java#L9
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.stereotype.Repository'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/repository/ProductImageRepository.java#L7
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.stereotype.Repository'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L4
'class def modifier' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: product/src/main/java/com/yas/product/utils/Constants.java#L4
Abbreviation in name 'ERROR_CODE' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheck: product/src/main/java/com/yas/product/utils/Constants.java#L4
Type name 'ERROR_CODE' must match pattern '^[A-Z][a-zA-Z0-9]*$'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L5
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L6
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L7
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L8
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L10
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L11
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L12
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L13
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L14
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L15
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L16
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L17
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L18
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L19
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L20
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L21
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L23
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L24
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L26
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L27
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L28
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L29
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L30
'member def modifier' has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/Constants.java#L31
'class def rcurly' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/utils/MessagesUtils.java#L7
Extra separation in import group before 'org.slf4j.helpers.FormattingTuple'
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/MessagesUtils.java#L12
'member def modifier' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/MessagesUtils.java#L17
'try' child has incorrect indentation level 16, expected level should be 12.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/utils/MessagesUtils.java#L20
'catch' child has incorrect indentation level 16, expected level should be 12.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L12
Wrong lexicographical order for 'com.yas.product.viewmodel.productattribute.ProductAttributeListGetVm' import. Should be before 'com.yas.product.viewmodel.productattribute.ProductAttributePostVm'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L13
Wrong lexicographical order for 'com.yas.product.constants.PageableConstant' import. Should be before 'com.yas.product.viewmodel.productattribute.ProductAttributePostVm'.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L19
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L22
Wrong lexicographical order for 'jakarta.validation.Valid' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L23
Wrong lexicographical order for 'java.security.Principal' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L24
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L54
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L55
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L66
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L67
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L76
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L77
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L78
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L79
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L86
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L87
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L88
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L89
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L93
WhitespaceAround: '->' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/controller/ProductAttributeController.java#L94
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductOptionController.java#L8
Wrong lexicographical order for 'com.yas.product.service.ProductOptionService' import. Should be before 'com.yas.product.viewmodel.error.ErrorVm'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductOptionController.java#L10
Wrong lexicographical order for 'com.yas.product.constants.PageableConstant' import. Should be before 'com.yas.product.viewmodel.productoption.ProductOptionListGetVm'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductOptionController.java#L11
Wrong lexicographical order for 'com.yas.product.viewmodel.productattribute.ProductAttributeGetVm' import. Should be before 'com.yas.product.viewmodel.productoption.ProductOptionListGetVm'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductOptionController.java#L12
Wrong lexicographical order for 'com.yas.product.viewmodel.productoption.ProductOptionGetVm' import. Should be before 'com.yas.product.viewmodel.productoption.ProductOptionListGetVm'.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/controller/ProductOptionController.java#L20
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductOptionController.java#L23
Wrong lexicographical order for 'java.security.Principal' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductOptionController.java#L24
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductOptionController.java#L54
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductOptionController.java#L55
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductOptionController.java#L66
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductOptionController.java#L67
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductOptionController.java#L78
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductOptionController.java#L79
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductOptionController.java#L80
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductOptionController.java#L89
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductOptionController.java#L90
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductOptionController.java#L91
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/controller/CategoryController.java#L18
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/CategoryController.java#L21
Wrong lexicographical order for 'jakarta.validation.Valid' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/CategoryController.java#L22
Wrong lexicographical order for 'java.security.Principal' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/CategoryController.java#L23
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/CategoryController.java#L42
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/CategoryController.java#L43
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/CategoryController.java#L50
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/CategoryController.java#L51
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/CategoryController.java#L62
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/CategoryController.java#L63
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/CategoryController.java#L64
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/CategoryController.java#L71
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/CategoryController.java#L72
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/CategoryController.java#L73
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/controller/CategoryController.java#L77
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/controller/CategoryController.java#L80
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L7
Wrong lexicographical order for 'com.yas.product.repository.BrandRepository' import. Should be before 'com.yas.product.service.BrandService'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L9
Wrong lexicographical order for 'com.yas.product.viewmodel.brand.BrandListGetVm' import. Should be before 'com.yas.product.viewmodel.brand.BrandPostVm'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L10
Wrong lexicographical order for 'com.yas.product.constants.PageableConstant' import. Should be before 'com.yas.product.viewmodel.brand.BrandPostVm'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L13
Wrong lexicographical order for 'com.yas.product.utils.Constants' import. Should be before 'com.yas.product.viewmodel.error.ErrorVm'.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L21
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L24
Wrong lexicographical order for 'jakarta.validation.Valid' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L25
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L29
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L31
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L32
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L34
'ctor def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L35
'ctor def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L36
'ctor def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L37
'ctor def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L39
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L41
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L42
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L45
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L46
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L48
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L52
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L53
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L55
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L57
'annotation array initialization' child has incorrect indentation level 8, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L58
'annotation array initialization' child has incorrect indentation level 8, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L60
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L63
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L64
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L66
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L68
'annotation array initialization' child has incorrect indentation level 8, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L69
'annotation array initialization' child has incorrect indentation level 8, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L71
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L72
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L74
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L76
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L78
'annotation array initialization' child has incorrect indentation level 8, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L79
'annotation array initialization' child has incorrect indentation level 8, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L80
'annotation array initialization' child has incorrect indentation level 8, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L82
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L83
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L84
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L86
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L88
'annotation array initialization' child has incorrect indentation level 10, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L89
'annotation array initialization' child has incorrect indentation level 10, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L90
'annotation array initialization' child has incorrect indentation level 10, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L92
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L93
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L96
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L97
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/BrandController.java#L98
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductAttributeGroupController.java#L11
Wrong lexicographical order for 'com.yas.product.viewmodel.productattribute.ProductAttributeGroupListGetVm' import. Should be before 'com.yas.product.viewmodel.productattribute.ProductAttributeGroupVm'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductAttributeGroupController.java#L12
Wrong lexicographical order for 'com.yas.product.constants.PageableConstant' import. Should be before 'com.yas.product.viewmodel.productattribute.ProductAttributeGroupVm'.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/controller/ProductAttributeGroupController.java#L20
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductAttributeGroupController.java#L23
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeGroupController.java#L54
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeGroupController.java#L55
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeGroupController.java#L66
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeGroupController.java#L67
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeGroupController.java#L77
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeGroupController.java#L78
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeGroupController.java#L79
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeGroupController.java#L91
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeGroupController.java#L92
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeGroupController.java#L93
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/controller/ProductAttributeGroupController.java#L96
WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/controller/ProductAttributeGroupController.java#L98
WhitespaceAround: 'catch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/controller/ProductTemplateController.java#L17
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductTemplateController.java#L20
Wrong lexicographical order for 'java.security.Principal' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductTemplateController.java#L21
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductTemplateController.java#L51
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductTemplateController.java#L52
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductTemplateController.java#L60
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductTemplateController.java#L61
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductTemplateController.java#L69
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductTemplateController.java#L70
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductTemplateController.java#L71
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L6
Using the '.*' form of import should be avoided - com.yas.product.viewmodel.product.*.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L17
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L19
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.bind.annotation.*'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L48
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L49
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L57
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L58
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L59
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L101
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L102
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L103
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L122
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L124
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L126
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L140
Abbreviation in name 'getProductESDetailById' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L145
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L147
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L156
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L158
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L178
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L179
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L180
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L189
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L190
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductController.java#L191
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L19
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L21
Wrong lexicographical order for 'com.yas.product.utils.Constants' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L23
Wrong lexicographical order for 'jakarta.validation.Valid' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L24
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L25
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L42
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L43
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L57
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L58
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L59
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L60
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L72
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L73
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L76
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L82
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L95
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L96
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L97
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L98
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/controller/ProductAttributeValueController.java#L101
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/controller/ProductOptionValueController.java#L19
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.bind.annotation.RestController'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductOptionValueController.java#L42
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/controller/ProductOptionValueController.java#L43
'annotation array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/viewmodel/productattribute/ProductAttributeGetVm.java#L8
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.naming.RecordComponentNameCheck: product/src/main/java/com/yas/product/viewmodel/producttemplate/ProductTemplatePostVm.java#L9
Record component name 'ProductAttributeTemplates' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: product/src/main/java/com/yas/product/viewmodel/category/CategoryGetDetailVm.java#L8
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: product/src/main/java/com/yas/product/viewmodel/product/ProductESDetailVm.java#L5
Abbreviation in name 'ProductESDetailVm' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L17
Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.springframework.web.context.request.WebRequest'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L18
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.context.request.WebRequest'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L23
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L25
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L27
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L28
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L29
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L30
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L31
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L32
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L34
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L36
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L37
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L38
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L39
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L41
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L43
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L49
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L50
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L51
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L53
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L55
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L61
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L62
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L63
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L65
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L67
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L68
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L69
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L70
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L72
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L74
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L75
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L76
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L78
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L80
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L81
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L83
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L84
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L85
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L86
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L88
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L89
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L90
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/ApiExceptionHandler.java#L91
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/NotFoundException.java#L7
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/NotFoundException.java#L9
'ctor def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/NotFoundException.java#L10
'ctor def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/NotFoundException.java#L11
'ctor def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/NotFoundException.java#L13
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/NotFoundException.java#L15
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/NotFoundException.java#L16
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/NotFoundException.java#L18
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/NotFoundException.java#L19
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/exception/NotFoundException.java#L20
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: product/src/main/java/com/yas/product/config/SwaggerConfig.java#L6
Using the '.*' form of import should be avoided - io.swagger.v3.oas.annotations.security.*.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: product/src/main/java/com/yas/product/config/SwaggerConfig.java#L13
'annotation array initialization' child has incorrect indentation level 16, expected level should be 12.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/config/SecurityConfig.java#L14
Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.springframework.security.web.SecurityFilterChain'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/config/SecurityConfig.java#L15
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.security.web.SecurityFilterChain'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/config/SecurityConfig.java#L16
Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'org.springframework.security.web.SecurityFilterChain'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: product/src/main/java/com/yas/product/config/DatabaseAutoConfig.java#L12
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.security.core.context.SecurityContextHolder'.