CloneSet519


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
21060.954statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1274
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BlankLinesTabPage.java
2276
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BlankLinesTabPage.java
3282
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BlankLinesTabPage.java
4284
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BlankLinesTabPage.java
5286
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BlankLinesTabPage.java
62103
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BracesTabPage.java
72105
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BracesTabPage.java
82107
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BracesTabPage.java
92109
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BracesTabPage.java
102111
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BracesTabPage.java
Clone Instance
1
Line Count
2
Source Line
74
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BlankLinesTabPage.java

                createBlankLineTextField(group, numColumns, FormatterMessages.BlankLinesTabPage_compilation_unit_option_before_package, DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_BEFORE_PACKAGE);
                createBlankLineTextField(group, numColumns, FormatterMessages.BlankLinesTabPage_compilation_unit_option_after_package, DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_AFTER_PACKAGE);


Clone Instance
2
Line Count
2
Source Line
76
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BlankLinesTabPage.java

                createBlankLineTextField(group, numColumns, FormatterMessages.BlankLinesTabPage_compilation_unit_option_before_import, DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_BEFORE_IMPORTS);
                createBlankLineTextField(group, numColumns, FormatterMessages.BlankLinesTabPage_compilation_unit_option_after_import, DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_AFTER_IMPORTS);


Clone Instance
3
Line Count
2
Source Line
82
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BlankLinesTabPage.java

                createBlankLineTextField(group, numColumns, FormatterMessages.BlankLinesTabPage_class_option_before_first_decl, DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_BEFORE_FIRST_CLASS_BODY_DECLARATION);
                createBlankLineTextField(group, numColumns, FormatterMessages.BlankLinesTabPage_class_option_before_decls_of_same_kind, DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_BEFORE_NEW_CHUNK);


Clone Instance
4
Line Count
2
Source Line
84
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BlankLinesTabPage.java

                createBlankLineTextField(group, numColumns, FormatterMessages.BlankLinesTabPage_class_option_before_member_class_decls, DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_BEFORE_MEMBER_TYPE);
                createBlankLineTextField(group, numColumns, FormatterMessages.BlankLinesTabPage_class_option_before_field_decls, DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_BEFORE_FIELD);


Clone Instance
5
Line Count
2
Source Line
86
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BlankLinesTabPage.java

                createBlankLineTextField(group, numColumns, FormatterMessages.BlankLinesTabPage_class_option_before_method_decls, DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_BEFORE_METHOD);
                createBlankLineTextField(group, numColumns, FormatterMessages.BlankLinesTabPage_class_option_at_beginning_of_method_body, DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_AT_BEGINNING_OF_METHOD_BODY);


Clone Instance
6
Line Count
2
Source Line
103
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BracesTabPage.java

                createExtendedBracesCombo(group, numColumns, FormatterMessages.BracesTabPage_option_class_declaration, DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_TYPE_DECLARATION);
                createExtendedBracesCombo(group, numColumns, FormatterMessages.BracesTabPage_option_anonymous_class_declaration, DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_ANONYMOUS_TYPE_DECLARATION);


Clone Instance
7
Line Count
2
Source Line
105
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BracesTabPage.java

                createExtendedBracesCombo(group, numColumns, FormatterMessages.BracesTabPage_option_constructor_declaration, DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_CONSTRUCTOR_DECLARATION);
                createExtendedBracesCombo(group, numColumns, FormatterMessages.BracesTabPage_option_method_declaration, DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_METHOD_DECLARATION);


Clone Instance
8
Line Count
2
Source Line
107
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BracesTabPage.java

                createExtendedBracesCombo(group, numColumns, FormatterMessages.BracesTabPage_option_enum_declaration, DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_ENUM_DECLARATION);
                createExtendedBracesCombo(group, numColumns, FormatterMessages.BracesTabPage_option_enumconst_declaration, DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_ENUM_CONSTANT);


Clone Instance
9
Line Count
2
Source Line
109
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BracesTabPage.java

                createExtendedBracesCombo(group, numColumns, FormatterMessages.BracesTabPage_option_annotation_type_declaration, DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_ANNOTATION_TYPE_DECLARATION);
                createExtendedBracesCombo(group, numColumns, FormatterMessages.BracesTabPage_option_blocks, DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_BLOCK);


Clone Instance
10
Line Count
2
Source Line
111
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BracesTabPage.java

                createExtendedBracesCombo(group, numColumns, FormatterMessages.BracesTabPage_option_blocks_in_case, DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_BLOCK_IN_CASE);
                createBracesCombo(group, numColumns, FormatterMessages.BracesTabPage_option_switch_case, DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_SWITCH);


