Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
25 | 2 | 6 | 0.975 | switch_groups[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 26 | 455 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
2 | 25 | 760 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| ||||
case JdwpCommandPacket.TR_SUSPEND_COUNT: printTrDefaultCommand(in); break; /* no more in the jdwp spec case JdwpCommandPacket.TR_POP_TOP_FRAME: break; */ /** Commands ThreadGroupReference. */ case JdwpCommandPacket.TGR_NAME: printTgrDefaultCommand(in); break; case JdwpCommandPacket.TGR_PARENT: printTgrDefaultCommand(in); break; case JdwpCommandPacket.TGR_CHILDREN: printTgrDefaultCommand(in); break; /** Commands ArrayReference. */ case JdwpCommandPacket.AR_LENGTH: printArLengthCommand(in); break; case JdwpCommandPacket.AR_GET_VALUES: printArGetValuesCommand(in); break; |
| ||||
case JdwpCommandPacket.TR_SUSPEND_COUNT: printTrSuspendCountReply(in); break; /* no more in the jdwp spec case JdwpCommandPacket.TR_POP_TOP_FRAME: break; */ /** Commands ThreadGroupReference. */ case JdwpCommandPacket.TGR_NAME: printTgrNameReply(in); break; case JdwpCommandPacket.TGR_PARENT: printTgrParentReply(in); break; case JdwpCommandPacket.TGR_CHILDREN: printTgrChildrenReply(in); break; /** Commands ArrayReference. */ case JdwpCommandPacket.AR_LENGTH: printArLengthReply(in); break; case JdwpCommandPacket.AR_GET_VALUES: printArGetValuesReply(in); break; |
| |||
case JdwpCommandPacket.TR_SUSPEND_COUNT: [[#variable597b5840]](in); break; /* no more in the jdwp spec case JdwpCommandPacket.TR_POP_TOP_FRAME: break; */ /** Commands ThreadGroupReference. */ case JdwpCommandPacket.TGR_NAME: [[#variable597b57c0]](in); break; case JdwpCommandPacket.TGR_PARENT: [[#variable597b5700]](in); break; case JdwpCommandPacket.TGR_CHILDREN: [[#variable597b56c0]](in); break; /** Commands ArrayReference. */ case JdwpCommandPacket.AR_LENGTH: [[#variable597b5680]](in); break; case JdwpCommandPacket.AR_GET_VALUES: [[#variable5a675080]](in); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#597b5840]] | printTrSuspendCountReply |
1 | 2 | [[#597b5840]] | printTrDefaultCommand |
2 | 1 | [[#597b57c0]] | printTgrNameReply |
2 | 2 | [[#597b57c0]] | printTgrDefaultCommand |
3 | 1 | [[#597b5700]] | printTgrParentReply |
3 | 2 | [[#597b5700]] | printTgrDefaultCommand |
4 | 1 | [[#597b56c0]] | printTgrChildrenReply |
4 | 2 | [[#597b56c0]] | printTgrDefaultCommand |
5 | 1 | [[#597b5680]] | printArLengthReply |
5 | 2 | [[#597b5680]] | printArLengthCommand |
6 | 1 | [[#5a675080]] | printArGetValuesReply |
6 | 2 | [[#5a675080]] | printArGetValuesCommand |