CloneSet16


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
241260.992statement_sequence[241]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12411847
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
22412101
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
Clone Instance
1
Line Count
241
Source Line
1847
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                this.alignment_for_arguments_in_allocation_expression = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_arguments_in_enum_constant = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_arguments_in_explicit_constructor_call = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_arguments_in_method_invocation = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_arguments_in_qualified_allocation_expression = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_assignment = Alignment.M_NO_ALIGNMENT;
                this.alignment_for_binary_expression = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_compact_if = Alignment.M_ONE_PER_LINE_SPLIT|  Alignment.M_INDENT_BY_ONE;
                this.alignment_for_conditional_expression = Alignment.M_ONE_PER_LINE_SPLIT;
                this.alignment_for_enum_constants = Alignment.NONE;
                this.alignment_for_expressions_in_array_initializer = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_multiple_fields = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_parameters_in_constructor_declaration = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_parameters_in_method_declaration = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_selector_in_method_invocation = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_superclass_in_type_declaration = Alignment.M_NEXT_SHIFTED_SPLIT;
                this.alignment_for_superinterfaces_in_enum_declaration = Alignment.M_NEXT_SHIFTED_SPLIT;
                this.alignment_for_superinterfaces_in_type_declaration = Alignment.M_NEXT_SHIFTED_SPLIT;
                this.alignment_for_throws_clause_in_constructor_declaration = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_throws_clause_in_method_declaration = Alignment.M_COMPACT_SPLIT;
                this.align_type_members_on_columns = false;
                this.brace_position_for_annotation_type_declaration = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_anonymous_type_declaration = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_array_initializer = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_block = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_block_in_case = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_constructor_declaration = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_enum_constant = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_enum_declaration = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_method_declaration = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_type_declaration = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_switch = DefaultCodeFormatterConstants.END_OF_LINE;
                this.comment_clear_blank_lines = false;
                this.comment_format = true;
                this.comment_format_header = false;
                this.comment_format_html = true;
                this.comment_format_source = true;
                this.comment_indent_parameter_description = true;
                this.comment_indent_root_tags = true;
                this.comment_insert_empty_line_before_root_tags = true;
                this.comment_insert_new_line_for_parameter = true;
                this.comment_line_length = 80;
                this.continuation_indentation = 2;
                this.continuation_indentation_for_array_initializer = 2;
                this.blank_lines_after_imports = 0;
                this.blank_lines_after_package = 0;
                this.blank_lines_before_field = 0;
                this.blank_lines_before_first_class_body_declaration = 0;
                this.blank_lines_before_imports = 0;
                this.blank_lines_before_member_type = 0;
                this.blank_lines_before_method = 0;
                this.blank_lines_before_new_chunk = 0;
                this.blank_lines_before_package = 0;
                this.blank_lines_between_type_declarations = 0;
                this.blank_lines_at_beginning_of_method_body = 0;
                this.indent_statements_compare_to_block = true;
                this.indent_statements_compare_to_body = true;
                this.indent_body_declarations_compare_to_annotation_declaration_header = true;
                this.indent_body_declarations_compare_to_enum_constant_header = true;
                this.indent_body_declarations_compare_to_enum_declaration_header = true;
                this.indent_body_declarations_compare_to_type_header = true;
                this.indent_breaks_compare_to_cases = true;
                this.indent_empty_lines = false;
                this.indent_switchstatements_compare_to_cases = true;
                this.indent_switchstatements_compare_to_switch = true;
                this.indentation_size = 4;
                this.insert_new_line_after_annotation = true;
                this.insert_new_line_after_opening_brace_in_array_initializer = false;
                this.insert_new_line_at_end_of_file_if_missing = false;
                this.insert_new_line_before_catch_in_try_statement = false;
                this.insert_new_line_before_closing_brace_in_array_initializer = false;
                this.insert_new_line_before_else_in_if_statement = false;
                this.insert_new_line_before_finally_in_try_statement = false;
                this.insert_new_line_before_while_in_do_statement = false;
                this.insert_new_line_in_empty_anonymous_type_declaration = true;
                this.insert_new_line_in_empty_block = true;
                this.insert_new_line_in_empty_annotation_declaration = true;
                this.insert_new_line_in_empty_enum_constant = true;
                this.insert_new_line_in_empty_enum_declaration = true;
                this.insert_new_line_in_empty_method_body = true;
                this.insert_new_line_in_empty_type_declaration = true;
                this.insert_space_after_and_in_type_parameter = true;
                this.insert_space_after_assignment_operator = true;
                this.insert_space_after_at_in_annotation = false;
                this.insert_space_after_at_in_annotation_type_declaration = false;
                this.insert_space_after_binary_operator = true;
                this.insert_space_after_closing_angle_bracket_in_type_arguments = true;
                this.insert_space_after_closing_angle_bracket_in_type_parameters = true;
                this.insert_space_after_closing_paren_in_cast = true;
                this.insert_space_after_closing_brace_in_block = true;
                this.insert_space_after_colon_in_assert = true;
                this.insert_space_after_colon_in_case = true;
                this.insert_space_after_colon_in_conditional = true;
                this.insert_space_after_colon_in_for = true;
                this.insert_space_after_colon_in_labeled_statement = true;
                this.insert_space_after_comma_in_allocation_expression = true;
                this.insert_space_after_comma_in_annotation = true;
                this.insert_space_after_comma_in_array_initializer = true;
                this.insert_space_after_comma_in_constructor_declaration_parameters = true;
                this.insert_space_after_comma_in_constructor_declaration_throws = true;
                this.insert_space_after_comma_in_enum_constant_arguments = true;
                this.insert_space_after_comma_in_enum_declarations = true;
                this.insert_space_after_comma_in_explicit_constructor_call_arguments = true;
                this.insert_space_after_comma_in_for_increments = true;
                this.insert_space_after_comma_in_for_inits = true;
                this.insert_space_after_comma_in_method_invocation_arguments = true;
                this.insert_space_after_comma_in_method_declaration_parameters = true;
                this.insert_space_after_comma_in_method_declaration_throws = true;
                this.insert_space_after_comma_in_multiple_field_declarations = true;
                this.insert_space_after_comma_in_multiple_local_declarations = true;
                this.insert_space_after_comma_in_parameterized_type_reference = true;
                this.insert_space_after_comma_in_superinterfaces = true;
                this.insert_space_after_comma_in_type_arguments = true;
                this.insert_space_after_comma_in_type_parameters = true;
                this.insert_space_after_ellipsis = true;
                this.insert_space_after_opening_angle_bracket_in_parameterized_type_reference = false;
                this.insert_space_after_opening_angle_bracket_in_type_arguments = false;
                this.insert_space_after_opening_angle_bracket_in_type_parameters = false;
                this.insert_space_after_opening_bracket_in_array_allocation_expression = false;
                this.insert_space_after_opening_bracket_in_array_reference = false;
                this.insert_space_after_opening_brace_in_array_initializer = false;
                this.insert_space_after_opening_paren_in_annotation = false;
                this.insert_space_after_opening_paren_in_cast = false;
                this.insert_space_after_opening_paren_in_catch = false;
                this.insert_space_after_opening_paren_in_constructor_declaration = false;
                this.insert_space_after_opening_paren_in_enum_constant = false;
                this.insert_space_after_opening_paren_in_for = false;
                this.insert_space_after_opening_paren_in_if = false;
                this.insert_space_after_opening_paren_in_method_declaration = false;
                this.insert_space_after_opening_paren_in_method_invocation = false;
                this.insert_space_after_opening_paren_in_parenthesized_expression = false;
                this.insert_space_after_opening_paren_in_switch = false;
                this.insert_space_after_opening_paren_in_synchronized = false;
                this.insert_space_after_opening_paren_in_while = false;
                this.insert_space_after_postfix_operator = false;
                this.insert_space_after_prefix_operator = false;
                this.insert_space_after_question_in_conditional = true;
                this.insert_space_after_question_in_wilcard = false;
                this.insert_space_after_semicolon_in_for = true;
                this.insert_space_after_unary_operator = false;
                this.insert_space_before_and_in_type_parameter = true;
                this.insert_space_before_at_in_annotation_type_declaration = true;
                this.insert_space_before_assignment_operator = true;
                this.insert_space_before_binary_operator = true;
                this.insert_space_before_closing_angle_bracket_in_parameterized_type_reference = false;
                this.insert_space_before_closing_angle_bracket_in_type_arguments = false;
                this.insert_space_before_closing_angle_bracket_in_type_parameters = false;
                this.insert_space_before_closing_brace_in_array_initializer = false;
                this.insert_space_before_closing_bracket_in_array_allocation_expression = false;
                this.insert_space_before_closing_bracket_in_array_reference = false;
                this.insert_space_before_closing_paren_in_annotation = false;
                this.insert_space_before_closing_paren_in_cast = false;
                this.insert_space_before_closing_paren_in_catch = false;
                this.insert_space_before_closing_paren_in_constructor_declaration = false;
                this.insert_space_before_closing_paren_in_enum_constant = false;
                this.insert_space_before_closing_paren_in_for = false;
                this.insert_space_before_closing_paren_in_if = false;
                this.insert_space_before_closing_paren_in_method_declaration = false;
                this.insert_space_before_closing_paren_in_method_invocation = false;
                this.insert_space_before_closing_paren_in_parenthesized_expression = false;
                this.insert_space_before_closing_paren_in_switch = false;
                this.insert_space_before_closing_paren_in_synchronized = false;
                this.insert_space_before_closing_paren_in_while = false;
                this.insert_space_before_colon_in_assert = true;
                this.insert_space_before_colon_in_case = true;
                this.insert_space_before_colon_in_conditional = true;
                this.insert_space_before_colon_in_default = true;
                this.insert_space_before_colon_in_for = true;
                this.insert_space_before_colon_in_labeled_statement = true;
                this.insert_space_before_comma_in_allocation_expression = false;
                this.insert_space_before_comma_in_array_initializer = false;
                this.insert_space_before_comma_in_constructor_declaration_parameters = false;
                this.insert_space_before_comma_in_constructor_declaration_throws = false;
                this.insert_space_before_comma_in_enum_constant_arguments = false;
                this.insert_space_before_comma_in_enum_declarations = false;
                this.insert_space_before_comma_in_explicit_constructor_call_arguments = false;
                this.insert_space_before_comma_in_for_increments = false;
                this.insert_space_before_comma_in_for_inits = false;
                this.insert_space_before_comma_in_method_invocation_arguments = false;
                this.insert_space_before_comma_in_method_declaration_parameters = false;
                this.insert_space_before_comma_in_method_declaration_throws = false;
                this.insert_space_before_comma_in_multiple_field_declarations = false;
                this.insert_space_before_comma_in_multiple_local_declarations = false;
                this.insert_space_before_comma_in_parameterized_type_reference = false;
                this.insert_space_before_comma_in_superinterfaces = false;
                this.insert_space_before_comma_in_type_arguments = false;
                this.insert_space_before_comma_in_type_parameters = false;
                this.insert_space_before_ellipsis = false;
                this.insert_space_before_parenthesized_expression_in_return = true;
                this.insert_space_before_opening_angle_bracket_in_parameterized_type_reference = false;
                this.insert_space_before_opening_angle_bracket_in_type_arguments = false;
                this.insert_space_before_opening_angle_bracket_in_type_parameters = false;
                this.insert_space_before_opening_brace_in_annotation_type_declaration = true;
                this.insert_space_before_opening_brace_in_anonymous_type_declaration = true;
                this.insert_space_before_opening_brace_in_array_initializer = false;
                this.insert_space_before_opening_brace_in_block = true;
                this.insert_space_before_opening_brace_in_constructor_declaration = true;
                this.insert_space_before_opening_brace_in_enum_constant = true;
                this.insert_space_before_opening_brace_in_enum_declaration = true;
                this.insert_space_before_opening_brace_in_method_declaration = true;
                this.insert_space_before_opening_brace_in_switch = true;
                this.insert_space_before_opening_brace_in_type_declaration = true;
                this.insert_space_before_opening_bracket_in_array_allocation_expression = false;
                this.insert_space_before_opening_bracket_in_array_reference = false;
                this.insert_space_before_opening_bracket_in_array_type_reference = false;
                this.insert_space_before_opening_paren_in_annotation = false;
                this.insert_space_before_opening_paren_in_annotation_type_member_declaration = false;
                this.insert_space_before_opening_paren_in_catch = true;
                this.insert_space_before_opening_paren_in_constructor_declaration = false;
                this.insert_space_before_opening_paren_in_enum_constant = false;
                this.insert_space_before_opening_paren_in_for = true;
                this.insert_space_before_opening_paren_in_if = true;
                this.insert_space_before_opening_paren_in_method_invocation = false;
                this.insert_space_before_opening_paren_in_method_declaration = false;
                this.insert_space_before_opening_paren_in_switch = true;
                this.insert_space_before_opening_paren_in_synchronized = true;
                this.insert_space_before_opening_paren_in_parenthesized_expression = false;
                this.insert_space_before_opening_paren_in_while = true;
                this.insert_space_before_postfix_operator = false;
                this.insert_space_before_prefix_operator = false;
                this.insert_space_before_question_in_conditional = true;
                this.insert_space_before_question_in_wilcard = false;
                this.insert_space_before_semicolon = false;
                this.insert_space_before_semicolon_in_for = false;
                this.insert_space_before_unary_operator = false;
                this.insert_space_between_brackets_in_array_type_reference = false;
                this.insert_space_between_empty_braces_in_array_initializer = false;
                this.insert_space_between_empty_brackets_in_array_allocation_expression = false;
                this.insert_space_between_empty_parens_in_annotation_type_member_declaration = false;
                this.insert_space_between_empty_parens_in_constructor_declaration = false;
                this.insert_space_between_empty_parens_in_enum_constant = false;
                this.insert_space_between_empty_parens_in_method_declaration = false;
                this.insert_space_between_empty_parens_in_method_invocation = false;
                this.compact_else_if = true;
                this.keep_guardian_clause_on_one_line = false;
                this.keep_else_statement_on_same_line = false;
                this.keep_empty_array_initializer_on_one_line = false;
                this.keep_simple_if_on_one_line = false;
                this.keep_then_statement_on_same_line = false;
                this.number_of_empty_lines_to_preserve = 1;
                this.put_empty_statement_on_new_line = false;


