Replace usages of StringBuffer with StringBuilder
-------------------------------------------------

                 Key: MISC-56
                 URL: http://jira.andromda.org/browse/MISC-56
             Project: Miscellaneous
          Issue Type: Improvement
    Affects Versions: 3.4
            Reporter: Plushnikov Michail
            Assignee: Plushnikov Michail
             Fix For: 3.4


Replace usages of StringBuffer with StringBuilder in templates and source code 
where possible.

StringBuilder was added in Java 5. It is identical in all respects to 
StringBuffer except that it is not synchronized, which means that if multiple 
threads are accessing it at the same time, there could be trouble. For 
single-threaded programs, the most common case, avoiding the overhead of 
synchronization makes the StringBuilder very slightly faster.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.andromda.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 

Reply via email to