Clone AbstractionParameter Count: 6Parameter Bindings

 [[#variableb8a95100]](group, numColumns, FormatterMessages. [[#variableb8a950c0]], DefaultCodeFormatterConstants. [[#variablea3f53800]]);
 [[#variableb8a942e0]](group, numColumns, FormatterMessages. [[#variable994341e0]], DefaultCodeFormatterConstants. [[#variableb8a95040]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b8a95100]]
createBlankLineTextField 
12[[#b8a95100]]
createBlankLineTextField 
13[[#b8a95100]]
createBlankLineTextField 
14[[#b8a95100]]
createBlankLineTextField 
15[[#b8a95100]]
createBlankLineTextField 
16[[#b8a95100]]
createExtendedBracesCombo 
17[[#b8a95100]]
createExtendedBracesCombo 
18[[#b8a95100]]
createExtendedBracesCombo 
19[[#b8a95100]]
createExtendedBracesCombo 
110[[#b8a95100]]
createExtendedBracesCombo 
21[[#b8a950c0]]
BlankLinesTabPage_compilation_unit_option_before_package 
22[[#b8a950c0]]
BlankLinesTabPage_compilation_unit_option_before_import 
23[[#b8a950c0]]
BlankLinesTabPage_class_option_before_first_decl 
24[[#b8a950c0]]
BlankLinesTabPage_class_option_before_member_class_decls 
25[[#b8a950c0]]
BlankLinesTabPage_class_option_before_method_decls 
26[[#b8a950c0]]
BracesTabPage_option_class_declaration 
27[[#b8a950c0]]
BracesTabPage_option_constructor_declaration 
28[[#b8a950c0]]
BracesTabPage_option_enum_declaration 
29[[#b8a950c0]]
BracesTabPage_option_annotation_type_declaration 
210[[#b8a950c0]]
BracesTabPage_option_blocks_in_case 
31[[#a3f53800]]
FORMATTER_BLANK_LINES_BEFORE_PACKAGE 
32[[#a3f53800]]
FORMATTER_BLANK_LINES_BEFORE_IMPORTS 
33[[#a3f53800]]
FORMATTER_BLANK_LINES_BEFORE_FIRST_CLASS_BODY_DECLARATION 
34[[#a3f53800]]
FORMATTER_BLANK_LINES_BEFORE_MEMBER_TYPE 
35[[#a3f53800]]
FORMATTER_BLANK_LINES_BEFORE_METHOD 
36[[#a3f53800]]
FORMATTER_BRACE_POSITION_FOR_TYPE_DECLARATION 
37[[#a3f53800]]
FORMATTER_BRACE_POSITION_FOR_CONSTRUCTOR_DECLARATION 
38[[#a3f53800]]
FORMATTER_BRACE_POSITION_FOR_ENUM_DECLARATION 
39[[#a3f53800]]
FORMATTER_BRACE_POSITION_FOR_ANNOTATION_TYPE_DECLARATION 
310[[#a3f53800]]
FORMATTER_BRACE_POSITION_FOR_BLOCK_IN_CASE 
41[[#b8a942e0]]
createBlankLineTextField 
42[[#b8a942e0]]
createBlankLineTextField 
43[[#b8a942e0]]
createBlankLineTextField 
44[[#b8a942e0]]
createBlankLineTextField 
45[[#b8a942e0]]
createBlankLineTextField 
46[[#b8a942e0]]
createExtendedBracesCombo 
47[[#b8a942e0]]
createExtendedBracesCombo 
48[[#b8a942e0]]
createExtendedBracesCombo 
49[[#b8a942e0]]
createExtendedBracesCombo 
410[[#b8a942e0]]
createBracesCombo 
51[[#994341e0]]
BlankLinesTabPage_compilation_unit_option_after_package 
52[[#994341e0]]
BlankLinesTabPage_compilation_unit_option_after_import 
53[[#994341e0]]
BlankLinesTabPage_class_option_before_decls_of_same_kind 
54[[#994341e0]]
BlankLinesTabPage_class_option_before_field_decls 
55[[#994341e0]]
BlankLinesTabPage_class_option_at_beginning_of_method_body 
56[[#994341e0]]
BracesTabPage_option_anonymous_class_declaration 
57[[#994341e0]]
BracesTabPage_option_method_declaration 
58[[#994341e0]]
BracesTabPage_option_enumconst_declaration 
59[[#994341e0]]
BracesTabPage_option_blocks 
510[[#994341e0]]
BracesTabPage_option_switch_case 
61[[#b8a95040]]
FORMATTER_BLANK_LINES_AFTER_PACKAGE 
62[[#b8a95040]]
FORMATTER_BLANK_LINES_AFTER_IMPORTS 
63[[#b8a95040]]
FORMATTER_BLANK_LINES_BEFORE_NEW_CHUNK 
64[[#b8a95040]]
FORMATTER_BLANK_LINES_BEFORE_FIELD 
65[[#b8a95040]]
FORMATTER_BLANK_LINES_AT_BEGINNING_OF_METHOD_BODY 
66[[#b8a95040]]
FORMATTER_BRACE_POSITION_FOR_ANONYMOUS_TYPE_DECLARATION 
67[[#b8a95040]]
FORMATTER_BRACE_POSITION_FOR_METHOD_DECLARATION 
68[[#b8a95040]]
FORMATTER_BRACE_POSITION_FOR_ENUM_CONSTANT 
69[[#b8a95040]]
FORMATTER_BRACE_POSITION_FOR_BLOCK 
610[[#b8a95040]]
FORMATTER_BRACE_POSITION_FOR_SWITCH