Commit 906f333
Replace StringBuffer with StringBuilder in ClasspathComputer3_0
The local variable `buffer` is not shared across threads, so
StringBuilder is the appropriate choice and avoids unnecessary
synchronization overhead.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 88552db commit 906f333
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
0 commit comments