Update project settings (Eclipse 2021-12)
diff --git a/ecommons.edb/org.eclipse.statet.ecommons.edb.core/.settings/org.eclipse.jdt.ui.prefs b/ecommons.edb/org.eclipse.statet.ecommons.edb.core/.settings/org.eclipse.jdt.ui.prefs
index dea3158..9d09fac 100644
--- a/ecommons.edb/org.eclipse.statet.ecommons.edb.core/.settings/org.eclipse.jdt.ui.prefs
+++ b/ecommons.edb/org.eclipse.statet.ecommons.edb.core/.settings/org.eclipse.jdt.ui.prefs
@@ -28,6 +28,7 @@
 cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
 cleanup.convert_to_switch_expressions=true
 cleanup.correct_indentation=false
+cleanup.do_while_rather_than_while=true
 cleanup.double_negation=false
 cleanup.else_if=false
 cleanup.embedded_if=false
@@ -102,7 +103,10 @@
 cleanup.standard_comparison=false
 cleanup.static_inner_class=false
 cleanup.strictly_equal_or_different=false
+cleanup.stringbuffer_to_stringbuilder=false
 cleanup.stringbuilder=false
+cleanup.stringbuilder_for_local_vars=true
+cleanup.stringconcat_to_textblock=false
 cleanup.substring=true
 cleanup.switch=false
 cleanup.system_property=true
diff --git a/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/.settings/org.eclipse.jdt.ui.prefs b/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/.settings/org.eclipse.jdt.ui.prefs
index dea3158..9d09fac 100644
--- a/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/.settings/org.eclipse.jdt.ui.prefs
+++ b/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/.settings/org.eclipse.jdt.ui.prefs
@@ -28,6 +28,7 @@
 cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
 cleanup.convert_to_switch_expressions=true
 cleanup.correct_indentation=false
+cleanup.do_while_rather_than_while=true
 cleanup.double_negation=false
 cleanup.else_if=false
 cleanup.embedded_if=false
@@ -102,7 +103,10 @@
 cleanup.standard_comparison=false
 cleanup.static_inner_class=false
 cleanup.strictly_equal_or_different=false
+cleanup.stringbuffer_to_stringbuilder=false
 cleanup.stringbuilder=false
+cleanup.stringbuilder_for_local_vars=true
+cleanup.stringconcat_to_textblock=false
 cleanup.substring=true
 cleanup.switch=false
 cleanup.system_property=true
diff --git a/ecommons/org.eclipse.statet.ecommons.coremisc/.settings/org.eclipse.jdt.ui.prefs b/ecommons/org.eclipse.statet.ecommons.coremisc/.settings/org.eclipse.jdt.ui.prefs
index dea3158..9d09fac 100644
--- a/ecommons/org.eclipse.statet.ecommons.coremisc/.settings/org.eclipse.jdt.ui.prefs
+++ b/ecommons/org.eclipse.statet.ecommons.coremisc/.settings/org.eclipse.jdt.ui.prefs
@@ -28,6 +28,7 @@
 cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
 cleanup.convert_to_switch_expressions=true
 cleanup.correct_indentation=false
+cleanup.do_while_rather_than_while=true
 cleanup.double_negation=false
 cleanup.else_if=false
 cleanup.embedded_if=false
@@ -102,7 +103,10 @@
 cleanup.standard_comparison=false
 cleanup.static_inner_class=false
 cleanup.strictly_equal_or_different=false
+cleanup.stringbuffer_to_stringbuilder=false
 cleanup.stringbuilder=false
+cleanup.stringbuilder_for_local_vars=true
+cleanup.stringconcat_to_textblock=false
 cleanup.substring=true
 cleanup.switch=false
 cleanup.system_property=true
diff --git a/ecommons/org.eclipse.statet.ecommons.databinding.core/.settings/org.eclipse.jdt.ui.prefs b/ecommons/org.eclipse.statet.ecommons.databinding.core/.settings/org.eclipse.jdt.ui.prefs
index dea3158..9d09fac 100644
--- a/ecommons/org.eclipse.statet.ecommons.databinding.core/.settings/org.eclipse.jdt.ui.prefs
+++ b/ecommons/org.eclipse.statet.ecommons.databinding.core/.settings/org.eclipse.jdt.ui.prefs
@@ -28,6 +28,7 @@
 cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
 cleanup.convert_to_switch_expressions=true
 cleanup.correct_indentation=false
