org.eclipse.jdt.ui.prefs 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. cleanup.add_default_serial_version_id=false
  2. cleanup.add_generated_serial_version_id=true
  3. cleanup.add_missing_annotations=true
  4. cleanup.add_missing_deprecated_annotations=true
  5. cleanup.add_missing_methods=true
  6. cleanup.add_missing_nls_tags=false
  7. cleanup.add_missing_override_annotations=true
  8. cleanup.add_missing_override_annotations_interface_methods=true
  9. cleanup.add_serial_version_id=true
  10. cleanup.always_use_blocks=true
  11. cleanup.always_use_parentheses_in_expressions=true
  12. cleanup.always_use_this_for_non_static_field_access=false
  13. cleanup.always_use_this_for_non_static_method_access=false
  14. cleanup.convert_functional_interfaces=true
  15. cleanup.convert_to_enhanced_for_loop=true
  16. cleanup.correct_indentation=false
  17. cleanup.format_source_code=true
  18. cleanup.format_source_code_changes_only=false
  19. cleanup.insert_inferred_type_arguments=false
  20. cleanup.make_local_variable_final=false
  21. cleanup.make_parameters_final=false
  22. cleanup.make_private_fields_final=true
  23. cleanup.make_type_abstract_if_missing_method=false
  24. cleanup.make_variable_declarations_final=true
  25. cleanup.never_use_blocks=false
  26. cleanup.never_use_parentheses_in_expressions=false
  27. cleanup.number_suffix=false
  28. cleanup.organize_imports=true
  29. cleanup.push_down_negation=false
  30. cleanup.qualify_static_field_accesses_with_declaring_class=false
  31. cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
  32. cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
  33. cleanup.qualify_static_member_accesses_with_declaring_class=true
  34. cleanup.qualify_static_method_accesses_with_declaring_class=false
  35. cleanup.remove_private_constructors=true
  36. cleanup.remove_redundant_modifiers=true
  37. cleanup.remove_redundant_semicolons=true
  38. cleanup.remove_redundant_type_arguments=true
  39. cleanup.remove_trailing_whitespaces=false
  40. cleanup.remove_trailing_whitespaces_all=true
  41. cleanup.remove_trailing_whitespaces_ignore_empty=true
  42. cleanup.remove_unnecessary_array_creation=false
  43. cleanup.remove_unnecessary_casts=true
  44. cleanup.remove_unnecessary_nls_tags=true
  45. cleanup.remove_unused_imports=true
  46. cleanup.remove_unused_local_variables=true
  47. cleanup.remove_unused_private_fields=true
  48. cleanup.remove_unused_private_members=true
  49. cleanup.remove_unused_private_methods=true
  50. cleanup.remove_unused_private_types=true
  51. cleanup.simplify_lambda_expression_and_method_ref=false
  52. cleanup.sort_members=false
  53. cleanup.sort_members_all=false
  54. cleanup.use_anonymous_class_creation=false
  55. cleanup.use_autoboxing=false
  56. cleanup.use_blocks=true
  57. cleanup.use_blocks_only_for_return_and_throw=false
  58. cleanup.use_directly_map_method=false
  59. cleanup.use_lambda=true
  60. cleanup.use_parentheses_in_expressions=true
  61. cleanup.use_this_for_non_static_field_access=true
  62. cleanup.use_this_for_non_static_field_access_only_if_necessary=true
  63. cleanup.use_this_for_non_static_method_access=true
  64. cleanup.use_this_for_non_static_method_access_only_if_necessary=true
  65. cleanup.use_unboxing=false
  66. cleanup_profile=_L2J Clean Up v0.4
  67. cleanup_settings_version=2
  68. eclipse.preferences.version=1
  69. formatter_profile=_L2J Formatter v0.8
  70. formatter_settings_version=19