| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 3 | 1 | 0.994 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 1633 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| 2 | 5 | 1888 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| 3 | 5 | 2227 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| ||||
private void printRtGetValuesReply(DataInputStream in) throws IOException, UnableToParseDataException {
int valuesCount = in.readInt();
println(TcpIpSpyMessages.VerbosePacketStream_Values_count__119, valuesCount);
for (int i = 0; i < valuesCount; i++) {
readAndPrintlnTaggedValue(TcpIpSpyMessages.VerbosePacketStream_Value__120, in);
}
}
|
| ||||
private void printOrGetValuesReply(DataInputStream in) throws IOException, UnableToParseDataException {
int valuesCount = in.readInt();
println(TcpIpSpyMessages.VerbosePacketStream_Values_count__119, valuesCount);
for (int i = 0; i < valuesCount; i++) {
readAndPrintlnTaggedValue(TcpIpSpyMessages.VerbosePacketStream_Value__120, in);
}
}
|
| ||||
private void printSfGetValuesReply(DataInputStream in) throws IOException, UnableToParseDataException {
int valuesCount = in.readInt();
println(TcpIpSpyMessages.VerbosePacketStream_Values_count__119, valuesCount);
for (int i = 0; i < valuesCount; i++) {
readAndPrintlnTaggedValue(TcpIpSpyMessages.VerbosePacketStream_Value__120, in);
}
}
|
| |||
private void [[#variableb24b3440]](DataInputStream in) throws IOException, UnableToParseDataException {
int valuesCount = in.readInt();
println(TcpIpSpyMessages.VerbosePacketStream_Values_count__119, valuesCount);
for (int i = 0; i < valuesCount; i++) {
readAndPrintlnTaggedValue(TcpIpSpyMessages.VerbosePacketStream_Value__120, in);
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b24b3440]] | printRtGetValuesReply |
| 1 | 2 | [[#b24b3440]] | printOrGetValuesReply |
| 1 | 3 | [[#b24b3440]] | printSfGetValuesReply |