Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.978 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 418 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java |
2 | 4 | 1343 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java |
| ||||
{ String location = entries[i].getLocation(); if (location != null) { userEntries.add(location); } } |
| ||||
{ String location = entries[j].getLocation(); if (location != null) { resolved.add(location); } } |
| |||
{ String location = entries[ [[#variable4e106b20]]].getLocation(); if (location != null) { [[#variable4e106a60]].add(location); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e106b20]] | j |
1 | 2 | [[#4e106b20]] | i |
2 | 1 | [[#4e106a60]] | resolved |
2 | 2 | [[#4e106a60]] | userEntries |