Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 6 | 0.960 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 2020 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
2 | 5 | 2203 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| ||||
private void printTrStopCommand(DataInputStream in) throws IOException, UnableToParseDataException { long threadId = readObjectID(in); long exceptionObjectId = readObjectID(in); printlnObjectId(TcpIpSpyMessages.VerbosePacketStream_Thread_id__48, threadId); printlnObjectId(TcpIpSpyMessages.VerbosePacketStream_Exception_object_id__139, exceptionObjectId); } |
| ||||
private void printSfDefaultCommand(DataInputStream in) throws IOException, UnableToParseDataException { long threadId = readObjectID(in); long frameId = readFrameID(in); printlnObjectId(TcpIpSpyMessages.VerbosePacketStream_Thread_object_id__250, threadId); printlnFrameId(TcpIpSpyMessages.VerbosePacketStream_Frame_id__195, frameId); } |
| |||
private void [[#variable5a37dde0]](DataInputStream in) throws IOException, UnableToParseDataException { long threadId = readObjectID(in); long [[#variable5a37dd40]]= [[#variable5a37dc80]](in); printlnObjectId(TcpIpSpyMessages. [[#variable5a37dc20]], threadId); [[#variable5a37dbc0]](TcpIpSpyMessages. [[#variable5a37db40]], [[#variable5a37dd40]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5a37dde0]] | printTrStopCommand |
1 | 2 | [[#5a37dde0]] | printSfDefaultCommand |
2 | 1 | [[#5a37dd40]] | exceptionObjectId |
2 | 2 | [[#5a37dd40]] | frameId |
3 | 1 | [[#5a37dc80]] | readObjectID |
3 | 2 | [[#5a37dc80]] | readFrameID |
4 | 1 | [[#5a37dc20]] | VerbosePacketStream_Thread_id__48 |
4 | 2 | [[#5a37dc20]] | VerbosePacketStream_Thread_object_id__250 |
5 | 1 | [[#5a37dbc0]] | printlnObjectId |
5 | 2 | [[#5a37dbc0]] | printlnFrameId |
6 | 1 | [[#5a37db40]] | VerbosePacketStream_Exception_object_id__139 |
6 | 2 | [[#5a37db40]] | VerbosePacketStream_Frame_id__195 |