org.eclipse.jdt.ui.prefs 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. #Sun Jul 04 14:07:32 CEST 2010
  2. "=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>
  3. cleanup.add_default_serial_version_id=false
  4. cleanup.add_generated_serial_version_id=true
  5. cleanup.add_missing_annotations=true
  6. cleanup.add_missing_deprecated_annotations=true
  7. cleanup.add_missing_methods=true
  8. cleanup.add_missing_nls_tags=false
  9. cleanup.add_missing_override_annotations=true
  10. cleanup.add_missing_override_annotations_interface_methods=false
  11. cleanup.add_serial_version_id=true
  12. cleanup.always_use_blocks=true
  13. cleanup.always_use_parentheses_in_expressions=true
  14. cleanup.always_use_this_for_non_static_field_access=false
  15. cleanup.always_use_this_for_non_static_method_access=false
  16. cleanup.convert_to_enhanced_for_loop=false
  17. cleanup.correct_indentation=true
  18. cleanup.format_source_code=true
  19. cleanup.format_source_code_changes_only=false
  20. cleanup.make_local_variable_final=true
  21. cleanup.make_parameters_final=true
  22. cleanup.make_private_fields_final=true
  23. cleanup.make_type_abstract_if_missing_method=false
  24. cleanup.make_variable_declarations_final=false
  25. cleanup.never_use_blocks=false
  26. cleanup.never_use_parentheses_in_expressions=false
  27. cleanup.organize_imports=true
  28. cleanup.qualify_static_field_accesses_with_declaring_class=false
  29. cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
  30. cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
  31. cleanup.qualify_static_member_accesses_with_declaring_class=false
  32. cleanup.qualify_static_method_accesses_with_declaring_class=false
  33. cleanup.remove_private_constructors=true
  34. cleanup.remove_trailing_whitespaces=false
  35. cleanup.remove_trailing_whitespaces_all=true
  36. cleanup.remove_trailing_whitespaces_ignore_empty=false
  37. cleanup.remove_unnecessary_casts=true
  38. cleanup.remove_unnecessary_nls_tags=true
  39. cleanup.remove_unused_imports=true
  40. cleanup.remove_unused_local_variables=false
  41. cleanup.remove_unused_private_fields=true
  42. cleanup.remove_unused_private_members=false
  43. cleanup.remove_unused_private_methods=true
  44. cleanup.remove_unused_private_types=true
  45. cleanup.sort_members=false
  46. cleanup.sort_members_all=false
  47. cleanup.use_blocks=true
  48. cleanup.use_blocks_only_for_return_and_throw=false
  49. cleanup.use_parentheses_in_expressions=true
  50. cleanup.use_this_for_non_static_field_access=true
  51. cleanup.use_this_for_non_static_field_access_only_if_necessary=true
  52. cleanup.use_this_for_non_static_method_access=true
  53. cleanup.use_this_for_non_static_method_access_only_if_necessary=true
  54. cleanup_profile=_tralala
  55. cleanup_settings_version=2
  56. eclipse.preferences.version=1
  57. formatter_profile=_tralala
  58. formatter_settings_version=11
  59. org.eclipse.jdt.ui.exception.name=e
  60. org.eclipse.jdt.ui.gettersetter.use.is=true
  61. org.eclipse.jdt.ui.ignorelowercasenames=true
  62. org.eclipse.jdt.ui.importorder=java;javax;org;com;
  63. org.eclipse.jdt.ui.javadoc=true
  64. org.eclipse.jdt.ui.keywordthis=false
  65. org.eclipse.jdt.ui.ondemandthreshold=99
  66. org.eclipse.jdt.ui.overrideannotation=true
  67. org.eclipse.jdt.ui.staticondemandthreshold=99