Clone Instance
2
Line Count
241
Source Line
2101
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                this.alignment_for_arguments_in_allocation_expression = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_arguments_in_enum_constant = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_arguments_in_explicit_constructor_call = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_arguments_in_method_invocation = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_arguments_in_qualified_allocation_expression = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_assignment = Alignment.M_NO_ALIGNMENT;
                this.alignment_for_binary_expression = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_compact_if = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_conditional_expression = Alignment.M_NEXT_PER_LINE_SPLIT;
                this.alignment_for_enum_constants = Alignment.NONE;
                this.alignment_for_expressions_in_array_initializer = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_multiple_fields = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_parameters_in_constructor_declaration = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_parameters_in_method_declaration = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_selector_in_method_invocation = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_superclass_in_type_declaration = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_superinterfaces_in_enum_declaration = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_superinterfaces_in_type_declaration = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_throws_clause_in_constructor_declaration = Alignment.M_COMPACT_SPLIT;
                this.alignment_for_throws_clause_in_method_declaration = Alignment.M_COMPACT_SPLIT;
                this.align_type_members_on_columns = false;
                this.brace_position_for_annotation_type_declaration = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_anonymous_type_declaration = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_array_initializer = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_block = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_block_in_case = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_constructor_declaration = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_enum_constant = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_enum_declaration = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_method_declaration = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_type_declaration = DefaultCodeFormatterConstants.END_OF_LINE;
                this.brace_position_for_switch = DefaultCodeFormatterConstants.END_OF_LINE;
                this.comment_clear_blank_lines = false;
                this.comment_format = true;
                this.comment_format_header = false;
                this.comment_format_html = true;
                this.comment_format_source = true;
                this.comment_indent_parameter_description = true;
                this.comment_indent_root_tags = true;
                this.comment_insert_empty_line_before_root_tags = true;
                this.comment_insert_new_line_for_parameter = true;
                this.comment_line_length = 80;
                this.continuation_indentation = 2;
                this.continuation_indentation_for_array_initializer = 2;
                this.blank_lines_after_imports = 1;
                this.blank_lines_after_package = 1;
                this.blank_lines_before_field = 1;
                this.blank_lines_before_first_class_body_declaration = 0;
                this.blank_lines_before_imports = 1;
                this.blank_lines_before_member_type = 1;
                this.blank_lines_before_method = 1;
                this.blank_lines_before_new_chunk = 1;
                this.blank_lines_before_package = 0;
                this.blank_lines_between_type_declarations = 1;
                this.blank_lines_at_beginning_of_method_body = 0;
                this.indent_statements_compare_to_block = true;
                this.indent_statements_compare_to_body = true;
                this.indent_body_declarations_compare_to_annotation_declaration_header = true;
                this.indent_body_declarations_compare_to_enum_constant_header = true;
                this.indent_body_declarations_compare_to_enum_declaration_header = true;
                this.indent_body_declarations_compare_to_type_header = true;
                this.indent_breaks_compare_to_cases = true;
                this.indent_empty_lines = false;
                this.indent_switchstatements_compare_to_cases = true;
                this.indent_switchstatements_compare_to_switch = false;
                this.indentation_size = 4;
                this.insert_new_line_after_annotation = true;
                this.insert_new_line_after_opening_brace_in_array_initializer = false;
                this.insert_new_line_at_end_of_file_if_missing = false;
                this.insert_new_line_before_catch_in_try_statement = false;
                this.insert_new_line_before_closing_brace_in_array_initializer = false;
                this.insert_new_line_before_else_in_if_statement = false;
                this.insert_new_line_before_finally_in_try_statement = false;
                this.insert_new_line_before_while_in_do_statement = false;
                this.insert_new_line_in_empty_anonymous_type_declaration = true;
                this.insert_new_line_in_empty_block = true;
                this.insert_new_line_in_empty_annotation_declaration = true;
                this.insert_new_line_in_empty_enum_constant = true;
                this.insert_new_line_in_empty_enum_declaration = true;
                this.insert_new_line_in_empty_method_body = true;
                this.insert_new_line_in_empty_type_declaration = true;
                this.insert_space_after_and_in_type_parameter = true;
                this.insert_space_after_assignment_operator = true;
                this.insert_space_after_at_in_annotation = false;
                this.insert_space_after_at_in_annotation_type_declaration = false;
                this.insert_space_after_binary_operator = true;
                this.insert_space_after_closing_angle_bracket_in_type_arguments = true;
                this.insert_space_after_closing_angle_bracket_in_type_parameters = true;
                this.insert_space_after_closing_paren_in_cast = true;
                this.insert_space_after_closing_brace_in_block = true;
                this.insert_space_after_colon_in_assert = true;
                this.insert_space_after_colon_in_case = true;
                this.insert_space_after_colon_in_conditional = true;
                this.insert_space_after_colon_in_for = true;
                this.insert_space_after_colon_in_labeled_statement = true;
                this.insert_space_after_comma_in_allocation_expression = true;
                this.insert_space_after_comma_in_annotation = true;
                this.insert_space_after_comma_in_array_initializer = true;
                this.insert_space_after_comma_in_constructor_declaration_parameters = true;
                this.insert_space_after_comma_in_constructor_declaration_throws = true;
                this.insert_space_after_comma_in_enum_constant_arguments = true;
                this.insert_space_after_comma_in_enum_declarations = true;
                this.insert_space_after_comma_in_explicit_constructor_call_arguments = true;
                this.insert_space_after_comma_in_for_increments = true;
                this.insert_space_after_comma_in_for_inits = true;
                this.insert_space_after_comma_in_method_invocation_arguments = true;
                this.insert_space_after_comma_in_method_declaration_parameters = true;
                this.insert_space_after_comma_in_method_declaration_throws = true;
                this.insert_space_after_comma_in_multiple_field_declarations = true;
                this.insert_space_after_comma_in_multiple_local_declarations = true;
                this.insert_space_after_comma_in_parameterized_type_reference = true;
                this.insert_space_after_comma_in_superinterfaces = true;
                this.insert_space_after_comma_in_type_arguments = true;
                this.insert_space_after_comma_in_type_parameters = true;
                this.insert_space_after_ellipsis = true;
                this.insert_space_after_opening_angle_bracket_in_parameterized_type_reference = false;
                this.insert_space_after_opening_angle_bracket_in_type_arguments = false;
                this.insert_space_after_opening_angle_bracket_in_type_parameters = false;
                this.insert_space_after_opening_bracket_in_array_allocation_expression = false;
                this.insert_space_after_opening_bracket_in_array_reference = false;
                this.insert_space_after_opening_brace_in_array_initializer = true;
                this.insert_space_after_opening_paren_in_annotation = false;
                this.insert_space_after_opening_paren_in_cast = false;
                this.insert_space_after_opening_paren_in_catch = false;
                this.insert_space_after_opening_paren_in_constructor_declaration = false;
                this.insert_space_after_opening_paren_in_enum_constant = false;
                this.insert_space_after_opening_paren_in_for = false;
                this.insert_space_after_opening_paren_in_if = false;
                this.insert_space_after_opening_paren_in_method_declaration = false;
                this.insert_space_after_opening_paren_in_method_invocation = false;
                this.insert_space_after_opening_paren_in_parenthesized_expression = false;
                this.insert_space_after_opening_paren_in_switch = false;
                this.insert_space_after_opening_paren_in_synchronized = false;
                this.insert_space_after_opening_paren_in_while = false;
                this.insert_space_after_postfix_operator = false;
                this.insert_space_after_prefix_operator = false;
                this.insert_space_after_question_in_conditional = true;
                this.insert_space_after_question_in_wilcard = false;
                this.insert_space_after_semicolon_in_for = true;
                this.insert_space_after_unary_operator = false;
                this.insert_space_before_and_in_type_parameter = true;
                this.insert_space_before_at_in_annotation_type_declaration = true;
                this.insert_space_before_assignment_operator = true;
                this.insert_space_before_binary_operator = true;
                this.insert_space_before_closing_angle_bracket_in_parameterized_type_reference = false;
                this.insert_space_before_closing_angle_bracket_in_type_arguments = false;
                this.insert_space_before_closing_angle_bracket_in_type_parameters = false;
                this.insert_space_before_closing_brace_in_array_initializer = true;
                this.insert_space_before_closing_bracket_in_array_allocation_expression = false;
                this.insert_space_before_closing_bracket_in_array_reference = false;
                this.insert_space_before_closing_paren_in_annotation = false;
                this.insert_space_before_closing_paren_in_cast = false;
                this.insert_space_before_closing_paren_in_catch = false;
                this.insert_space_before_closing_paren_in_constructor_declaration = false;
                this.insert_space_before_closing_paren_in_enum_constant = false;
                this.insert_space_before_closing_paren_in_for = false;
                this.insert_space_before_closing_paren_in_if = false;
                this.insert_space_before_closing_paren_in_method_declaration = false;
                this.insert_space_before_closing_paren_in_method_invocation = false;
                this.insert_space_before_closing_paren_in_parenthesized_expression = false;
                this.insert_space_before_closing_paren_in_switch = false;
                this.insert_space_before_closing_paren_in_synchronized = false;
                this.insert_space_before_closing_paren_in_while = false;
                this.insert_space_before_colon_in_assert = true;
                this.insert_space_before_colon_in_case = false;
                this.insert_space_before_colon_in_conditional = true;
                this.insert_space_before_colon_in_default = false;
                this.insert_space_before_colon_in_for = true;
                this.insert_space_before_colon_in_labeled_statement = false;
                this.insert_space_before_comma_in_allocation_expression = false;
                this.insert_space_before_comma_in_array_initializer = false;
                this.insert_space_before_comma_in_constructor_declaration_parameters = false;
                this.insert_space_before_comma_in_constructor_declaration_throws = false;
                this.insert_space_before_comma_in_enum_constant_arguments = false;
                this.insert_space_before_comma_in_enum_declarations = false;
                this.insert_space_before_comma_in_explicit_constructor_call_arguments = false;
                this.insert_space_before_comma_in_for_increments = false;
                this.insert_space_before_comma_in_for_inits = false;
                this.insert_space_before_comma_in_method_invocation_arguments = false;
                this.insert_space_before_comma_in_method_declaration_parameters = false;
                this.insert_space_before_comma_in_method_declaration_throws = false;
                this.insert_space_before_comma_in_multiple_field_declarations = false;
                this.insert_space_before_comma_in_multiple_local_declarations = false;
                this.insert_space_before_comma_in_parameterized_type_reference = false;
                this.insert_space_before_comma_in_superinterfaces = false;
                this.insert_space_before_comma_in_type_arguments = false;
                this.insert_space_before_comma_in_type_parameters = false;
                this.insert_space_before_ellipsis = false;
                this.insert_space_before_parenthesized_expression_in_return = true;
                this.insert_space_before_opening_angle_bracket_in_parameterized_type_reference = false;
                this.insert_space_before_opening_angle_bracket_in_type_arguments = false;
                this.insert_space_before_opening_angle_bracket_in_type_parameters = false;
                this.insert_space_before_opening_brace_in_annotation_type_declaration = true;
                this.insert_space_before_opening_brace_in_anonymous_type_declaration = true;
                this.insert_space_before_opening_brace_in_array_initializer = true;
                this.insert_space_before_opening_brace_in_block = true;
                this.insert_space_before_opening_brace_in_constructor_declaration = true;
                this.insert_space_before_opening_brace_in_enum_constant = true;
                this.insert_space_before_opening_brace_in_enum_declaration = true;
                this.insert_space_before_opening_brace_in_method_declaration = true;
                this.insert_space_before_opening_brace_in_switch = true;
                this.insert_space_before_opening_brace_in_type_declaration = true;
                this.insert_space_before_opening_bracket_in_array_allocation_expression = false;
                this.insert_space_before_opening_bracket_in_array_reference = false;
                this.insert_space_before_opening_bracket_in_array_type_reference = false;
                this.insert_space_before_opening_paren_in_annotation = false;
                this.insert_space_before_opening_paren_in_annotation_type_member_declaration = false;
                this.insert_space_before_opening_paren_in_catch = true;
                this.insert_space_before_opening_paren_in_constructor_declaration = false;
                this.insert_space_before_opening_paren_in_enum_constant = false;
                this.insert_space_before_opening_paren_in_for = true;
                this.insert_space_before_opening_paren_in_if = true;
                this.insert_space_before_opening_paren_in_method_invocation = false;
                this.insert_space_before_opening_paren_in_method_declaration = false;
                this.insert_space_before_opening_paren_in_switch = true;
                this.insert_space_before_opening_paren_in_synchronized = true;
                this.insert_space_before_opening_paren_in_parenthesized_expression = false;
                this.insert_space_before_opening_paren_in_while = true;
                this.insert_space_before_postfix_operator = false;
                this.insert_space_before_prefix_operator = false;
                this.insert_space_before_question_in_conditional = true;
                this.insert_space_before_question_in_wilcard = false;
                this.insert_space_before_semicolon = false;
                this.insert_space_before_semicolon_in_for = false;
                this.insert_space_before_unary_operator = false;
                this.insert_space_between_brackets_in_array_type_reference = false;
                this.insert_space_between_empty_braces_in_array_initializer = false;
                this.insert_space_between_empty_brackets_in_array_allocation_expression = false;
                this.insert_space_between_empty_parens_in_annotation_type_member_declaration = false;
                this.insert_space_between_empty_parens_in_constructor_declaration = false;
                this.insert_space_between_empty_parens_in_enum_constant = false;
                this.insert_space_between_empty_parens_in_method_declaration = false;
                this.insert_space_between_empty_parens_in_method_invocation = false;
                this.compact_else_if = true;
                this.keep_guardian_clause_on_one_line = false;
                this.keep_else_statement_on_same_line = false;
                this.keep_empty_array_initializer_on_one_line = false;
                this.keep_simple_if_on_one_line = false;
                this.keep_then_statement_on_same_line = false;
                this.number_of_empty_lines_to_preserve = 1;
                this.put_empty_statement_on_new_line = true;


