You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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).
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'.
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'.
Wrong lexicographical order for 'com.yas.product.model.attribute.ProductAttributeGroup' import. Should be before 'com.yas.product.viewmodel.productattribute.ProductAttributeGroupVm'.
Wrong lexicographical order for 'com.yas.product.viewmodel.productattribute.ProductAttributeGroupListGetVm' import. Should be before 'com.yas.product.viewmodel.productattribute.ProductAttributeGroupVm'.
Wrong lexicographical order for 'com.yas.product.repository.ProductAttributeGroupRepository' import. Should be before 'com.yas.product.viewmodel.productattribute.ProductAttributeGroupVm'.
Wrong lexicographical order for 'com.yas.product.model.ProductOption' import. Should be before 'com.yas.product.viewmodel.productoption.ProductOptionGetVm'.
Wrong lexicographical order for 'com.yas.product.repository.ProductOptionRepository' import. Should be before 'com.yas.product.viewmodel.productoption.ProductOptionListGetVm'.
Wrong lexicographical order for 'com.yas.product.model.attribute.ProductAttribute' import. Should be before 'com.yas.product.viewmodel.productattribute.ProductAttributeGetVm'.
Wrong lexicographical order for 'com.yas.product.repository.ProductAttributeRepository' import. Should be before 'com.yas.product.viewmodel.productattribute.ProductAttributeListGetVm'.
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.
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.
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.
Wrong lexicographical order for 'com.yas.product.viewmodel.productattribute.ProductAttributeListGetVm' import. Should be before 'com.yas.product.viewmodel.productattribute.ProductAttributePostVm'.
Wrong lexicographical order for 'com.yas.product.constants.PageableConstant' import. Should be before 'com.yas.product.viewmodel.productattribute.ProductAttributePostVm'.
Wrong lexicographical order for 'com.yas.product.constants.PageableConstant' import. Should be before 'com.yas.product.viewmodel.productoption.ProductOptionListGetVm'.
Wrong lexicographical order for 'com.yas.product.viewmodel.productattribute.ProductAttributeGetVm' import. Should be before 'com.yas.product.viewmodel.productoption.ProductOptionListGetVm'.
Wrong lexicographical order for 'com.yas.product.viewmodel.productoption.ProductOptionGetVm' import. Should be before 'com.yas.product.viewmodel.productoption.ProductOptionListGetVm'.
Wrong lexicographical order for 'com.yas.product.viewmodel.brand.BrandListGetVm' import. Should be before 'com.yas.product.viewmodel.brand.BrandPostVm'.
Wrong lexicographical order for 'com.yas.product.viewmodel.productattribute.ProductAttributeGroupListGetVm' import. Should be before 'com.yas.product.viewmodel.productattribute.ProductAttributeGroupVm'.
Wrong lexicographical order for 'com.yas.product.constants.PageableConstant' import. Should be before 'com.yas.product.viewmodel.productattribute.ProductAttributeGroupVm'.