Skip to content

I20240521-0600

@jukzi jukzi tagged this 17 May 06:00
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".
Assets 2
Loading