CloneSet9719


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.973statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12119
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/EditVariableEntryDialog.java
22232
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java
Clone Instance
1
Line Count
2
Source Line
119
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/EditVariableEntryDialog.java

                // label that shows the resolved path for variable jars
                //DialogField.createEmptySpace(composite, 1);   
                fFullPathResolvedLabel = new CLabel(composite, SWT.LEFT);
                fFullPathResolvedLabel.setText(getResolvedLabelString());


Clone Instance
2
Line Count
2
Source Line
232
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java

                        // label that shows the resolved path for variable jars
                        //DialogField.createEmptySpace(composite, 1);   
                        fFullPathResolvedLabel = new Label(composite, SWT.WRAP);
                        fFullPathResolvedLabel.setText(getResolvedLabelString());


Clone AbstractionParameter Count: 2Parameter Bindings

// label that shows the resolved path for variable jars
//DialogField.createEmptySpace(composite, 1);   
fFullPathResolvedLabel = new [[#variable964e4e40]](composite, SWT. [[#variable964e4e80]]);
fFullPathResolvedLabel.setText(getResolvedLabelString());
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#964e4e40]]
Label 
12[[#964e4e40]]
CLabel 
21[[#964e4e80]]
WRAP 
22[[#964e4e80]]
LEFT