]
Tom Baeyens updated JBPM-2148:
------------------------------
Fix Version/s: jBPM 4.0.x
(was: jBPM 4.0.0.CR1)
moving to 4.0.x. this kind of performance optimisations should be done after ga
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: Runtime Engine
Affects Versions: jBPM 4.0.0 Alpha2
Reporter: Alejandro Guizar
Assignee: Alejandro Guizar
Fix For: jBPM 4.0.x
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: