Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.0.0-incubating
-
None
Description
Some variable is named with tmp which is very difficult to read and understand its usage.
For exampe:
1. in sendDefaultImpl, when select message queue, the variable is named with
MessageQueue tmpmq = this.selectOneMessageQueue(topicPublishInfo, lastBrokerName);
2. In process queue, a field is named `msgTreeMapTemp`, which takes me minutes to understand why it is desgined for, which should be rename to some name like consumeingOrderlyMsgTreeMap