+cleanup.do_while_rather_than_while=true
 cleanup.double_negation=false
 cleanup.else_if=false
 cleanup.embedded_if=false
@@ -102,7 +103,10 @@
 cleanup.standard_comparison=false
 cleanup.static_inner_class=false
 cleanup.strictly_equal_or_different=false
+cleanup.stringbuffer_to_stringbuilder=false
 cleanup.stringbuilder=false
+cleanup.stringbuilder_for_local_vars=true
+cleanup.stringconcat_to_textblock=false
 cleanup.substring=true
 cleanup.switch=false
 cleanup.system_property=true
diff --git a/ecommons/org.eclipse.statet.ecommons.debug.core/.settings/org.eclipse.jdt.ui.prefs b/ecommons/org.eclipse.statet.ecommons.debug.core/.settings/org.eclipse.jdt.ui.prefs
index dea3158..9d09fac 100644
--- a/ecommons/org.eclipse.statet.ecommons.debug.core/.settings/org.eclipse.jdt.ui.prefs
+++ b/ecommons/org.eclipse.statet.ecommons.debug.core/.settings/org.eclipse.jdt.ui.prefs
@@ -28,6 +28,7 @@
 cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
 cleanup.convert_to_switch_expressions=true
 cleanup.correct_indentation=false
+cleanup.do_while_rather_than_while=true
 cleanup.double_negation=false
 cleanup.else_if=false
 cleanup.embedded_if=false
@@ -102,7 +103,10 @@
 cleanup.standard_comparison=false
 cleanup.static_inner_class=false
 cleanup.strictly_equal_or_different=false
+cleanup.stringbuffer_to_stringbuilder=false
 cleanup.stringbuilder=false
+cleanup.stringbuilder_for_local_vars=true
+cleanup.stringconcat_to_textblock=false
 cleanup.substring=true
 cleanup.switch=false
 cleanup.system_property=true
diff --git a/ecommons/org.eclipse.statet.ecommons.debug.ui/.settings/org.eclipse.jdt.ui.prefs b/ecommons/org.eclipse.statet.ecommons.debug.ui/.settings/org.eclipse.jdt.ui.prefs
index dea3158..9d09fac 100644
--- a/ecommons/org.eclipse.statet.ecommons.debug.ui/.settings/org.eclipse.jdt.ui.prefs
+++ b/ecommons/org.eclipse.statet.ecommons.debug.ui/.settings/org.eclipse.jdt.ui.prefs
@@ -28,6 +28,7 @@
 cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
 cleanup.convert_to_switch_expressions=true
 cleanup.correct_indentation=false
+cleanup.do_while_rather_than_while=true
 cleanup.double_negation=false
 cleanup.else_if=false
 cleanup.embedded_if=false
@@ -102,7 +103,10 @@
 cleanup.standard_comparison=false
 cleanup.static_inner_class=false
 cleanup.strictly_equal_or_different=false
+cleanup.stringbuffer_to_stringbuilder=false
 cleanup.stringbuilder=false
+cleanup.stringbuilder_for_local_vars=true
+cleanup.stringconcat_to_textblock=false
 cleanup.substring=true
 cleanup.switch=false
 cleanup.system_property=true
diff --git a/ecommons/org.eclipse.statet.ecommons.emf.core/.settings/org.eclipse.jdt.ui.prefs b/ecommons/org.eclipse.statet.ecommons.emf.core/.settings/org.eclipse.jdt.ui.prefs
index dea3158..9d09fac 100644
--- a/ecommons/org.eclipse.statet.ecommons.emf.core/.settings/org.eclipse.jdt.ui.prefs
+++ b/ecommons/org.eclipse.statet.ecommons.emf.core/.settings/org.eclipse.jdt.ui.prefs
@@ -28,6 +28,7 @@
 cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
 cleanup.convert_to_switch_expressions=true
 cleanup.correct_indentation=false
