Change StringBuilder and StringBuffer character constructor arg to String
** org.openrewrite.java.cleanup.NewStringBuilderBufferWithCharArgument** Instantiating a StringBuilder or a StringBuffer with a Character results in the int representation of the character being used for the initial size.
This recipe has no required configuration parameters and comes from a rewrite core library. It can be activated directly without adding any dependencies.
Recipes can also be activated directly from the command line by adding the argument -Drewrite.activeRecipes=org.openrewrite.java.cleanup.NewStringBuilderBufferWithCharArgument