CloneSet4288


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7230.966statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17101
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CreateProfileDialog.java
26119
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CreateProfileDialog.java
Clone Instance
1
Line Count
7
Source Line
101
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CreateProfileDialog.java

                final Label nameLabel = new Label(composite, SWT.WRAP);
                nameLabel.setText(FormatterMessages.CreateProfileDialog_profile_name_label_text);
                nameLabel.setLayoutData(gd);

                // Create text field to enter name
                gd = new GridData( GridData.FILL_HORIZONTAL);
                gd.horizontalSpan = numColumns;


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

                Label profileLabel = new Label(composite, SWT.WRAP);
                profileLabel.setText(FormatterMessages.CreateProfileDialog_base_profile_label_text);
                profileLabel.setLayoutData(gd);

                gd = new GridData(GridData.FILL_HORIZONTAL);
                gd.horizontalSpan = numColumns;


Clone AbstractionParameter Count: 3Parameter Bindings

 [[#variable9b4c25c0]]Label  [[#variable9ce4e720]]= new Label(composite, SWT.WRAP);
 [[#variable9ce4e720]].setText(FormatterMessages. [[#variable9ce4e800]]);
 [[#variable9ce4e720]].setLayoutData(gd);
// Create text field to enter name
gd = new GridData(GridData.FILL_HORIZONTAL);
gd.horizontalSpan = numColumns;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9b4c25c0]]
final 
12[[#9b4c25c0]]
21[[#9ce4e720]]
nameLabel 
22[[#9ce4e720]]
profileLabel 
31[[#9ce4e800]]
CreateProfileDialog_profile_name_label_text 
32[[#9ce4e800]]
CreateProfileDialog_base_profile_label_text