[
https://jira.jboss.org/jira/browse/JBPM-2148?page=com.atlassian.jira.plug...
]
Alejandro Guizar updated JBPM-2148:
-----------------------------------
Attachment: string-builder.diff
Attached patch made from email branch, will apply to trunk as soon as the beta release
underway is completed.
StringBuffer Use in jBPM 4
--------------------------
Key: JBPM-2148
URL:
https://jira.jboss.org/jira/browse/JBPM-2148
Project: JBoss jBPM
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Core Engine
Affects Versions: jBPM 4.0.0 Alpha2
Reporter: Alejandro Guizar
Assignee: Alejandro Guizar
Fix For: jBPM 4.0.0.Beta1
Attachments: string-builder.diff
In Java 5 and above, all string concatenations are compiled to StringBuilder, which is
faster than StringBuffer because it does not incur synchronization overhead. Unless we are
worried about thread concurrency in a given class, StringBuilder should be used in
preference to StringBuffer.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira