| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 6 | 4 | 0.966 | statement_sequence[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 82 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ClassLoaderReferenceImpl.java |
| 2 | 5 | 196 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ThreadReferenceImpl.java |
| 3 | 5 | 303 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ThreadReferenceImpl.java |
| 4 | 4 | 349 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java |
| 5 | 4 | 394 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java |
| 6 | 5 | 752 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java |
| ||||
defaultReplyErrorHandler(replyPacket.errorCode());
DataInputStream replyData = replyPacket.dataInStream();
int nrOfElements = readInt("elements", replyData); //$NON-NLS-1$
List elements = new ArrayList(nrOfElements);
|
| ||||
defaultReplyErrorHandler(replyPacket.errorCode());
DataInputStream replyData = replyPacket.dataInStream();
int nrOfElements = readInt("elements", replyData); //$NON-NLS-1$
List frames = new ArrayList(nrOfElements);
|
| ||||
defaultReplyErrorHandler(replyPacket.errorCode());
DataInputStream replyData = replyPacket.dataInStream();
int nrOfMonitors = readInt("nr of monitors", replyData); //$NON-NLS-1$
List result = new ArrayList(nrOfMonitors);
|
| ||||
defaultReplyErrorHandler(replyPacket.errorCode());
DataInputStream replyData = replyPacket.dataInStream();
int nrOfElements = readInt("elements", replyData); //$NON-NLS-1$
List elements = new ArrayList(nrOfElements);
|
| ||||
defaultReplyErrorHandler(replyPacket.errorCode());
DataInputStream replyData = replyPacket.dataInStream();
int nrOfElements = readInt("elements", replyData); //$NON-NLS-1$
List elements = new ArrayList(nrOfElements);
|
| ||||
defaultReplyErrorHandler(replyPacket.errorCode());
DataInputStream replyData = replyPacket.dataInStream();
int nrGroups = readInt("nr of groups", replyData); //$NON-NLS-1$
ArrayList result = new ArrayList(nrGroups);
|
| |||
defaultReplyErrorHandler(replyPacket.errorCode()); DataInputStream replyData = replyPacket.dataInStream(); int [[#variable7624f9e0]]= readInt( [[#variable56efd540]], replyData); //$NON-NLS-1$ [[#variable655fb020]] [[#variable7c3aa940]]= new ArrayList( [[#variable7624f9e0]]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#7624f9e0]] | nrOfElements |
| 1 | 2 | [[#7624f9e0]] | nrGroups |
| 1 | 3 | [[#7624f9e0]] | nrOfElements |
| 1 | 4 | [[#7624f9e0]] | nrOfMonitors |
| 1 | 5 | [[#7624f9e0]] | nrOfElements |
| 1 | 6 | [[#7624f9e0]] | nrOfElements |
| 2 | 1 | [[#56efd540]] | "elements" |
| 2 | 2 | [[#56efd540]] | "nr of groups" |
| 2 | 3 | [[#56efd540]] | "elements" |
| 2 | 4 | [[#56efd540]] | "nr of monitors" |
| 2 | 5 | [[#56efd540]] | "elements" |
| 2 | 6 | [[#56efd540]] | "elements" |
| 3 | 1 | [[#655fb020]] | List |
| 3 | 2 | [[#655fb020]] | ArrayList |
| 3 | 3 | [[#655fb020]] | List |
| 3 | 4 | [[#655fb020]] | List |
| 3 | 5 | [[#655fb020]] | List |
| 3 | 6 | [[#655fb020]] | List |
| 4 | 1 | [[#7c3aa940]] | elements |
| 4 | 2 | [[#7c3aa940]] | result |
| 4 | 3 | [[#7c3aa940]] | frames |
| 4 | 4 | [[#7c3aa940]] | result |
| 4 | 5 | [[#7c3aa940]] | elements |
| 4 | 6 | [[#7c3aa940]] | elements |