xref: /JGit/org.eclipse.jgit.junit.http/.settings/org.eclipse.jdt.ui.prefs (revision 41baa7a791534daac878fbcb78cf46422940e88e)
151e2646dSJens Baumgarteclipse.preferences.version=1
251e2646dSJens Baumgarteditor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
351e2646dSJens Baumgartformatter_profile=_JGit Format
457333a8eSRobin Rosenbergformatter_settings_version=12
551e2646dSJens Baumgartorg.eclipse.jdt.ui.ignorelowercasenames=true
651e2646dSJens Baumgartorg.eclipse.jdt.ui.importorder=java;javax;org;com;
751e2646dSJens Baumgartorg.eclipse.jdt.ui.ondemandthreshold=99
851e2646dSJens Baumgartorg.eclipse.jdt.ui.staticondemandthreshold=99
951e2646dSJens Baumgartorg.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?><templates/>
1051e2646dSJens Baumgartsp_cleanup.add_default_serial_version_id=true
1151e2646dSJens Baumgartsp_cleanup.add_generated_serial_version_id=false
12c0ad77d8SMatthias Sohnsp_cleanup.add_missing_annotations=true
1351e2646dSJens Baumgartsp_cleanup.add_missing_deprecated_annotations=true
1451e2646dSJens Baumgartsp_cleanup.add_missing_methods=false
1551e2646dSJens Baumgartsp_cleanup.add_missing_nls_tags=false
1651e2646dSJens Baumgartsp_cleanup.add_missing_override_annotations=true
17c0ad77d8SMatthias Sohnsp_cleanup.add_missing_override_annotations_interface_methods=true
1851e2646dSJens Baumgartsp_cleanup.add_serial_version_id=false
1951e2646dSJens Baumgartsp_cleanup.always_use_blocks=true
2051e2646dSJens Baumgartsp_cleanup.always_use_parentheses_in_expressions=false
2151e2646dSJens Baumgartsp_cleanup.always_use_this_for_non_static_field_access=false
2251e2646dSJens Baumgartsp_cleanup.always_use_this_for_non_static_method_access=false
23c0ad77d8SMatthias Sohnsp_cleanup.convert_functional_interfaces=false
2451e2646dSJens Baumgartsp_cleanup.convert_to_enhanced_for_loop=false
2551e2646dSJens Baumgartsp_cleanup.correct_indentation=false
2651e2646dSJens Baumgartsp_cleanup.format_source_code=true
2751e2646dSJens Baumgartsp_cleanup.format_source_code_changes_only=true
28c0ad77d8SMatthias Sohnsp_cleanup.insert_inferred_type_arguments=false
2951e2646dSJens Baumgartsp_cleanup.make_local_variable_final=false
3051e2646dSJens Baumgartsp_cleanup.make_parameters_final=false
3151e2646dSJens Baumgartsp_cleanup.make_private_fields_final=true
3251e2646dSJens Baumgartsp_cleanup.make_type_abstract_if_missing_method=false
3351e2646dSJens Baumgartsp_cleanup.make_variable_declarations_final=false
3451e2646dSJens Baumgartsp_cleanup.never_use_blocks=false
3551e2646dSJens Baumgartsp_cleanup.never_use_parentheses_in_expressions=true
3651e2646dSJens Baumgartsp_cleanup.on_save_use_additional_actions=true
37*41baa7a7SMatthias Sohnsp_cleanup.organize_imports=false
3851e2646dSJens Baumgartsp_cleanup.qualify_static_field_accesses_with_declaring_class=false
3951e2646dSJens Baumgartsp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
4051e2646dSJens Baumgartsp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
4151e2646dSJens Baumgartsp_cleanup.qualify_static_member_accesses_with_declaring_class=false
4251e2646dSJens Baumgartsp_cleanup.qualify_static_method_accesses_with_declaring_class=false
4351e2646dSJens Baumgartsp_cleanup.remove_private_constructors=true
44c0ad77d8SMatthias Sohnsp_cleanup.remove_redundant_type_arguments=true
4551e2646dSJens Baumgartsp_cleanup.remove_trailing_whitespaces=true
4651e2646dSJens Baumgartsp_cleanup.remove_trailing_whitespaces_all=true
4751e2646dSJens Baumgartsp_cleanup.remove_trailing_whitespaces_ignore_empty=false
48c0ad77d8SMatthias Sohnsp_cleanup.remove_unnecessary_casts=true
49c0ad77d8SMatthias Sohnsp_cleanup.remove_unnecessary_nls_tags=true
509906f098SMatthias Sohnsp_cleanup.remove_unused_imports=false
5151e2646dSJens Baumgartsp_cleanup.remove_unused_local_variables=false
5251e2646dSJens Baumgartsp_cleanup.remove_unused_private_fields=true
5351e2646dSJens Baumgartsp_cleanup.remove_unused_private_members=false
5451e2646dSJens Baumgartsp_cleanup.remove_unused_private_methods=true
5551e2646dSJens Baumgartsp_cleanup.remove_unused_private_types=true
5651e2646dSJens Baumgartsp_cleanup.sort_members=false
5751e2646dSJens Baumgartsp_cleanup.sort_members_all=false
58c0ad77d8SMatthias Sohnsp_cleanup.use_anonymous_class_creation=false
599906f098SMatthias Sohnsp_cleanup.use_blocks=false
6051e2646dSJens Baumgartsp_cleanup.use_blocks_only_for_return_and_throw=false
61c0ad77d8SMatthias Sohnsp_cleanup.use_lambda=false
6251e2646dSJens Baumgartsp_cleanup.use_parentheses_in_expressions=false
6351e2646dSJens Baumgartsp_cleanup.use_this_for_non_static_field_access=false
6451e2646dSJens Baumgartsp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
6551e2646dSJens Baumgartsp_cleanup.use_this_for_non_static_method_access=false
6651e2646dSJens Baumgartsp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
67