| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 26 | 2 | 0.974 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 342 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 2 | 1 | 354 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 3 | 1 | 355 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 4 | 1 | 356 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 5 | 1 | 357 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 6 | 1 | 358 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 7 | 1 | 359 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 8 | 1 | 360 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 9 | 1 | 377 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 10 | 1 | 378 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 11 | 1 | 379 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 12 | 1 | 380 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 13 | 1 | 381 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 14 | 1 | 382 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 15 | 1 | 383 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 16 | 1 | 384 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 17 | 1 | 385 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 18 | 1 | 386 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 19 | 1 | 556 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 20 | 1 | 557 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 21 | 1 | 558 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 22 | 1 | 559 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 23 | 1 | 560 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 24 | 1 | 561 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 25 | 1 | 563 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| 26 | 1 | 577 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_ALIGN_TYPE_MEMBERS_ON_COLUMNS, this.align_type_members_on_columns ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_COMMENT_CLEAR_BLANK_LINES, this.comment_clear_blank_lines ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT, this.comment_format ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_HEADER, this.comment_format_header ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_HTML, this.comment_format_html ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_SOURCE, this.comment_format_source ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_COMMENT_INDENT_PARAMETER_DESCRIPTION, this.comment_indent_parameter_description ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_COMMENT_INDENT_ROOT_TAGS, this.comment_indent_root_tags ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BLOCK, this.indent_statements_compare_to_block ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BODY, this.indent_statements_compare_to_body ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ANNOTATION_DECLARATION_HEADER, this.indent_body_declarations_compare_to_annotation_declaration_header ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_CONSTANT_HEADER, this.indent_body_declarations_compare_to_enum_constant_header ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_DECLARATION_HEADER, this.indent_body_declarations_compare_to_enum_declaration_header ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_TYPE_HEADER, this.indent_body_declarations_compare_to_type_header ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_INDENT_BREAKS_COMPARE_TO_CASES, this.indent_breaks_compare_to_cases ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_INDENT_EMPTY_LINES, this.indent_empty_lines ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_CASES, this.indent_switchstatements_compare_to_cases ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_SWITCH, this.indent_switchstatements_compare_to_switch ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_COMPACT_ELSE_IF, this.compact_else_if ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_KEEP_GUARDIAN_CLAUSE_ON_ONE_LINE, this.keep_guardian_clause_on_one_line ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_KEEP_ELSE_STATEMENT_ON_SAME_LINE, this.keep_else_statement_on_same_line ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_KEEP_EMPTY_ARRAY_INITIALIZER_ON_ONE_LINE, this.keep_empty_array_initializer_on_one_line ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_KEEP_SIMPLE_IF_ON_ONE_LINE, this.keep_simple_if_on_one_line ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_KEEP_THEN_STATEMENT_ON_SAME_LINE, this.keep_then_statement_on_same_line ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_PUT_EMPTY_STATEMENT_ON_NEW_LINE, this.put_empty_statement_on_new_line ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| ||||
options.put(DefaultCodeFormatterConstants.FORMATTER_USE_TABS_ONLY_FOR_LEADING_INDENTATIONS, this.use_tabs_only_for_leading_indentations ? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| |||
options.put(DefaultCodeFormatterConstants. [[#variable94a83640]], this. [[#variable94a835c0]]? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#94a83640]] | FORMATTER_ALIGN_TYPE_MEMBERS_ON_COLUMNS |
| 1 | 2 | [[#94a83640]] | FORMATTER_COMMENT_CLEAR_BLANK_LINES |
| 1 | 3 | [[#94a83640]] | FORMATTER_COMMENT_FORMAT |
| 1 | 4 | [[#94a83640]] | FORMATTER_COMMENT_FORMAT_HEADER |
| 1 | 5 | [[#94a83640]] | FORMATTER_COMMENT_FORMAT_HTML |
| 1 | 6 | [[#94a83640]] | FORMATTER_COMMENT_FORMAT_SOURCE |
| 1 | 7 | [[#94a83640]] | FORMATTER_COMMENT_INDENT_PARAMETER_DESCRIPTION |
| 1 | 8 | [[#94a83640]] | FORMATTER_COMMENT_INDENT_ROOT_TAGS |
| 1 | 9 | [[#94a83640]] | FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BLOCK |
| 1 | 10 | [[#94a83640]] | FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BODY |
| 1 | 11 | [[#94a83640]] | FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ANNOTATION_DECLARATION_HEADER |
| 1 | 12 | [[#94a83640]] | FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_CONSTANT_HEADER |
| 1 | 13 | [[#94a83640]] | FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_DECLARATION_HEADER |
| 1 | 14 | [[#94a83640]] | FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_TYPE_HEADER |
| 1 | 15 | [[#94a83640]] | FORMATTER_INDENT_BREAKS_COMPARE_TO_CASES |
| 1 | 16 | [[#94a83640]] | FORMATTER_INDENT_EMPTY_LINES |
| 1 | 17 | [[#94a83640]] | FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_CASES |
| 1 | 18 | [[#94a83640]] | FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_SWITCH |
| 1 | 19 | [[#94a83640]] | FORMATTER_COMPACT_ELSE_IF |
| 1 | 20 | [[#94a83640]] | FORMATTER_KEEP_GUARDIAN_CLAUSE_ON_ONE_LINE |
| 1 | 21 | [[#94a83640]] | FORMATTER_KEEP_ELSE_STATEMENT_ON_SAME_LINE |
| 1 | 22 | [[#94a83640]] | FORMATTER_KEEP_EMPTY_ARRAY_INITIALIZER_ON_ONE_LINE |
| 1 | 23 | [[#94a83640]] | FORMATTER_KEEP_SIMPLE_IF_ON_ONE_LINE |
| 1 | 24 | [[#94a83640]] | FORMATTER_KEEP_THEN_STATEMENT_ON_SAME_LINE |
| 1 | 25 | [[#94a83640]] | FORMATTER_PUT_EMPTY_STATEMENT_ON_NEW_LINE |
| 1 | 26 | [[#94a83640]] | FORMATTER_USE_TABS_ONLY_FOR_LEADING_INDENTATIONS |
| 2 | 1 | [[#94a835c0]] | align_type_members_on_columns |
| 2 | 2 | [[#94a835c0]] | comment_clear_blank_lines |
| 2 | 3 | [[#94a835c0]] | comment_format |
| 2 | 4 | [[#94a835c0]] | comment_format_header |
| 2 | 5 | [[#94a835c0]] | comment_format_html |
| 2 | 6 | [[#94a835c0]] | comment_format_source |
| 2 | 7 | [[#94a835c0]] | comment_indent_parameter_description |
| 2 | 8 | [[#94a835c0]] | comment_indent_root_tags |
| 2 | 9 | [[#94a835c0]] | indent_statements_compare_to_block |
| 2 | 10 | [[#94a835c0]] | indent_statements_compare_to_body |
| 2 | 11 | [[#94a835c0]] | indent_body_declarations_compare_to_annotation_declaration_header |
| 2 | 12 | [[#94a835c0]] | indent_body_declarations_compare_to_enum_constant_header |
| 2 | 13 | [[#94a835c0]] | indent_body_declarations_compare_to_enum_declaration_header |
| 2 | 14 | [[#94a835c0]] | indent_body_declarations_compare_to_type_header |
| 2 | 15 | [[#94a835c0]] | indent_breaks_compare_to_cases |
| 2 | 16 | [[#94a835c0]] | indent_empty_lines |
| 2 | 17 | [[#94a835c0]] | indent_switchstatements_compare_to_cases |
| 2 | 18 | [[#94a835c0]] | indent_switchstatements_compare_to_switch |
| 2 | 19 | [[#94a835c0]] | compact_else_if |
| 2 | 20 | [[#94a835c0]] | keep_guardian_clause_on_one_line |
| 2 | 21 | [[#94a835c0]] | keep_else_statement_on_same_line |
| 2 | 22 | [[#94a835c0]] | keep_empty_array_initializer_on_one_line |
| 2 | 23 | [[#94a835c0]] | keep_simple_if_on_one_line |
| 2 | 24 | [[#94a835c0]] | keep_then_statement_on_same_line |
| 2 | 25 | [[#94a835c0]] | put_empty_statement_on_new_line |
| 2 | 26 | [[#94a835c0]] | use_tabs_only_for_leading_indentations |