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 2020/07/21 02:10:23 UTC

[GitHub] [rocketmq] fantow opened a new issue #2176: There are some redundancy parameters in method

fantow opened a new issue #2176:
URL: https://github.com/apache/rocketmq/issues/2176


   BUG REPORT
   
   Please describe the issue you observed:
   What did you do (The steps to reproduce)?
   **There are two redundancy parameters in rocketmq.acl.common.AclUtils.v6ipProcess**
   
   What did you expect to see?
   **`public static String v6ipProcess(String netaddress)`**
   
   What did you see instead?
   **`public static String v6ipProcess(String netaddress, String[] strArray, int index)`**
   
   Please tell us about your environment:
   JDK 1.8
   RocketMQ 4.7.1
   
   Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
   ![RocketMQError](https://user-images.githubusercontent.com/18530950/88004754-438bd280-cb3a-11ea-8818-4c5e119f9f74.png)
   


----------------------------------------------------------------
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.

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



[GitHub] [rocketmq] fantow commented on issue #2176: There are some redundancy parameters in method

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


   I have fixed it.


----------------------------------------------------------------
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.

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



[GitHub] [rocketmq] lizhiboo commented on issue #2176: There are some redundancy parameters in method

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


   > BUG REPORT
   > 
   > Please describe the issue you observed:
   > What did you do (The steps to reproduce)?
   > **There are two redundancy parameters in rocketmq.acl.common.AclUtils.v6ipProcess**
   > 
   > What did you expect to see?
   > **`public static String v6ipProcess(String netaddress)`**
   > 
   > What did you see instead?
   > **`public static String v6ipProcess(String netaddress, String[] strArray, int index)`**
   > 
   > Please tell us about your environment:
   > JDK 1.8
   > RocketMQ 4.7.1
   > 
   > Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
   > ![RocketMQError](https://user-images.githubusercontent.com/18530950/88004754-438bd280-cb3a-11ea-8818-4c5e119f9f74.png)
   > 
   > May I sumbit a PR to fix it?
   
   great, go ahead!


----------------------------------------------------------------
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.

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