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.989 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 506 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/MethodImpl.java |
2 | 2 | 539 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java |
| ||||
int nrOfElements = readInt("elements", replyData); //$NON-NLS-1$ List variables = new ArrayList(nrOfElements); |
| ||||
int nrOfElements = readInt("elements", replyData); //$NON-NLS-1$ List elements = new ArrayList(nrOfElements); |
| |||
int nrOfElements = readInt("elements", replyData); //$NON-NLS-1$ List [[#variable4e128360]]= new ArrayList(nrOfElements); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e128360]] | elements |
1 | 2 | [[#4e128360]] | variables |