Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.975 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 486 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
2 | 8 | 790 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| ||||
/** Commands ClassLoaderReference. */ case JdwpCommandPacket.CLR_VISIBLE_CLASSES: printClrVisibleClassesCommand(in); break; /** Commands EventRequest. */ case JdwpCommandPacket.ER_SET: printErSetCommand(in); break; |
| ||||
/** Commands ClassLoaderReference. */ case JdwpCommandPacket.CLR_VISIBLE_CLASSES: printClrVisibleClassesReply(in); break; /** Commands EventRequest. */ case JdwpCommandPacket.ER_SET: printErSetReply(in); break; |
| |||
/** Commands ClassLoaderReference. */ case JdwpCommandPacket.CLR_VISIBLE_CLASSES: [[#variableb520b1e0]](in); break; /** Commands EventRequest. */ case JdwpCommandPacket.ER_SET: [[#variableb520b6e0]](in); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b520b1e0]] | printClrVisibleClassesReply |
1 | 2 | [[#b520b1e0]] | printClrVisibleClassesCommand |
2 | 1 | [[#b520b6e0]] | printErSetReply |
2 | 2 | [[#b520b6e0]] | printErSetCommand |