+cleanup.do_while_rather_than_while=true
 cleanup.double_negation=false
 cleanup.else_if=false
 cleanup.embedded_if=false
@@ -102,7 +103,10 @@
 cleanup.standard_comparison=false
 cleanup.static_inner_class=false
 cleanup.strictly_equal_or_different=false
+cleanup.stringbuffer_to_stringbuilder=false
 cleanup.stringbuilder=false
+cleanup.stringbuilder_for_local_vars=true
+cleanup.stringconcat_to_textblock=false
 cleanup.substring=true
 cleanup.switch=false
 cleanup.system_property=true
diff --git a/ecommons/org.eclipse.statet.ecommons.emf.ui/.settings/org.eclipse.jdt.ui.prefs b/ecommons/org.eclipse.statet.ecommons.emf.ui/.settings/org.eclipse.jdt.ui.prefs
index dea3158..9d09fac 100644
--- a/ecommons/org.eclipse.statet.ecommons.emf.ui/.settings/org.eclipse.jdt.ui.prefs
+++ b/ecommons/org.eclipse.statet.ecommons.emf.ui/.settings/org.eclipse.jdt.ui.prefs
@@ -28,6 +28,7 @@
 cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
 cleanup.convert_to_switch_expressions=true
 cleanup.correct_indentation=false
+cleanup.do_while_rather_than_while=true
 cleanup.double_negation=false
 cleanup.else_if=false
 cleanup.embedded_if=false
@@ -102,7 +103,10 @@
 cleanup.standard_comparison=false
 cleanup.static_inner_class=false
 cleanup.strictly_equal_or_different=false
+cleanup.stringbuffer_to_stringbuilder=false
 cleanup.stringbuilder=false
+cleanup.stringbuilder_for_local_vars=true
+cleanup.stringconcat_to_textblock=false
 cleanup.substring=true
 cleanup.switch=false
 cleanup.system_property=true
diff --git a/ecommons/org.eclipse.statet.ecommons.net.core/.settings/org.eclipse.jdt.ui.prefs b/ecommons/org.eclipse.statet.ecommons.net.core/.settings/org.eclipse.jdt.ui.prefs
index dea3158..9d09fac 100644
--- a/ecommons/org.eclipse.statet.ecommons.net.core/.settings/org.eclipse.jdt.ui.prefs
+++ b/ecommons/org.eclipse.statet.ecommons.net.core/.settings/org.eclipse.jdt.ui.prefs
@@ -28,6 +28,7 @@
 cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
 cleanup.convert_to_switch_expressions=true
 cleanup.correct_indentation=false
+cleanup.do_while_rather_than_while=true
 cleanup.double_negation=false
 cleanup.else_if=false
 cleanup.embedded_if=false
@@ -102,7 +103,10 @@
 cleanup.standard_comparison=false
 cleanup.static_inner_class=false
 cleanup.strictly_equal_or_different=false
+cleanup.stringbuffer_to_stringbuilder=false
 cleanup.stringbuilder=false
+cleanup.stringbuilder_for_local_vars=true
+cleanup.stringconcat_to_textblock=false
 cleanup.substring=true
 cleanup.switch=false
 cleanup.system_property=true
diff --git a/ecommons/org.eclipse.statet.ecommons.preferences.core/.settings/org.eclipse.jdt.ui.prefs b/ecommons/org.eclipse.statet.ecommons.preferences.core/.settings/org.eclipse.jdt.ui.prefs
index dea3158..9d09fac 100644
--- a/ecommons/org.eclipse.statet.ecommons.preferences.core/.settings/org.eclipse.jdt.ui.prefs
+++ b/ecommons/org.eclipse.statet.ecommons.preferences.core/.settings/org.eclipse.jdt.ui.prefs
@@ -28,6 +28,7 @@
 cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
 cleanup.convert_to_switch_expressions=true
 cleanup.correct_indentation=false
