| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 4 | 0.957 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 212 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| 2 | 3 | 223 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| ||||
print(" ("); //$NON-NLS-1$
print(JdwpCommandPacket.commandMap().get(new Integer(commandAndSet)));
println(')');
|
| ||||
print(" ("); //$NON-NLS-1$
print(JdwpReplyPacket.errorMap().get(new Integer(error)));
print(')');
|
| |||
print(" ("); //$NON-NLS-1$
print( [[#variable5b3b1d60]]. [[#variable5b338920]]().get(new Integer( [[#variable5b3b1ca0]])));
[[#variable5b3b1c60]](')');
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5b3b1d60]] | JdwpCommandPacket |
| 1 | 2 | [[#5b3b1d60]] | JdwpReplyPacket |
| 2 | 1 | [[#5b338920]] | commandMap |
| 2 | 2 | [[#5b338920]] | errorMap |
| 3 | 1 | [[#5b3b1ca0]] | commandAndSet |
| 3 | 2 | [[#5b3b1ca0]] | error |
| 4 | 1 | [[#5b3b1c60]] | println |
| 4 | 2 | [[#5b3b1c60]] | |