https://bugs.eclipse.org/bugs/show_bug.cgi?id=496602
Product/Component: CDT / cdt-other
Fabrice Tiercelin <
fabrice.tiercelin@xxxxxxxx> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |
carsten.hammer@xxxxxxxxxxx,
                   |                            |
fabrice.tiercelin@xxxxxxxx
            Summary|Replace string              |[dogfooding] Replace string
                   |concatenation with          |concatenation with
                   |StringBuilder/StringBuffer  |StringBuilder/StringBuffer
           Hardware|PC                          |All
                 OS|Linux                       |All
             Status|ASSIGNED                    |NEW
--- Comment #2 from Fabrice Tiercelin <
fabrice.tiercelin@xxxxxxxx> ---
This should be done with "Replace string concatenation with StringBuilder"
cleanup rule:
- Download Eclipse 2020-12 M3 or later
- Right-click on the project -> Source -> Cleanup... -> Configure ->
Optimization Tab -> "Replace string concatenation with StringBuilder" (uncheck
all the other checkboxes)
- Run the cleanup as many times as there is a change
- Push the gerrit
- Add me as a reviewer
This is dogfooding. It will both improve the performance and evaluate the new
cleanup feature.
-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching the assignee of the bug.