Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.976 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 274 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/VMDefinitionsContainer.java |
2 | 2 | 295 | 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$ |
| ||||
// 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$ |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4f4ec80]] | "vmType" |
1 | 2 | [[#a4f4ec80]] | "vm" |
2 | 1 | [[#a4f4eb20]] | vmType |
2 | 2 | [[#a4f4eb20]] | vm |