+cleanup.do_while_rather_than_while=true
 cleanup.double_negation=false
 cleanup.else_if=false
 cleanup.embedded_if=false
@@ -102,7 +103,10 @@
 cleanup.standard_comparison=false
 cleanup.static_inner_class=false
 cleanup.strictly_equal_or_different=false
+cleanup.stringbuffer_to_stringbuilder=false
 cleanup.stringbuilder=false
+cleanup.stringbuilder_for_local_vars=true
+cleanup.stringconcat_to_textblock=false
 cleanup.substring=true
 cleanup.switch=false
 cleanup.system_property=true
diff --git a/ecommons/org.eclipse.statet.ecommons.runtime.core/.settings/org.eclipse.jdt.ui.prefs b/ecommons/org.eclipse.statet.ecommons.runtime.core/.settings/org.eclipse.jdt.ui.prefs
index dea3158..9d09fac 100644
--- a/ecommons/org.eclipse.statet.ecommons.runtime.core/.settings/org.eclipse.jdt.ui.prefs
+++ b/ecommons/org.eclipse.statet.ecommons.runtime.core/.settings/org.eclipse.jdt.ui.prefs
@@ -28,6 +28,7 @@
 cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
 cleanup.convert_to_switch_expressions=true
 cleanup.correct_indentation=false
+cleanup.do_while_rather_than_while=true
 cleanup.double_negation=false
 cleanup.else_if=false
 cleanup.embedded_if=false
@@ -102,7 +103,10 @@
 cleanup.standard_comparison=false
 cleanup.static_inner_class=false
 cleanup.strictly_equal_or_different=false
+cleanup.stringbuffer_to_stringbuilder=false
 cleanup.stringbuilder=false
+cleanup.stringbuilder_for_local_vars=true
+cleanup.stringconcat_to_textblock=false
 cleanup.substring=true
 cleanup.switch=false
 cleanup.system_property=true
diff --git a/ecommons/org.eclipse.statet.ecommons.runtime.ui/.settings/org.eclipse.jdt.ui.prefs b/ecommons/org.eclipse.statet.ecommons.runtime.ui/.settings/org.eclipse.jdt.ui.prefs
index dea3158..9d09fac 100644
--- a/ecommons/org.eclipse.statet.ecommons.runtime.ui/.settings/org.eclipse.jdt.ui.prefs
+++ b/ecommons/org.eclipse.statet.ecommons.runtime.ui/.settings/org.eclipse.jdt.ui.prefs
@@ -28,6 +28,7 @@
 cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
 cleanup.convert_to_switch_expressions=true
 cleanup.correct_indentation=false
+cleanup.do_while_rather_than_while=true
 cleanup.double_negation=false
 cleanup.else_if=false
 cleanup.embedded_if=false
@@ -102,7 +103,10 @@
 cleanup.standard_comparison=false
 cleanup.static_inner_class=false
 cleanup.strictly_equal_or_different=false
+cleanup.stringbuffer_to_stringbuilder=false
 cleanup.stringbuilder=false
+cleanup.stringbuilder_for_local_vars=true
+cleanup.stringconcat_to_textblock=false
 cleanup.substring=true
 cleanup.switch=false
 cleanup.system_property=true
diff --git a/ecommons/org.eclipse.statet.ecommons.text.core-tests/.settings/org.eclipse.jdt.ui.prefs b/ecommons/org.eclipse.statet.ecommons.text.core-tests/.settings/org.eclipse.jdt.ui.prefs
index dea3158..9d09fac 100644
--- a/ecommons/org.eclipse.statet.ecommons.text.core-tests/.settings/org.eclipse.jdt.ui.prefs
+++ b/ecommons/org.eclipse.statet.ecommons.text.core-tests/.settings/org.eclipse.jdt.ui.prefs
@@ -28,6 +28,7 @@
 cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
 cleanup.convert_to_switch_expressions=true
 cleanup.correct_indentation=false
+cleanup.do_while_rather_than_while=true
 cleanup.double_negation=false
 cleanup.else_if=false
 cleanup.embedded_if=false
