[
https://issues.apache.org/jira/browse/WICKET-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771988#action_12771988
]
James Perry edited comment on WICKET-2555 at 10/30/09 4:42 PM:
---------------------------------------------------------------
Here is a justifiable example of replacing StringBuffer with StringBuilder as
it is waste of blocking when only one thread mutates this object.
I am happy to appropriately replace other existences if you give me the thumbs
up.
was (Author: msc65jap):
Here is a justifiable example of replacing StringBuffer with StringBuilder
as it is waste of blocking when only one thread mutates this object.
> Replace implementations of StringBuffer with StringBuilder
> ----------------------------------------------------------
>
> Key: WICKET-2555
> URL: https://issues.apache.org/jira/browse/WICKET-2555
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 1.4.3
> Environment: N/A
> Reporter: James Perry
> Priority: Minor
> Attachments: stringbuilder.patch
>
> Original Estimate: 0.17h
> Remaining Estimate: 0.17h
>
> Given that 1.4.x depends on the 1.5 JDK, we might as well take advantage of
> the performance gains of replacing the StringBuffer class with StringBuilder.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.