Back to Intellij Community

StringBufferReplaceableByStringBuilder

java/java-impl/resources/inspectionDescriptions/StringBufferReplaceableByStringBuilder.html

2025.3-rc-2256 B
Original Source

Reports variables declared as StringBuffer and suggests replacing them with StringBuilder. StringBuilder is a non-thread-safe replacement for StringBuffer.

This inspection only reports if the language level of the project or module is 5 or higher.