17935b1839a081ed19ae0d33029ad3c09632a2caaFredrik Rouberteclipse.preferences.version=1 22d2bb24f747c65578da13d5b13b82f0669690461Fredrik Rouberteditor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true 37935b1839a081ed19ae0d33029ad3c09632a2caaFredrik Roubertformatter_profile=_ICU4J Standard 47935b1839a081ed19ae0d33029ad3c09632a2caaFredrik Roubertformatter_settings_version=11 57935b1839a081ed19ae0d33029ad3c09632a2caaFredrik Roubertorg.eclipse.jdt.ui.ignorelowercasenames=true 67935b1839a081ed19ae0d33029ad3c09632a2caaFredrik Roubertorg.eclipse.jdt.ui.importorder=java;javax;org;com; 77935b1839a081ed19ae0d33029ad3c09632a2caaFredrik Roubertorg.eclipse.jdt.ui.javadoc=true 87935b1839a081ed19ae0d33029ad3c09632a2caaFredrik Roubertorg.eclipse.jdt.ui.ondemandthreshold=99 97935b1839a081ed19ae0d33029ad3c09632a2caaFredrik Roubertorg.eclipse.jdt.ui.staticondemandthreshold=99 102d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertorg.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\r\n * @return the ${bare_field_name}\r\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\r\n * @param ${param} the ${bare_field_name} to set\r\n */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\r\n * ${tags}\r\n */</template><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">// \u00A9 ${year} and later\: Unicode, Inc. and others.\r\n// License & terms of use\: http\://www.unicode.org/copyright.html\#License</template><template autoinsert\="true" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * @author ${user}\r\n *\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\r\n * \r\n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/* (non-Javadoc)\r\n * ${see_to_overridden}\r\n */</template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\r\n * ${tags}\r\n * ${see_to_target}\r\n */</template><template autoinsert\="true" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">${filecomment}\r\n${package_declaration}\r\n\r\n${typecomment}\r\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\r\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false" description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" name\="interfacebody">\r\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\r\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\r\n</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\r\n${exception_var}.printStackTrace();</template><template autoinsert\="true" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">// ${todo} Auto-generated method stub\r\n${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\r\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></templates> 112d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.add_default_serial_version_id=true 122d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.add_generated_serial_version_id=false 132d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.add_missing_annotations=true 142d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.add_missing_deprecated_annotations=true 152d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.add_missing_methods=false 162d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.add_missing_nls_tags=false 172d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.add_missing_override_annotations=true 182d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.add_missing_override_annotations_interface_methods=true 192d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.add_serial_version_id=false 202d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.always_use_blocks=true 212d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.always_use_parentheses_in_expressions=false 222d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.always_use_this_for_non_static_field_access=false 232d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.always_use_this_for_non_static_method_access=false 242d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.convert_functional_interfaces=false 252d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.convert_to_enhanced_for_loop=false 262d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.correct_indentation=false 272d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.format_source_code=false 282d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.format_source_code_changes_only=false 292d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.insert_inferred_type_arguments=false 302d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.make_local_variable_final=true 312d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.make_parameters_final=false 322d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.make_private_fields_final=true 332d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.make_type_abstract_if_missing_method=false 342d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.make_variable_declarations_final=false 352d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.never_use_blocks=false 362d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.never_use_parentheses_in_expressions=true 372d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.on_save_use_additional_actions=true 382d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.organize_imports=true 392d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.qualify_static_field_accesses_with_declaring_class=false 402d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true 412d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true 422d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.qualify_static_member_accesses_with_declaring_class=false 432d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.qualify_static_method_accesses_with_declaring_class=false 442d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.remove_private_constructors=true 452d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.remove_redundant_type_arguments=true 462d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.remove_trailing_whitespaces=true 472d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.remove_trailing_whitespaces_all=true 482d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.remove_trailing_whitespaces_ignore_empty=false 492d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.remove_unnecessary_casts=true 502d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.remove_unnecessary_nls_tags=false 512d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.remove_unused_imports=false 522d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.remove_unused_local_variables=false 532d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.remove_unused_private_fields=true 542d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.remove_unused_private_members=false 552d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.remove_unused_private_methods=true 562d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.remove_unused_private_types=true 572d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.sort_members=false 582d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.sort_members_all=false 592d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.use_anonymous_class_creation=false 602d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.use_blocks=false 612d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.use_blocks_only_for_return_and_throw=false 622d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.use_lambda=true 632d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.use_parentheses_in_expressions=false 642d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.use_this_for_non_static_field_access=false 652d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true 662d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.use_this_for_non_static_method_access=false 672d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true 682d2bb24f747c65578da13d5b13b82f0669690461Fredrik Roubertsp_cleanup.use_type_arguments=false 69