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