Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 2 | 0.989 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 98 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ArrayReferenceImpl.java |
2 | 5 | 256 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ArrayReferenceImpl.java |
3 | 5 | 181 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ThreadReferenceImpl.java |
| ||||
ByteArrayOutputStream outBytes = new ByteArrayOutputStream(); DataOutputStream outData = new DataOutputStream(outBytes); write(this, outData); // arrayObject writeInt(firstIndex, "firstIndex", outData); //$NON-NLS-1$ writeInt(length, "length", outData); //$NON-NLS-1$ |
| ||||
ByteArrayOutputStream outBytes = new ByteArrayOutputStream(); DataOutputStream outData = new DataOutputStream(outBytes); write(this, outData); writeInt(index, "index", outData); //$NON-NLS-1$ writeInt(length, "length", outData); //$NON-NLS-1$ |
| ||||
ByteArrayOutputStream outBytes = new ByteArrayOutputStream(); DataOutputStream outData = new DataOutputStream(outBytes); write(this, outData); writeInt(start, "start", outData); //$NON-NLS-1$ writeInt(length, "length", outData); //$NON-NLS-1$ |
| |||
ByteArrayOutputStream outBytes = new ByteArrayOutputStream(); DataOutputStream outData = new DataOutputStream(outBytes); write(this, outData); // arrayObject writeInt( [[#variable635705a0]], [[#variable63570600]], outData); //$NON-NLS-1$ writeInt(length, "length", outData); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#635705a0]] | index |
1 | 2 | [[#635705a0]] | firstIndex |
1 | 3 | [[#635705a0]] | start |
2 | 1 | [[#63570600]] | "index" |
2 | 2 | [[#63570600]] | "firstIndex" |
2 | 3 | [[#63570600]] | "start" |