Update project settings (Eclipse 2021-12)
diff --git a/docmlet/org.eclipse.statet.docmlet.base.core-tests/.settings/org.eclipse.jdt.ui.prefs b/docmlet/org.eclipse.statet.docmlet.base.core-tests/.settings/org.eclipse.jdt.ui.prefs
index a05c1b3..e8d1d32 100644
--- a/docmlet/org.eclipse.statet.docmlet.base.core-tests/.settings/org.eclipse.jdt.ui.prefs
+++ b/docmlet/org.eclipse.statet.docmlet.base.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/docmlet/org.eclipse.statet.docmlet.base.core/.settings/org.eclipse.jdt.ui.prefs b/docmlet/org.eclipse.statet.docmlet.base.core/.settings/org.eclipse.jdt.ui.prefs
index a05c1b3..e8d1d32 100644
--- a/docmlet/org.eclipse.statet.docmlet.base.core/.settings/org.eclipse.jdt.ui.prefs
+++ b/docmlet/org.eclipse.statet.docmlet.base.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/docmlet/org.eclipse.statet.docmlet.base.ui/.settings/org.eclipse.jdt.ui.prefs b/docmlet/org.eclipse.statet.docmlet.base.ui/.settings/org.eclipse.jdt.ui.prefs
index a05c1b3..e8d1d32 100644
--- a/docmlet/org.eclipse.statet.docmlet.base.ui/.settings/org.eclipse.jdt.ui.prefs
+++ b/docmlet/org.eclipse.statet.docmlet.base.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/docmlet/org.eclipse.statet.docmlet.tex.core/.settings/org.eclipse.jdt.ui.prefs b/docmlet/org.eclipse.statet.docmlet.tex.core/.settings/org.eclipse.jdt.ui.prefs
index a05c1b3..e8d1d32 100644
--- a/docmlet/org.eclipse.statet.docmlet.tex.core/.settings/org.eclipse.jdt.ui.prefs
+++ b/docmlet/org.eclipse.statet.docmlet.tex.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/docmlet/org.eclipse.statet.docmlet.tex.ui/.settings/org.eclipse.jdt.ui.prefs b/docmlet/org.eclipse.statet.docmlet.tex.ui/.settings/org.eclipse.jdt.ui.prefs
index a05c1b3..e8d1d32 100644
--- a/docmlet/org.eclipse.statet.docmlet.tex.ui/.settings/org.eclipse.jdt.ui.prefs
+++ b/docmlet/org.eclipse.statet.docmlet.tex.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/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/.settings/org.eclipse.jdt.ui.prefs b/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/.settings/org.eclipse.jdt.ui.prefs
index a05c1b3..e8d1d32 100644
--- a/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/.settings/org.eclipse.jdt.ui.prefs
+++ b/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.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/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/.settings/org.eclipse.jdt.ui.prefs b/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/.settings/org.eclipse.jdt.ui.prefs
index a05c1b3..e8d1d32 100644
--- a/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/.settings/org.eclipse.jdt.ui.prefs
+++ b/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.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/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/.settings/org.eclipse.jdt.ui.prefs b/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/.settings/org.eclipse.jdt.ui.prefs
index a05c1b3..e8d1d32 100644
--- a/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/.settings/org.eclipse.jdt.ui.prefs
+++ b/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.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/docmlet/org.eclipse.statet.docmlet.wikitext.core/.settings/org.eclipse.jdt.ui.prefs b/docmlet/org.eclipse.statet.docmlet.wikitext.core/.settings/org.eclipse.jdt.ui.prefs
index a05c1b3..e8d1d32 100644
--- a/docmlet/org.eclipse.statet.docmlet.wikitext.core/.settings/org.eclipse.jdt.ui.prefs
+++ b/docmlet/org.eclipse.statet.docmlet.wikitext.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/docmlet/org.eclipse.statet.docmlet.wikitext.ui/.settings/org.eclipse.jdt.ui.prefs b/docmlet/org.eclipse.statet.docmlet.wikitext.ui/.settings/org.eclipse.jdt.ui.prefs
index a05c1b3..e8d1d32 100644
--- a/docmlet/org.eclipse.statet.docmlet.wikitext.ui/.settings/org.eclipse.jdt.ui.prefs
+++ b/docmlet/org.eclipse.statet.docmlet.wikitext.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/yaml/org.eclipse.statet.yaml.core-tests/.settings/org.eclipse.jdt.ui.prefs b/yaml/org.eclipse.statet.yaml.core-tests/.settings/org.eclipse.jdt.ui.prefs
index a05c1b3..e8d1d32 100644
--- a/yaml/org.eclipse.statet.yaml.core-tests/.settings/org.eclipse.jdt.ui.prefs
+++ b/yaml/org.eclipse.statet.yaml.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/yaml/org.eclipse.statet.yaml.core/.settings/org.eclipse.jdt.ui.prefs b/yaml/org.eclipse.statet.yaml.core/.settings/org.eclipse.jdt.ui.prefs
index a05c1b3..e8d1d32 100644
--- a/yaml/org.eclipse.statet.yaml.core/.settings/org.eclipse.jdt.ui.prefs
+++ b/yaml/org.eclipse.statet.yaml.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/yaml/org.eclipse.statet.yaml.ui/.settings/org.eclipse.jdt.ui.prefs b/yaml/org.eclipse.statet.yaml.ui/.settings/org.eclipse.jdt.ui.prefs
index a05c1b3..e8d1d32 100644
--- a/yaml/org.eclipse.statet.yaml.ui/.settings/org.eclipse.jdt.ui.prefs
+++ b/yaml/org.eclipse.statet.yaml.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