Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
22 | 2 | 6 | 0.975 | switch_groups[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 22 | 364 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
2 | 22 | 669 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| ||||
case JdwpCommandPacket.CT_NEW_INSTANCE: printCtNewInstanceCommand(in); break; /** Commands ArrayType. */ case JdwpCommandPacket.AT_NEW_INSTANCE: printAtNewInstanceCommand(in); break; /** Commands Method. */ case JdwpCommandPacket.M_LINE_TABLE: printMDefaultCommand(in); break; case JdwpCommandPacket.M_VARIABLE_TABLE: printMDefaultCommand(in); break; case JdwpCommandPacket.M_BYTECODES: printMDefaultCommand(in); break; case JdwpCommandPacket.M_IS_OBSOLETE: printMDefaultCommand(in); break; |
| ||||
case JdwpCommandPacket.CT_NEW_INSTANCE: printCtNewInstanceReply(in); break; /** Commands ArrayType. */ case JdwpCommandPacket.AT_NEW_INSTANCE: printAtNewInstanceReply(in); break; /** Commands Method. */ case JdwpCommandPacket.M_LINE_TABLE: printMLineTableReply(in); break; case JdwpCommandPacket.M_VARIABLE_TABLE: printMVariableTableReply(in); break; case JdwpCommandPacket.M_BYTECODES: printMBytecodesReply(in); break; case JdwpCommandPacket.M_IS_OBSOLETE: printMIsObsoleteReply(in); break; |
| |||
case JdwpCommandPacket.CT_NEW_INSTANCE: [[#variable5ac16640]](in); break; /** Commands ArrayType. */ case JdwpCommandPacket.AT_NEW_INSTANCE: [[#variable5ac165a0]](in); break; /** Commands Method. */ case JdwpCommandPacket.M_LINE_TABLE: [[#variable5ac16520]](in); break; case JdwpCommandPacket.M_VARIABLE_TABLE: [[#variable5ac164c0]](in); break; case JdwpCommandPacket.M_BYTECODES: [[#variable5ac16420]](in); break; case JdwpCommandPacket.M_IS_OBSOLETE: [[#variable5ac162a0]](in); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5ac16640]] | printCtNewInstanceReply |
1 | 2 | [[#5ac16640]] | printCtNewInstanceCommand |
2 | 1 | [[#5ac165a0]] | printAtNewInstanceReply |
2 | 2 | [[#5ac165a0]] | printAtNewInstanceCommand |
3 | 1 | [[#5ac16520]] | printMLineTableReply |
3 | 2 | [[#5ac16520]] | printMDefaultCommand |
4 | 1 | [[#5ac164c0]] | printMVariableTableReply |
4 | 2 | [[#5ac164c0]] | printMDefaultCommand |
5 | 1 | [[#5ac16420]] | printMBytecodesReply |
5 | 2 | [[#5ac16420]] | printMDefaultCommand |
6 | 1 | [[#5ac162a0]] | printMIsObsoleteReply |
6 | 2 | [[#5ac162a0]] | printMDefaultCommand |