Details
Description
The calculate string method expects a StringBuffer and does all the concatenation on this object. This can be changed to StringBuilder to improve performance. All most of the applications want to log an incoming or outgoing messages and improvement in this calculate string can help them.
protected void calculateString(StringBuffer buffer, int[] preFields, int[] postFields)
Attachments
Issue Links
- is related to
-
QFJ-740 Replace StringBuffer with StringBuilder
- Closed