jbertram commented on PR #6085:
URL: 
https://github.com/apache/activemq-artemis/pull/6085#issuecomment-3564426495

   In any event, you've got a handful of CheckStyle issues:
   ```
   Error:  
src/main/java/org/apache/activemq/artemis/core/postoffice/impl/PostOfficeImpl.java:[1591,17]
 (indentation) Indentation: 'try' child has incorrect indentation level 16, 
expected level should be 15.
   Error:  
src/main/java/org/apache/activemq/artemis/core/postoffice/impl/PostOfficeImpl.java:[1592,17]
 (indentation) Indentation: 'try' child has incorrect indentation level 16, 
expected level should be 15.
   Error:  
src/main/java/org/apache/activemq/artemis/core/postoffice/impl/PostOfficeImpl.java:[1593,17]
 (indentation) Indentation: 'try' child has incorrect indentation level 16, 
expected level should be 15.
   Error:  
src/main/java/org/apache/activemq/artemis/core/postoffice/impl/PostOfficeImpl.java:[1595,17]
 (indentation) Indentation: 'catch' child has incorrect indentation level 16, 
expected level should be 15.
   Error:  
src/test/java/org/apache/activemq/artemis/core/paging/impl/PagingStoreCleanupTest.java:[32,47]
 (imports) AvoidStarImport: Using the '.*' form of import should be avoided - 
org.junit.jupiter.api.Assertions.*.
   Error:  
src/test/java/org/apache/activemq/artemis/core/paging/impl/PagingStoreCleanupTest.java:[33,34]
 (imports) AvoidStarImport: Using the '.*' form of import should be avoided - 
org.mockito.Mockito.*.
   Error:  
src/test/java/org/apache/activemq/artemis/core/postoffice/impl/DuplicateIDCacheCleanupTest.java:[43,47]
 (imports) AvoidStarImport: Using the '.*' form of import should be avoided - 
org.junit.jupiter.api.Assertions.*.
   Error:  
src/test/java/org/apache/activemq/artemis/core/postoffice/impl/DuplicateIDCacheCleanupTest.java:[44,34]
 (imports) AvoidStarImport: Using the '.*' form of import should be avoided - 
org.mockito.Mockito.*.
   ```
   For what it's worth, you can run this check locally using `mvn 
checkstyle:check` or the [`dev` 
profile](https://activemq.apache.org/components/artemis/documentation/hacking-guide/#using-the-dev-profile).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to