Ignore:
Timestamp:
2015-06-20T23:42:21+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle: enable relevant whitespace checks and fix them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.settings/org.eclipse.jdt.core.prefs

    r7980 r8510  
    115115org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
    116116org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
     117org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0
    117118org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
    118119org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
     
    125126org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0
    126127org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16
     128org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0
    127129org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
    128130org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16
    129131org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16
     132org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80
    130133org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16
    131134org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16
     
    134137org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16
    135138org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16
     139org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16
    136140org.eclipse.jdt.core.formatter.blank_lines_after_imports=1
    137141org.eclipse.jdt.core.formatter.blank_lines_after_package=1
     
    153157org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line
    154158org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line
     159org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line
    155160org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line
    156161org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line
     
    171176org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert
    172177org.eclipse.jdt.core.formatter.comment.line_length=100
     178org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true
     179org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true
     180org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false
    173181org.eclipse.jdt.core.formatter.compact_else_if=true
    174182org.eclipse.jdt.core.formatter.continuation_indentation=2
    175183org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2
     184org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off
     185org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on
    176186org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false
     187org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true
    177188org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true
    178189org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true
     
    192203org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert
    193204org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert
     205org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert
    194206org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
     207org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation=do not insert
    195208org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
    196209org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert
     
    240253org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert
    241254org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert
     255org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert
    242256org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert
    243257org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert
     
    258272org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert
    259273org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert
     274org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert
    260275org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert
    261276org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
     
    264279org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert
    265280org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
     281org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert
    266282org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert
    267283org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
     
    287303org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert
    288304org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert
     305org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert
    289306org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert
    290307org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert
     
    314331org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert
    315332org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert
     333org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert
    316334org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert
    317335org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert
     
    342360org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert
    343361org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert
     362org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert
    344363org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert
    345364org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert
     
    351370org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert
    352371org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert
     372org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert
    353373org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert
    354374org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert
     
    374394org.eclipse.jdt.core.formatter.tabulation.char=space
    375395org.eclipse.jdt.core.formatter.tabulation.size=4
     396org.eclipse.jdt.core.formatter.use_on_off_tags=false
    376397org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
    377398org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
     399org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true
     400org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
Note: See TracChangeset for help on using the changeset viewer.