CloneSet9996


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

                fFileNameField.enableButton(canBrowseFileName());

                // set the resolved path for variable jars
                if (fFullPathResolvedLabel != null) {
                        fFullPathResolvedLabel.setText(getResolvedLabelString());
                }


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

                fFileNameField.enableButton(canBrowseFileName());

                // set the resolved path for variable jars
                if (fFullPathResolvedLabel != null) {
                        fFullPathResolvedLabel.setText(getResolvedLabelString());
                }


Clone AbstractionParameter Count: 0Parameter Bindings

fFileNameField.enableButton(canBrowseFileName());
// set the resolved path for variable jars
if (fFullPathResolvedLabel != null) {
  fFullPathResolvedLabel.setText(getResolvedLabelString());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None