| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.988 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 1861 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java |
| 2 | 2 | 1869 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java |
| ||||
{
locations.add(new LocationImpl(virtualMachineImpl(), method, codeIndexTable[i]));
}
|
| ||||
{
result.add(new LocationImpl(virtualMachineImpl(), method, codeIndexTable[i]));
}
|
| |||
{
[[#variable942ffc20]].add(new LocationImpl(virtualMachineImpl(), method, codeIndexTable[i]));
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#942ffc20]] | result |
| 1 | 2 | [[#942ffc20]] | locations |