CloneSet248


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12620.974statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11342
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
21354
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
31355
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
41356
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
51357
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
61358
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
71359
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
81360
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
91377
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
101378
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
111379
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
121380
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
131381
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
141382
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
151383
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
161384
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
171385
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
181386
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
191556
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
201557
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
211558
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
221559
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
231560
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
241561
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
251563
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
261577
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
Clone Instance
1
Line Count
1
Source Line
342
Source File
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);


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

                options.put(DefaultCodeFormatterConstants.FORMATTER_COMMENT_CLEAR_BLANK_LINES, this.comment_clear_blank_lines ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
3
Line Count
1
Source Line
355
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT, this.comment_format ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
4
Line Count
1
Source Line
356
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_HEADER, this.comment_format_header ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
5
Line Count
1
Source Line
357
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_HTML, this.comment_format_html ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
6
Line Count
1
Source Line
358
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_SOURCE, this.comment_format_source ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
7
Line Count
1
Source Line
359
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_COMMENT_INDENT_PARAMETER_DESCRIPTION, this.comment_indent_parameter_description ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
8
Line Count
1
Source Line
360
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_COMMENT_INDENT_ROOT_TAGS, this.comment_indent_root_tags ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
9
Line Count
1
Source Line
377
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BLOCK, this.indent_statements_compare_to_block ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
10
Line Count
1
Source Line
378
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BODY, this.indent_statements_compare_to_body ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
11
Line Count
1
Source Line
379
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                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);


Clone Instance
12
Line Count
1
Source Line
380
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                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);


Clone Instance
13
Line Count
1
Source Line
381
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                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);


Clone Instance
14
Line Count
1
Source Line
382
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_TYPE_HEADER, this.indent_body_declarations_compare_to_type_header ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
15
Line Count
1
Source Line
383
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_INDENT_BREAKS_COMPARE_TO_CASES, this.indent_breaks_compare_to_cases ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
16
Line Count
1
Source Line
384
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_INDENT_EMPTY_LINES, this.indent_empty_lines ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
17
Line Count
1
Source Line
385
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_CASES, this.indent_switchstatements_compare_to_cases ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
18
Line Count
1
Source Line
386
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_SWITCH, this.indent_switchstatements_compare_to_switch ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
19
Line Count
1
Source Line
556
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_COMPACT_ELSE_IF, this.compact_else_if ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
20
Line Count
1
Source Line
557
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_KEEP_GUARDIAN_CLAUSE_ON_ONE_LINE, this.keep_guardian_clause_on_one_line ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
21
Line Count
1
Source Line
558
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_KEEP_ELSE_STATEMENT_ON_SAME_LINE, this.keep_else_statement_on_same_line ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
22
Line Count
1
Source Line
559
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_KEEP_EMPTY_ARRAY_INITIALIZER_ON_ONE_LINE, this.keep_empty_array_initializer_on_one_line ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
23
Line Count
1
Source Line
560
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_KEEP_SIMPLE_IF_ON_ONE_LINE, this.keep_simple_if_on_one_line ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
24
Line Count
1
Source Line
561
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_KEEP_THEN_STATEMENT_ON_SAME_LINE, this.keep_then_statement_on_same_line ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
25
Line Count
1
Source Line
563
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_PUT_EMPTY_STATEMENT_ON_NEW_LINE, this.put_empty_statement_on_new_line ? DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone Instance
26
Line Count
1
Source Line
577
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_USE_TABS_ONLY_FOR_LEADING_INDENTATIONS, this.use_tabs_only_for_leading_indentations ?  DefaultCodeFormatterConstants.TRUE:  DefaultCodeFormatterConstants.FALSE);


Clone AbstractionParameter Count: 2Parameter Bindings

