use_string_buffers reports, although intermediate strings are used #57777
Labels
devexp-linter
Issues with the analyzer's support for the linter package
legacy-area-analyzer
Use area-devexp instead.
linter-false-positive
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
The first block in the following pattern triggers
use_string_buffers
but the second block (which uses StringBuffer) is ~7% slower:The text was updated successfully, but these errors were encountered: