Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 3 | 0.955 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1421 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
2 | 3 | 1999 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
3 | 3 | 2027 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
4 | 3 | 2067 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
5 | 3 | 2191 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| ||||
private void printVmExitCommand(DataInputStream in) throws IOException { int exitCode = in.readInt(); println(TcpIpSpyMessages.VerbosePacketStream_Exit_code__56, exitCode); } |
| ||||
private void printTrFrameCountReply(DataInputStream in) throws IOException { int framesCount = in.readInt(); println(TcpIpSpyMessages.VerbosePacketStream_Frames_count__194, framesCount); } |
| ||||
private void printTrSuspendCountReply(DataInputStream in) throws IOException { int suspendCount = in.readInt(); println(TcpIpSpyMessages.VerbosePacketStream_Suspend_count__202, suspendCount); } |
| ||||
private void printArLengthReply(DataInputStream in) throws IOException { int length = in.readInt(); println(TcpIpSpyMessages.VerbosePacketStream_Length__143, length); } |
| ||||
private void printErSetReply(DataInputStream in) throws IOException { int requestId = in.readInt(); println(TcpIpSpyMessages.VerbosePacketStream_Request_id__248, requestId); } |
| |||
private void [[#variable7c410d60]](DataInputStream in) throws IOException { int [[#variable7c410cc0]]= in.readInt(); println(TcpIpSpyMessages. [[#variable7c410c40]], [[#variable7c410cc0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#7c410d60]] | printVmExitCommand |
1 | 2 | [[#7c410d60]] | printTrFrameCountReply |
1 | 3 | [[#7c410d60]] | printTrSuspendCountReply |
1 | 4 | [[#7c410d60]] | printArLengthReply |
1 | 5 | [[#7c410d60]] | printErSetReply |
2 | 1 | [[#7c410cc0]] | exitCode |
2 | 2 | [[#7c410cc0]] | framesCount |
2 | 3 | [[#7c410cc0]] | suspendCount |
2 | 4 | [[#7c410cc0]] | length |
2 | 5 | [[#7c410cc0]] | requestId |
3 | 1 | [[#7c410c40]] | VerbosePacketStream_Exit_code__56 |
3 | 2 | [[#7c410c40]] | VerbosePacketStream_Frames_count__194 |
3 | 3 | [[#7c410c40]] | VerbosePacketStream_Suspend_count__202 |
3 | 4 | [[#7c410c40]] | VerbosePacketStream_Length__143 |
3 | 5 | [[#7c410c40]] | VerbosePacketStream_Request_id__248 |