ethan

Results 1 issues of ethan

The code block below in the selectOneMessageQueue method is identical to another overloaded method (2nd code block). https://github.com/apache/rocketmq/blob/7d6748445617dea43bc8c2c0410292e2eb423dc1/client/src/main/java/org/apache/rocketmq/client/impl/producer/TopicPublishInfo.java#L74-L76 https://github.com/apache/rocketmq/blob/7d6748445617dea43bc8c2c0410292e2eb423dc1/client/src/main/java/org/apache/rocketmq/client/impl/producer/TopicPublishInfo.java#L85-L90 IMO, it can be rewritten like this. ``` for (int i...

Good First Issue