Skip to content

Replace StringBuffer with StringBuilder in cli WcCommand #532

@LSantha

Description

@LSantha

The current implementation uses StringBuffer in a local, single-threaded command context. StringBuilder is the preferred non-synchronized alternative and avoids unnecessary synchronization overhead. Please review and replace with StringBuilder where appropriate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    agent/doneThe agent finished successfully; PR opened or comment posted.auto-mergebugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions