Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 8 | 3 | 0.961 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 191 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ArrayReferenceImpl.java |
2 | 2 | 166 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/MethodImpl.java |
3 | 2 | 504 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/MethodImpl.java |
4 | 2 | 1134 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java |
5 | 2 | 1576 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java |
6 | 2 | 72 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ThreadGroupReferenceImpl.java |
7 | 3 | 430 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java |
8 | 3 | 852 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java |
| ||||
DataInputStream replyData = replyPacket.dataInStream(); fLength = readInt("length", replyData); //$NON-NLS-1$ |
| ||||
DataInputStream replyData = replyPacket.dataInStream(); fLowestValidCodeIndex = readLong("lowest index", replyData); //$NON-NLS-1$ |
| ||||
DataInputStream replyData = replyPacket.dataInStream(); fArgumentSlotsCount = readInt("arg count", replyData); //$NON-NLS-1$ |
| ||||
DataInputStream replyData = replyPacket.dataInStream(); fIsHCREligible = readBoolean("HCR eligible", replyData); //$NON-NLS-1$ |
| ||||
DataInputStream replyData = replyPacket.dataInStream(); fSourceName = readString("source name", replyData); //$NON-NLS-1$ |
| ||||
DataInputStream replyData = replyPacket.dataInStream(); fName = readString("name", replyData); //$NON-NLS-1$ |
| ||||
DataInputStream replyData = replyPacket.dataInStream(); fCanWatchFieldModification = readBoolean("watch field modification", replyData); //$NON-NLS-1$ |
| ||||
DataInputStream replyData = replyPacket.dataInStream(); fVersionDescription = readString("version descr.", replyData); //$NON-NLS-1$ |
| |||
DataInputStream replyData = replyPacket.dataInStream(); [[#variablea0b91800]]= [[#variablea4882600]]( [[#variablea0b917e0]], replyData); //$NON-NLS-1$ //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0b91800]] | fLength |
1 | 2 | [[#a0b91800]] | fArgumentSlotsCount |
1 | 3 | [[#a0b91800]] | fLowestValidCodeIndex |
1 | 4 | [[#a0b91800]] | fSourceName |
1 | 5 | [[#a0b91800]] | fIsHCREligible |
1 | 6 | [[#a0b91800]] | fName |
1 | 7 | [[#a0b91800]] | fVersionDescription |
1 | 8 | [[#a0b91800]] | fCanWatchFieldModification |
2 | 1 | [[#a4882600]] | readInt |
2 | 2 | [[#a4882600]] | readInt |
2 | 3 | [[#a4882600]] | readLong |
2 | 4 | [[#a4882600]] | readString |
2 | 5 | [[#a4882600]] | readBoolean |
2 | 6 | [[#a4882600]] | readString |
2 | 7 | [[#a4882600]] | readString |
2 | 8 | [[#a4882600]] | readBoolean |
3 | 1 | [[#a0b917e0]] | "length" |
3 | 2 | [[#a0b917e0]] | "arg count" |
3 | 3 | [[#a0b917e0]] | "lowest index" |
3 | 4 | [[#a0b917e0]] | "source name" |
3 | 5 | [[#a0b917e0]] | "HCR eligible" |
3 | 6 | [[#a0b917e0]] | "name" |
3 | 7 | [[#a0b917e0]] | "version descr." |
3 | 8 | [[#a0b917e0]] | "watch field modification" |