CloneSet8446


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.976statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12274
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/VMDefinitionsContainer.java
22295
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/VMDefinitionsContainer.java
Clone Instance
1
Line Count
2
Source Line
274
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/VMDefinitionsContainer.java

                // Create a node for the vm type and set its 'id' attribute
                Element element = doc.createElement("vmType");  //$NON-NLS-1$
                element.setAttribute("id", vmType.getId());     //$NON-NLS-1$


Clone Instance
2
Line Count
2
Source Line
295
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/VMDefinitionsContainer.java

                // Create the node for the VM and set its 'id' & 'name' attributes
                Element element = doc.createElement("vm");       //$NON-NLS-1$
                element.setAttribute("id", vm.getId());          //$NON-NLS-1$


Clone AbstractionParameter Count: 2Parameter Bindings

// Create a node for the vm type and set its 'id' attribute
// Create the node for the VM and set its 'id' & 'name' attributes
Element element = doc.createElement( [[#variablea4f4ec80]]); //$NON-NLS-1$
element.setAttribute("id",  [[#variablea4f4eb20]].getId()); //$NON-NLS-1$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a4f4ec80]]
"vmType" 
12[[#a4f4ec80]]
"vm" 
21[[#a4f4eb20]]
vmType 
22[[#a4f4eb20]]
vm