Skip to content

Replaced StringBuffer with StringBuilder in WcCommand.java:251#541

Merged
LSantha merged 1 commit into
masterfrom
opencode/issue532-20260619220421
Jun 19, 2026
Merged

Replaced StringBuffer with StringBuilder in WcCommand.java:251#541
LSantha merged 1 commit into
masterfrom
opencode/issue532-20260619220421

Conversation

@opencode-agent

Copy link
Copy Markdown

Done. Replaced StringBuffer with StringBuilder at line 251 in WcCommand.java. The change is appropriate since the print method is local and single-threaded, avoiding unnecessary synchronization overhead.

Closes #532

New%20session%20-%202026-06-19T22%3A04%3A19.886Z
opencode session  |  github run

Co-authored-by: LSantha <LSantha@users.noreply.github.com>
@LSantha

LSantha commented Jun 19, 2026

Copy link
Copy Markdown
Owner

/oc review

You are reviewing a pull request for the orchestrator. Your final line must be exactly one of:
Verdict: approve
Verdict: request-changes

Use "Verdict: request-changes" if the PR needs code changes. Use "Verdict: approve" only if the PR is correct and ready for the next orchestrator phase.

@opencode-agent

Copy link
Copy Markdown
Author

Verdict: approve

New%20session%20-%202026-06-19T22%3A10%3A21.854Z
opencode session  |  github run

@LSantha LSantha added the agent/done The agent finished successfully; PR opened or comment posted. label Jun 19, 2026
@LSantha LSantha merged commit d978a6c into master Jun 19, 2026
1 check failed
@LSantha LSantha deleted the opencode/issue532-20260619220421 branch June 19, 2026 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent/done The agent finished successfully; PR opened or comment posted.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace StringBuffer with StringBuilder in cli WcCommand

1 participant