Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Good first commits / code cleanup

Hello cdt-devers,

Have you been looking for some good first commits and an opportunity to get setup for CDT development?

There are some new code-cleanups in the Eclipse Platform that you can run in CDT. Please have a look at the bug below for some more details and let me know if I can help you get setup on cdt development.

This is an opportunity for me to make sure all the cdt development getting started pages really work for new contributors and for you to get a first few commits into CDT.

Thanks!
Jonah

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


---------- Forwarded message ---------
From: <bugzilla-daemon@xxxxxxxxxxx>
Date: Sat, 21 Nov 2020 at 12:31
Subject: [Bug 496602] [dogfooding] Replace string concatenation with StringBuilder/StringBuffer
To: <jonah@xxxxxxxxxxxxxxxx>


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.

Back to the top