Clone AbstractionParameter Count: 6Parameter Bindings

this.alignment_for_arguments_in_allocation_expression = Alignment.M_COMPACT_SPLIT;
this.alignment_for_arguments_in_enum_constant = Alignment.M_COMPACT_SPLIT;
this.alignment_for_arguments_in_explicit_constructor_call = Alignment.M_COMPACT_SPLIT;
this.alignment_for_arguments_in_method_invocation = Alignment.M_COMPACT_SPLIT;
this.alignment_for_arguments_in_qualified_allocation_expression = Alignment.M_COMPACT_SPLIT;
this.alignment_for_assignment = Alignment.M_NO_ALIGNMENT;
this.alignment_for_binary_expression = Alignment.M_COMPACT_SPLIT;
this.alignment_for_compact_if = [[#variablebeac28a0]];
this.alignment_for_conditional_expression = Alignment. [[#variablebeac2840]];
this.alignment_for_enum_constants = Alignment.NONE;
this.alignment_for_expressions_in_array_initializer = Alignment.M_COMPACT_SPLIT;
this.alignment_for_multiple_fields = Alignment.M_COMPACT_SPLIT;
this.alignment_for_parameters_in_constructor_declaration = Alignment.M_COMPACT_SPLIT;
this.alignment_for_parameters_in_method_declaration = Alignment.M_COMPACT_SPLIT;
this.alignment_for_selector_in_method_invocation = Alignment.M_COMPACT_SPLIT;
this.alignment_for_superclass_in_type_declaration = Alignment. [[#variablebeac2780]];
this.alignment_for_superinterfaces_in_enum_declaration = Alignment. [[#variablebeac2780]];
this.alignment_for_superinterfaces_in_type_declaration = Alignment. [[#variablebeac2780]];
this.alignment_for_throws_clause_in_constructor_declaration = Alignment.M_COMPACT_SPLIT;
this.alignment_for_throws_clause_in_method_declaration = Alignment.M_COMPACT_SPLIT;
this.align_type_members_on_columns = false;
this.brace_position_for_annotation_type_declaration = DefaultCodeFormatterConstants.END_OF_LINE;
this.brace_position_for_anonymous_type_declaration = DefaultCodeFormatterConstants.END_OF_LINE;
this.brace_position_for_array_initializer = DefaultCodeFormatterConstants.END_OF_LINE;
this.brace_position_for_block = DefaultCodeFormatterConstants.END_OF_LINE;
this.brace_position_for_block_in_case = DefaultCodeFormatterConstants.END_OF_LINE;
this.brace_position_for_constructor_declaration = DefaultCodeFormatterConstants.END_OF_LINE;
this.brace_position_for_enum_constant = DefaultCodeFormatterConstants.END_OF_LINE;
this.brace_position_for_enum_declaration = DefaultCodeFormatterConstants.END_OF_LINE;
this.brace_position_for_method_declaration = DefaultCodeFormatterConstants.END_OF_LINE;
this.brace_position_for_type_declaration = DefaultCodeFormatterConstants.END_OF_LINE;
this.brace_position_for_switch = DefaultCodeFormatterConstants.END_OF_LINE;
this.comment_clear_blank_lines = false;
this.comment_format = true;
this.comment_format_header = false;
this.comment_format_html = true;
this.comment_format_source = true;
this.comment_indent_parameter_description = true;
this.comment_indent_root_tags = true;
this.comment_insert_empty_line_before_root_tags = true;
this.comment_insert_new_line_for_parameter = true;
this.comment_line_length = 80;
this.continuation_indentation = 2;
this.continuation_indentation_for_array_initializer = 2;
this.blank_lines_after_imports = [[#variablebddfc6e0]];
this.blank_lines_after_package = [[#variablebddfc6e0]];
this.blank_lines_before_field = [[#variablebddfc6e0]];
this.blank_lines_before_first_class_body_declaration = 0;
this.blank_lines_before_imports = [[#variablebddfc6e0]];
this.blank_lines_before_member_type = [[#variablebddfc6e0]];
this.blank_lines_before_method = [[#variablebddfc6e0]];
this.blank_lines_before_new_chunk = [[#variablebddfc6e0]];
this.blank_lines_before_package = 0;
this.blank_lines_between_type_declarations = [[#variablebddfc6e0]];
this.blank_lines_at_beginning_of_method_body = 0;
this.indent_statements_compare_to_block = true;
this.indent_statements_compare_to_body = true;
this.indent_body_declarations_compare_to_annotation_declaration_header = true;
this.indent_body_declarations_compare_to_enum_constant_header = true;
this.indent_body_declarations_compare_to_enum_declaration_header = true;
this.indent_body_declarations_compare_to_type_header = true;
this.indent_breaks_compare_to_cases = true;
this.indent_empty_lines = false;
this.indent_switchstatements_compare_to_cases = true;
this.indent_switchstatements_compare_to_switch = [[#variablebddfcda0]];
this.indentation_size = 4;
this.insert_new_line_after_annotation = true;
this.insert_new_line_after_opening_brace_in_array_initializer = false;
this.insert_new_line_at_end_of_file_if_missing = false;
this.insert_new_line_before_catch_in_try_statement = false;
this.insert_new_line_before_closing_brace_in_array_initializer = false;
this.insert_new_line_before_else_in_if_statement = false;
this.insert_new_line_before_finally_in_try_statement = false;
this.insert_new_line_before_while_in_do_statement = false;
this.insert_new_line_in_empty_anonymous_type_declaration = true;
this.insert_new_line_in_empty_block = true;
this.insert_new_line_in_empty_annotation_declaration = true;
this.insert_new_line_in_empty_enum_constant = true;
this.insert_new_line_in_empty_enum_declaration = true;
this.insert_new_line_in_empty_method_body = true;
this.insert_new_line_in_empty_type_declaration = true;
this.insert_space_after_and_in_type_parameter = true;
this.insert_space_after_assignment_operator = true;
this.insert_space_after_at_in_annotation = false;
this.insert_space_after_at_in_annotation_type_declaration = false;
this.insert_space_after_binary_operator = true;
this.insert_space_after_closing_angle_bracket_in_type_arguments = true;
this.insert_space_after_closing_angle_bracket_in_type_parameters = true;
this.insert_space_after_closing_paren_in_cast = true;
this.insert_space_after_closing_brace_in_block = true;
this.insert_space_after_colon_in_assert = true;
this.insert_space_after_colon_in_case = true;
this.insert_space_after_colon_in_conditional = true;
this.insert_space_after_colon_in_for = true;
this.insert_space_after_colon_in_labeled_statement = true;
this.insert_space_after_comma_in_allocation_expression = true;
this.insert_space_after_comma_in_annotation = true;
this.insert_space_after_comma_in_array_initializer = true;
this.insert_space_after_comma_in_constructor_declaration_parameters = true;
this.insert_space_after_comma_in_constructor_declaration_throws = true;
this.insert_space_after_comma_in_enum_constant_arguments = true;
this.insert_space_after_comma_in_enum_declarations = true;
this.insert_space_after_comma_in_explicit_constructor_call_arguments = true;
this.insert_space_after_comma_in_for_increments = true;
this.insert_space_after_comma_in_for_inits = true;
this.insert_space_after_comma_in_method_invocation_arguments = true;
this.insert_space_after_comma_in_method_declaration_parameters = true;
this.insert_space_after_comma_in_method_declaration_throws = true;
this.insert_space_after_comma_in_multiple_field_declarations = true;
this.insert_space_after_comma_in_multiple_local_declarations = true;
this.insert_space_after_comma_in_parameterized_type_reference = true;
this.insert_space_after_comma_in_superinterfaces = true;
this.insert_space_after_comma_in_type_arguments = true;
this.insert_space_after_comma_in_type_parameters = true;
this.insert_space_after_ellipsis = true;
this.insert_space_after_opening_angle_bracket_in_parameterized_type_reference = false;
this.insert_space_after_opening_angle_bracket_in_type_arguments = false;
this.insert_space_after_opening_angle_bracket_in_type_parameters = false;
this.insert_space_after_opening_bracket_in_array_allocation_expression = false;
this.insert_space_after_opening_bracket_in_array_reference = false;
this.insert_space_after_opening_brace_in_array_initializer = [[#variablebddfc680]];
this.insert_space_after_opening_paren_in_annotation = false;
this.insert_space_after_opening_paren_in_cast = false;
this.insert_space_after_opening_paren_in_catch = false;
this.insert_space_after_opening_paren_in_constructor_declaration = false;
this.insert_space_after_opening_paren_in_enum_constant = false;
this.insert_space_after_opening_paren_in_for = false;
this.insert_space_after_opening_paren_in_if = false;
this.insert_space_after_opening_paren_in_method_declaration = false;
this.insert_space_after_opening_paren_in_method_invocation = false;
this.insert_space_after_opening_paren_in_parenthesized_expression = false;
this.insert_space_after_opening_paren_in_switch = false;
this.insert_space_after_opening_paren_in_synchronized = false;
this.insert_space_after_opening_paren_in_while = false;
this.insert_space_after_postfix_operator = false;
this.insert_space_after_prefix_operator = false;
this.insert_space_after_question_in_conditional = true;
this.insert_space_after_question_in_wilcard = false;
this.insert_space_after_semicolon_in_for = true;
this.insert_space_after_unary_operator = false;
this.insert_space_before_and_in_type_parameter = true;
this.insert_space_before_at_in_annotation_type_declaration = true;
this.insert_space_before_assignment_operator = true;
this.insert_space_before_binary_operator = true;
this.insert_space_before_closing_angle_bracket_in_parameterized_type_reference = false;
this.insert_space_before_closing_angle_bracket_in_type_arguments = false;
this.insert_space_before_closing_angle_bracket_in_type_parameters = false;
this.insert_space_before_closing_brace_in_array_initializer = [[#variablebddfc680]];
this.insert_space_before_closing_bracket_in_array_allocation_expression = false;
this.insert_space_before_closing_bracket_in_array_reference = false;
this.insert_space_before_closing_paren_in_annotation = false;
this.insert_space_before_closing_paren_in_cast = false;
this.insert_space_before_closing_paren_in_catch = false;
this.insert_space_before_closing_paren_in_constructor_declaration = false;
this.insert_space_before_closing_paren_in_enum_constant = false;
this.insert_space_before_closing_paren_in_for = false;
this.insert_space_before_closing_paren_in_if = false;
this.insert_space_before_closing_paren_in_method_declaration = false;
this.insert_space_before_closing_paren_in_method_invocation = false;
this.insert_space_before_closing_paren_in_parenthesized_expression = false;
this.insert_space_before_closing_paren_in_switch = false;
this.insert_space_before_closing_paren_in_synchronized = false;
this.insert_space_before_closing_paren_in_while = false;
this.insert_space_before_colon_in_assert = true;
this.insert_space_before_colon_in_case = [[#variablebddfcda0]];
this.insert_space_before_colon_in_conditional = true;
this.insert_space_before_colon_in_default = [[#variablebddfcda0]];
this.insert_space_before_colon_in_for = true;
this.insert_space_before_colon_in_labeled_statement = [[#variablebddfcda0]];
this.insert_space_before_comma_in_allocation_expression = false;
this.insert_space_before_comma_in_array_initializer = false;
this.insert_space_before_comma_in_constructor_declaration_parameters = false;
this.insert_space_before_comma_in_constructor_declaration_throws = false;
this.insert_space_before_comma_in_enum_constant_arguments = false;
this.insert_space_before_comma_in_enum_declarations = false;
this.insert_space_before_comma_in_explicit_constructor_call_arguments = false;
this.insert_space_before_comma_in_for_increments = false;
this.insert_space_before_comma_in_for_inits = false;
this.insert_space_before_comma_in_method_invocation_arguments = false;
this.insert_space_before_comma_in_method_declaration_parameters = false;
this.insert_space_before_comma_in_method_declaration_throws = false;
this.insert_space_before_comma_in_multiple_field_declarations = false;
this.insert_space_before_comma_in_multiple_local_declarations = false;
this.insert_space_before_comma_in_parameterized_type_reference = false;
this.insert_space_before_comma_in_superinterfaces = false;
this.insert_space_before_comma_in_type_arguments = false;
this.insert_space_before_comma_in_type_parameters = false;
this.insert_space_before_ellipsis = false;
this.insert_space_before_parenthesized_expression_in_return = true;
this.insert_space_before_opening_angle_bracket_in_parameterized_type_reference = false;
this.insert_space_before_opening_angle_bracket_in_type_arguments = false;
this.insert_space_before_opening_angle_bracket_in_type_parameters = false;
this.insert_space_before_opening_brace_in_annotation_type_declaration = true;
this.insert_space_before_opening_brace_in_anonymous_type_declaration = true;
this.insert_space_before_opening_brace_in_array_initializer = [[#variablebddfc680]];
this.insert_space_before_opening_brace_in_block = true;
this.insert_space_before_opening_brace_in_constructor_declaration = true;
this.insert_space_before_opening_brace_in_enum_constant = true;
this.insert_space_before_opening_brace_in_enum_declaration = true;
this.insert_space_before_opening_brace_in_method_declaration = true;
this.insert_space_before_opening_brace_in_switch = true;
this.insert_space_before_opening_brace_in_type_declaration = true;
this.insert_space_before_opening_bracket_in_array_allocation_expression = false;
this.insert_space_before_opening_bracket_in_array_reference = false;
this.insert_space_before_opening_bracket_in_array_type_reference = false;
this.insert_space_before_opening_paren_in_annotation = false;
this.insert_space_before_opening_paren_in_annotation_type_member_declaration = false;
this.insert_space_before_opening_paren_in_catch = true;
this.insert_space_before_opening_paren_in_constructor_declaration = false;
this.insert_space_before_opening_paren_in_enum_constant = false;
this.insert_space_before_opening_paren_in_for = true;
this.insert_space_before_opening_paren_in_if = true;
this.insert_space_before_opening_paren_in_method_invocation = false;
this.insert_space_before_opening_paren_in_method_declaration = false;
this.insert_space_before_opening_paren_in_switch = true;
this.insert_space_before_opening_paren_in_synchronized = true;
this.insert_space_before_opening_paren_in_parenthesized_expression = false;
this.insert_space_before_opening_paren_in_while = true;
this.insert_space_before_postfix_operator = false;
this.insert_space_before_prefix_operator = false;
this.insert_space_before_question_in_conditional = true;
this.insert_space_before_question_in_wilcard = false;
this.insert_space_before_semicolon = false;
this.insert_space_before_semicolon_in_for = false;
this.insert_space_before_unary_operator = false;
this.insert_space_between_brackets_in_array_type_reference = false;
this.insert_space_between_empty_braces_in_array_initializer = false;
this.insert_space_between_empty_brackets_in_array_allocation_expression = false;
this.insert_space_between_empty_parens_in_annotation_type_member_declaration = false;
this.insert_space_between_empty_parens_in_constructor_declaration = false;
this.insert_space_between_empty_parens_in_enum_constant = false;
this.insert_space_between_empty_parens_in_method_declaration = false;
this.insert_space_between_empty_parens_in_method_invocation = false;
this.compact_else_if = true;
this.keep_guardian_clause_on_one_line = false;
this.keep_else_statement_on_same_line = false;
this.keep_empty_array_initializer_on_one_line = false;
this.keep_simple_if_on_one_line = false;
this.keep_then_statement_on_same_line = false;
this.number_of_empty_lines_to_preserve = 1;
this.put_empty_statement_on_new_line = [[#variablebddfc680]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#beac28a0]]
Alignment.M_COMPACT_SPLIT 
12[[#beac28a0]]
Alignment.M_ONE_PER_LINE_SPLIT|Alignment.M_INDENT_BY_ONE 
21[[#beac2840]]
M_NEXT_PER_LINE_SPLIT 
22[[#beac2840]]
M_ONE_PER_LINE_SPLIT 
31[[#beac2780]]
M_COMPACT_SPLIT 
32[[#beac2780]]
M_NEXT_SHIFTED_SPLIT 
41[[#bddfc6e0]]
1 
42[[#bddfc6e0]]
0 
51[[#bddfcda0]]
false 
52[[#bddfcda0]]
true 
61[[#bddfc680]]
true 
62[[#bddfc680]]
false