You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/07/28 07:13:47 UTC

[GitHub] [rocketmq] mxsm opened a new issue, #4709: Method is on the same line as @Override annotation

mxsm opened a new issue, #4709:
URL: https://github.com/apache/rocketmq/issues/4709

   when developer import rmq_codeStyle.xml into IDEA or other develop tools, Then Define a method in the interface, for exmaple
   ![image](https://user-images.githubusercontent.com/15797831/181443169-57c079ec-f32a-4c96-97b4-bf7b360faa64.png)
   developer uses shortcut keys to generate implementation code in the AutoSwitchHAConnection class,like this as following
   ![image](https://user-images.githubusercontent.com/15797831/181443446-3b88158c-42bc-45da-979c-0caf6f885fd0.png)
   As we can see, Method is on the same line as @Override . need modify rmq_codeStyle.xml to fixed it. and There's a lot of formatting in the code that needs fixing
   
   


-- 
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: dev-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] aaron-ai closed issue #4709: Method is on the same line as @Override annotation

Posted by GitBox <gi...@apache.org>.
aaron-ai closed issue #4709: Method is on the same line as @Override annotation
URL: https://github.com/apache/rocketmq/issues/4709


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] mxsm commented on issue #4709: Method is on the same line as @Override annotation

Posted by GitBox <gi...@apache.org>.
mxsm commented on issue #4709:
URL: https://github.com/apache/rocketmq/issues/4709#issuecomment-1198269997

   **Tips: The developer needs to re-import the rmq_codeStyle.xml** 


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org