@@ -102,7 +103,10 @@
 cleanup.standard_comparison=false
 cleanup.static_inner_class=false
 cleanup.strictly_equal_or_different=false
+cleanup.stringbuffer_to_stringbuilder=false
 cleanup.stringbuilder=false
+cleanup.stringbuilder_for_local_vars=true
+cleanup.stringconcat_to_textblock=false
 cleanup.substring=true
 cleanup.switch=false
 cleanup.system_property=true
diff --git a/ecommons/org.eclipse.statet.ecommons.text.core/.settings/org.eclipse.jdt.ui.prefs b/ecommons/org.eclipse.statet.ecommons.text.core/.settings/org.eclipse.jdt.ui.prefs
index dea3158..9d09fac 100644
--- a/ecommons/org.eclipse.statet.ecommons.text.core/.settings/org.eclipse.jdt.ui.prefs
+++ b/ecommons/org.eclipse.statet.ecommons.text.core/.settings/org.eclipse.jdt.ui.prefs
@@ -28,6 +28,7 @@
 cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
 cleanup.convert_to_switch_expressions=true
 cleanup.correct_indentation=false
+cleanup.do_while_rather_than_while=true
 cleanup.double_negation=false
 cleanup.else_if=false
 cleanup.embedded_if=false
@@ -102,7 +103,10 @@
 cleanup.standard_comparison=false
 cleanup.static_inner_class=false
 cleanup.strictly_equal_or_different=false
+cleanup.stringbuffer_to_stringbuilder=false
 cleanup.stringbuilder=false
+cleanup.stringbuilder_for_local_vars=true
+cleanup.stringconcat_to_textblock=false
 cleanup.substring=true
 cleanup.switch=false
 cleanup.system_property=true
diff --git a/ecommons/org.eclipse.statet.ecommons.uimisc/.settings/org.eclipse.jdt.ui.prefs b/ecommons/org.eclipse.statet.ecommons.uimisc/.settings/org.eclipse.jdt.ui.prefs
index dea3158..9d09fac 100644
--- a/ecommons/org.eclipse.statet.ecommons.uimisc/.settings/org.eclipse.jdt.ui.prefs
+++ b/ecommons/org.eclipse.statet.ecommons.uimisc/.settings/org.eclipse.jdt.ui.prefs
@@ -28,6 +28,7 @@
 cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
 cleanup.convert_to_switch_expressions=true
 cleanup.correct_indentation=false
+cleanup.do_while_rather_than_while=true
 cleanup.double_negation=false
 cleanup.else_if=false
 cleanup.embedded_if=false
@@ -102,7 +103,10 @@
 cleanup.standard_comparison=false
 cleanup.static_inner_class=false
 cleanup.strictly_equal_or_different=false
+cleanup.stringbuffer_to_stringbuilder=false
 cleanup.stringbuilder=false
+cleanup.stringbuilder_for_local_vars=true
+cleanup.stringconcat_to_textblock=false
 cleanup.substring=true
 cleanup.switch=false
 cleanup.system_property=true
diff --git a/jcommons/org.eclipse.statet.jcommons.text.core-tests/.settings/org.eclipse.jdt.ui.prefs b/jcommons/org.eclipse.statet.jcommons.text.core-tests/.settings/org.eclipse.jdt.ui.prefs
index a6af35f..783d827 100644
--- a/jcommons/org.eclipse.statet.jcommons.text.core-tests/.settings/org.eclipse.jdt.ui.prefs
+++ b/jcommons/org.eclipse.statet.jcommons.text.core-tests/.settings/org.eclipse.jdt.ui.prefs
@@ -28,6 +28,7 @@
 cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
 cleanup.convert_to_switch_expressions=true
 cleanup.correct_indentation=false
+cleanup.do_while_rather_than_while=true
 cleanup.double_negation=false
 cleanup.else_if=false
 cleanup.embedded_if=false
@@ -102,7 +103,10 @@
 cleanup.standard_comparison=false
 cleanup.static_inner_class=false
 cleanup.strictly_equal_or_different=false
