| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 9 | 3 | 5 | 0.958 | switch_groups[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 9 | 391 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| 2 | 9 | 400 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| 3 | 11 | 409 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| ||||
/** Commands ObjectReference. */
case JdwpCommandPacket.OR_REFERENCE_TYPE:
printOrDefaultCommand(in);
break;
case JdwpCommandPacket.OR_GET_VALUES:
printOrGetValuesCommand(in);
break;
case JdwpCommandPacket.OR_SET_VALUES:
printOrSetValuesCommand(in);
break;
|
| ||||
case JdwpCommandPacket.OR_MONITOR_INFO:
printOrDefaultCommand(in);
break;
case JdwpCommandPacket.OR_INVOKE_METHOD:
printOrInvokeMethodCommand(in);
break;
case JdwpCommandPacket.OR_DISABLE_COLLECTION:
printOrDefaultCommand(in);
break;
|
| ||||
case JdwpCommandPacket.OR_ENABLE_COLLECTION:
printOrDefaultCommand(in);
break;
case JdwpCommandPacket.OR_IS_COLLECTED:
printOrDefaultCommand(in);
break;
/** Commands StringReference. */
case JdwpCommandPacket.SR_VALUE:
printSrValueCommand(in);
break;
|
| |||
/** Commands ObjectReference. */ case JdwpCommandPacket. [[#variable8fb7db20]]: printOrDefaultCommand(in); break; case JdwpCommandPacket. [[#variable8fb7daa0]]: [[#variable8fb7da60]](in); break; /** Commands StringReference. */ case JdwpCommandPacket. [[#variable8fb7d9a0]]: [[#variable8fb7d9c0]](in); break; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#8fb7db20]] | OR_REFERENCE_TYPE |
| 1 | 2 | [[#8fb7db20]] | OR_MONITOR_INFO |
| 1 | 3 | [[#8fb7db20]] | OR_ENABLE_COLLECTION |
| 2 | 1 | [[#8fb7daa0]] | OR_GET_VALUES |
| 2 | 2 | [[#8fb7daa0]] | OR_INVOKE_METHOD |
| 2 | 3 | [[#8fb7daa0]] | OR_IS_COLLECTED |
| 3 | 1 | [[#8fb7da60]] | printOrGetValuesCommand |
| 3 | 2 | [[#8fb7da60]] | printOrInvokeMethodCommand |
| 3 | 3 | [[#8fb7da60]] | printOrDefaultCommand |
| 4 | 1 | [[#8fb7d9a0]] | OR_SET_VALUES |
| 4 | 2 | [[#8fb7d9a0]] | OR_DISABLE_COLLECTION |
| 4 | 3 | [[#8fb7d9a0]] | SR_VALUE |
| 5 | 1 | [[#8fb7d9c0]] | printOrSetValuesCommand |
| 5 | 2 | [[#8fb7d9c0]] | printOrDefaultCommand |
| 5 | 3 | [[#8fb7d9c0]] | printSrValueCommand |