Back to Intellij Community

Description

java/java-impl/resources/intentionDescriptions/ReplaceConcatenationWithFormatStringIntention/description.html

2025.3-rc-2156 B
Original Source

Replaces a string concatenation with an equivalent java format pattern using java.lang.String.format() or java.io.PrintStream.printf() where applicable.