+cleanup.stringbuffer_to_stringbuilder=false
 cleanup.stringbuilder=false
+cleanup.stringbuilder_for_local_vars=true
+cleanup.stringconcat_to_textblock=false
 cleanup.substring=true
 cleanup.switch=false
 cleanup.system_property=true
diff --git a/jcommons/org.eclipse.statet.jcommons.text.core/.settings/org.eclipse.jdt.ui.prefs b/jcommons/org.eclipse.statet.jcommons.text.core/.settings/org.eclipse.jdt.ui.prefs
index a6af35f..783d827 100644
--- a/jcommons/org.eclipse.statet.jcommons.text.core/.settings/org.eclipse.jdt.ui.prefs
+++ b/jcommons/org.eclipse.statet.jcommons.text.core/.settings/org.eclipse.jdt.ui.prefs
@@ -28,6 +28,7 @@
 cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
 cleanup.convert_to_switch_expressions=true
 cleanup.correct_indentation=false
+cleanup.do_while_rather_than_while=true
 cleanup.double_negation=false
 cleanup.else_if=false
 cleanup.embedded_if=false
@@ -102,7 +103,10 @@
 cleanup.standard_comparison=false
 cleanup.static_inner_class=false
 cleanup.strictly_equal_or_different=false
+cleanup.stringbuffer_to_stringbuilder=false
 cleanup.stringbuilder=false
+cleanup.stringbuilder_for_local_vars=true
+cleanup.stringconcat_to_textblock=false
 cleanup.substring=true
 cleanup.switch=false
 cleanup.system_property=true
diff --git a/jcommons/org.eclipse.statet.jcommons.util-tests/.settings/org.eclipse.jdt.ui.prefs b/jcommons/org.eclipse.statet.jcommons.util-tests/.settings/org.eclipse.jdt.ui.prefs
index a6af35f..783d827 100644
--- a/jcommons/org.eclipse.statet.jcommons.util-tests/.settings/org.eclipse.jdt.ui.prefs
+++ b/jcommons/org.eclipse.statet.jcommons.util-tests/.settings/org.eclipse.jdt.ui.prefs
@@ -28,6 +28,7 @@
 cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
 cleanup.convert_to_switch_expressions=true
 cleanup.correct_indentation=false
+cleanup.do_while_rather_than_while=true
 cleanup.double_negation=false
 cleanup.else_if=false
 cleanup.embedded_if=false
@@ -102,7 +103,10 @@
 cleanup.standard_comparison=false
 cleanup.static_inner_class=false
 cleanup.strictly_equal_or_different=false
+cleanup.stringbuffer_to_stringbuilder=false
 cleanup.stringbuilder=false
+cleanup.stringbuilder_for_local_vars=true
+cleanup.stringconcat_to_textblock=false
 cleanup.substring=true
 cleanup.switch=false
 cleanup.system_property=true
diff --git a/jcommons/org.eclipse.statet.jcommons.util/.settings/org.eclipse.jdt.ui.prefs b/jcommons/org.eclipse.statet.jcommons.util/.settings/org.eclipse.jdt.ui.prefs
index a6af35f..783d827 100644
--- a/jcommons/org.eclipse.statet.jcommons.util/.settings/org.eclipse.jdt.ui.prefs
+++ b/jcommons/org.eclipse.statet.jcommons.util/.settings/org.eclipse.jdt.ui.prefs
@@ -28,6 +28,7 @@
 cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
 cleanup.convert_to_switch_expressions=true
 cleanup.correct_indentation=false
+cleanup.do_while_rather_than_while=true
 cleanup.double_negation=false
 cleanup.else_if=false
 cleanup.embedded_if=false
@@ -102,7 +103,10 @@
 cleanup.standard_comparison=false
 cleanup.static_inner_class=false
 cleanup.strictly_equal_or_different=false
+cleanup.stringbuffer_to_stringbuilder=false
 cleanup.stringbuilder=false
+cleanup.stringbuilder_for_local_vars=true
+cleanup.stringconcat_to_textblock=false
 cleanup.substring=true
 cleanup.switch=false
 cleanup.system_property=true