Ignore:
Timestamp:
Jan 16, 2012 7:56:19 AM (4 months ago)
Author:
MELERIX
Message:

STABLE: Sync with BETA [8629]

Location:
trunk/L2J_DataPack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/L2J_DataPack

  • trunk/L2J_DataPack/.settings/org.eclipse.jdt.ui.prefs

    r8406 r8630  
    1 #Wed Sep 28 00:57:38 UYT 2011 
    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> 
     1#Sat Oct 01 02:05:14 UYT 2011 
    32cleanup.add_default_serial_version_id=true 
    43cleanup.add_generated_serial_version_id=false 
     
    109cleanup.add_missing_override_annotations_interface_methods=true 
    1110cleanup.add_serial_version_id=true 
    12 cleanup.always_use_blocks=false 
    13 cleanup.always_use_parentheses_in_expressions=false 
     11cleanup.always_use_blocks=true 
     12cleanup.always_use_parentheses_in_expressions=true 
    1413cleanup.always_use_this_for_non_static_field_access=false 
    1514cleanup.always_use_this_for_non_static_method_access=false 
     
    1817cleanup.format_source_code=true 
    1918cleanup.format_source_code_changes_only=false 
    20 cleanup.make_local_variable_final=true 
    21 cleanup.make_parameters_final=true 
     19cleanup.make_local_variable_final=false 
     20cleanup.make_parameters_final=false 
    2221cleanup.make_private_fields_final=true 
    2322cleanup.make_type_abstract_if_missing_method=false 
    2423cleanup.make_variable_declarations_final=true 
    25 cleanup.never_use_blocks=true 
    26 cleanup.never_use_parentheses_in_expressions=true 
     24cleanup.never_use_blocks=false 
     25cleanup.never_use_parentheses_in_expressions=false 
    2726cleanup.organize_imports=true 
    2827cleanup.qualify_static_field_accesses_with_declaring_class=false 
     
    5251cleanup.use_this_for_non_static_method_access=true 
    5352cleanup.use_this_for_non_static_method_access_only_if_necessary=true 
    54 cleanup_profile=_L2J v0.1 
     53cleanup_profile=_L2J Clean Up v0.2 
    5554cleanup_settings_version=2 
    5655eclipse.preferences.version=1 
    57 formatter_profile=_tralala 
    58 formatter_settings_version=11 
     56formatter_profile=_L2J Formatter v0.1 
     57formatter_settings_version=12 
    5958org.eclipse.jdt.ui.exception.name=e 
    6059org.eclipse.jdt.ui.gettersetter.use.is=true 
Note: See TracChangeset for help on using the changeset viewer.