I20240518-1800
The wrong pattern StringBuilder buf= new StringBuilder(); buf= new StringBuilder(); ... was cleaned up into StringBuilder buf= new StringBuilder(); String str= """ ... which gave a compiler warning after "Convert String to TextBlock".
The wrong pattern StringBuilder buf= new StringBuilder(); buf= new StringBuilder(); ... was cleaned up into StringBuilder buf= new StringBuilder(); String str= """ ... which gave a compiler warning after "Convert String to TextBlock".