Back to Error Prone

StringBuilderInitWithChar

docs/bugpattern/StringBuilderInitWithChar.md

2.49.0157 B
Original Source

StringBuilder does not have a char constructor, so instead this code creates a StringBuilder with initial size equal to the code point of the specified char.