options.put(DefaultCodeFormatterConstants. [[#variable94a83640]], this. [[#variable94a835c0]]? DefaultCodeFormatterConstants.TRUE: DefaultCodeFormatterConstants.FALSE);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#94a83640]]
FORMATTER_ALIGN_TYPE_MEMBERS_ON_COLUMNS 
12[[#94a83640]]
FORMATTER_COMMENT_CLEAR_BLANK_LINES 
13[[#94a83640]]
FORMATTER_COMMENT_FORMAT 
14[[#94a83640]]
FORMATTER_COMMENT_FORMAT_HEADER 
15[[#94a83640]]
FORMATTER_COMMENT_FORMAT_HTML 
16[[#94a83640]]
FORMATTER_COMMENT_FORMAT_SOURCE 
17[[#94a83640]]
FORMATTER_COMMENT_INDENT_PARAMETER_DESCRIPTION 
18[[#94a83640]]
FORMATTER_COMMENT_INDENT_ROOT_TAGS 
19[[#94a83640]]
FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BLOCK 
110[[#94a83640]]
FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BODY 
111[[#94a83640]]
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ANNOTATION_DECLARATION_HEADER 
112[[#94a83640]]
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_CONSTANT_HEADER 
113[[#94a83640]]
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_DECLARATION_HEADER 
114[[#94a83640]]
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_TYPE_HEADER 
115[[#94a83640]]
FORMATTER_INDENT_BREAKS_COMPARE_TO_CASES 
116[[#94a83640]]
FORMATTER_INDENT_EMPTY_LINES 
117[[#94a83640]]
FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_CASES 
118[[#94a83640]]
FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_SWITCH 
119[[#94a83640]]
FORMATTER_COMPACT_ELSE_IF 
120[[#94a83640]]
FORMATTER_KEEP_GUARDIAN_CLAUSE_ON_ONE_LINE 
121[[#94a83640]]
FORMATTER_KEEP_ELSE_STATEMENT_ON_SAME_LINE 
122[[#94a83640]]
FORMATTER_KEEP_EMPTY_ARRAY_INITIALIZER_ON_ONE_LINE 
123[[#94a83640]]
FORMATTER_KEEP_SIMPLE_IF_ON_ONE_LINE 
124[[#94a83640]]
FORMATTER_KEEP_THEN_STATEMENT_ON_SAME_LINE 
125[[#94a83640]]
FORMATTER_PUT_EMPTY_STATEMENT_ON_NEW_LINE 
126[[#94a83640]]
FORMATTER_USE_TABS_ONLY_FOR_LEADING_INDENTATIONS 
21[[#94a835c0]]
align_type_members_on_columns 
22[[#94a835c0]]
comment_clear_blank_lines 
23[[#94a835c0]]
comment_format 
24[[#94a835c0]]
comment_format_header 
25[[#94a835c0]]
comment_format_html 
26[[#94a835c0]]
comment_format_source 
27[[#94a835c0]]
comment_indent_parameter_description 
28[[#94a835c0]]
comment_indent_root_tags 
29[[#94a835c0]]
indent_statements_compare_to_block 
210[[#94a835c0]]
indent_statements_compare_to_body 
211[[#94a835c0]]
indent_body_declarations_compare_to_annotation_declaration_header 
212[[#94a835c0]]
indent_body_declarations_compare_to_enum_constant_header 
213[[#94a835c0]]
indent_body_declarations_compare_to_enum_declaration_header 
214[[#94a835c0]]
indent_body_declarations_compare_to_type_header 
215[[#94a835c0]]
indent_breaks_compare_to_cases 
216[[#94a835c0]]
indent_empty_lines 
217[[#94a835c0]]
indent_switchstatements_compare_to_cases 
218[[#94a835c0]]
indent_switchstatements_compare_to_switch 
219[[#94a835c0]]
compact_else_if 
220[[#94a835c0]]
keep_guardian_clause_on_one_line 
221[[#94a835c0]]
keep_else_statement_on_same_line 
222[[#94a835c0]]
keep_empty_array_initializer_on_one_line 
223[[#94a835c0]]
keep_simple_if_on_one_line 
224[[#94a835c0]]
keep_then_statement_on_same_line 
225[[#94a835c0]]
put_empty_statement_on_new_line 
226[[#94a835c0]]
use_tabs_only_for_leading_indentations