Use StringBuilder instead of StringBuffer to avoid unnecessary synchronization
------------------------------------------------------------------------------

                 Key: MJAXB-19
                 URL: http://jira.codehaus.org/browse/MJAXB-19
             Project: Maven 2.x JAXB 2.0 Plugin
          Issue Type: Improvement
    Affects Versions: 1.3
            Reporter: Michael Rudolf
            Priority: Minor
         Attachments: XjcMojo.patch

Hi,

Using java.lang.StringBuilder instead of java.lang.StringBuffer heavily 
improves performance as no synchronization will be performed. Patch attached.

Best regards,
Michael

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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to