| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 9 | 3 | 0.959 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 1351 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| 2 | 3 | 1426 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| 3 | 3 | 1550 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| 4 | 3 | 1577 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| 5 | 3 | 1641 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| 6 | 3 | 1676 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| 7 | 3 | 1953 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| 8 | 3 | 1963 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| 9 | 3 | 2037 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| ||||
private void printVmClassesBySignatureCommand(DataInputStream in) throws IOException {
String signature = readString(in);
println(TcpIpSpyMessages.VerbosePacketStream_Class_signature__41, signature);
}
|
| ||||
private void printVmCreateStringCommand(DataInputStream in) throws IOException {
String string = readString(in);
println(TcpIpSpyMessages.VerbosePacketStream_String__57, string);
}
|
| ||||
private void printVmSetDefaultStratumCommand(DataInputStream in) throws IOException {
String stratumId = readString(in);
println(TcpIpSpyMessages.VerbosePacketStream_Stratum_id__104, stratumId);
}
|
| ||||
private void printRtSignatureReply(DataInputStream in) throws IOException {
String signature = readString(in);
println(TcpIpSpyMessages.VerbosePacketStream_Signature__106, signature);
}
|
| ||||
private void printRtSourceFileReply(DataInputStream in) throws IOException {
String sourceFile = readString(in);
println(TcpIpSpyMessages.VerbosePacketStream_Source_file__121, sourceFile);
}
|
| ||||
private void printRtSourceDebugExtensionReply(DataInputStream in) throws IOException {
String extension = readString(in);
println(TcpIpSpyMessages.VerbosePacketStream_Extension__127, extension);
}
|
| ||||
private void printSrValueReply(DataInputStream in) throws IOException {
String value = readString(in);
println(TcpIpSpyMessages.VerbosePacketStream_Value__120, value);
}
|
| ||||
private void printTrNameReply(DataInputStream in) throws IOException {
String threadName = readString(in);
println(TcpIpSpyMessages.VerbosePacketStream_Name__110, threadName);
}
|
| ||||
private void printTgrNameReply(DataInputStream in) throws IOException {
String name = readString(in);
println(TcpIpSpyMessages.VerbosePacketStream_Name__110, name);
}
|
| |||
private void [[#variable9c0c13c0]](DataInputStream in) throws IOException {
String [[#variable9c0c1340]]= readString(in);
println(TcpIpSpyMessages. [[#variable9c0c12c0]], [[#variable9c0c1340]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9c0c13c0]] | printVmClassesBySignatureCommand |
| 1 | 2 | [[#9c0c13c0]] | printVmCreateStringCommand |
| 1 | 3 | [[#9c0c13c0]] | printVmSetDefaultStratumCommand |
| 1 | 4 | [[#9c0c13c0]] | printRtSignatureReply |
| 1 | 5 | [[#9c0c13c0]] | printRtSourceFileReply |
| 1 | 6 | [[#9c0c13c0]] | printRtSourceDebugExtensionReply |
| 1 | 7 | [[#9c0c13c0]] | printSrValueReply |
| 1 | 8 | [[#9c0c13c0]] | printTrNameReply |
| 1 | 9 | [[#9c0c13c0]] | printTgrNameReply |
| 2 | 1 | [[#9c0c1340]] | signature |
| 2 | 2 | [[#9c0c1340]] | string |
| 2 | 3 | [[#9c0c1340]] | stratumId |
| 2 | 4 | [[#9c0c1340]] | signature |
| 2 | 5 | [[#9c0c1340]] | sourceFile |
| 2 | 6 | [[#9c0c1340]] | extension |
| 2 | 7 | [[#9c0c1340]] | value |
| 2 | 8 | [[#9c0c1340]] | threadName |
| 2 | 9 | [[#9c0c1340]] | name |
| 3 | 1 | [[#9c0c12c0]] | VerbosePacketStream_Class_signature__41 |
| 3 | 2 | [[#9c0c12c0]] | VerbosePacketStream_String__57 |
| 3 | 3 | [[#9c0c12c0]] | VerbosePacketStream_Stratum_id__104 |
| 3 | 4 | [[#9c0c12c0]] | VerbosePacketStream_Signature__106 |
| 3 | 5 | [[#9c0c12c0]] | VerbosePacketStream_Source_file__121 |
| 3 | 6 | [[#9c0c12c0]] | VerbosePacketStream_Extension__127 |
| 3 | 7 | [[#9c0c12c0]] | VerbosePacketStream_Value__120 |
| 3 | 8 | [[#9c0c12c0]] | VerbosePacketStream_Name__110 |
| 3 | 9 | [[#9c0c12c0]] | VerbosePacketStream_Name__110 |