Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.983 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 494 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/MethodImpl.java |
2 | 2 | 346 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java |
| ||||
boolean withGenericSignature = virtualMachineImpl().isJdwpVersionGreaterOrEqual(1, 5); int jdwpCommand = withGenericSignature ? JdwpCommandPacket.M_VARIABLE_TABLE_WITH_GENERIC: JdwpCommandPacket.M_VARIABLE_TABLE; |
| ||||
boolean withGenericSignature = virtualMachineImpl().isJdwpVersionGreaterOrEqual(1, 5); int jdwpCommand = withGenericSignature ? JdwpCommandPacket.VM_ALL_CLASSES_WITH_GENERIC: JdwpCommandPacket.VM_ALL_CLASSES; |
| |||
boolean withGenericSignature = virtualMachineImpl().isJdwpVersionGreaterOrEqual(1, 5); int jdwpCommand = withGenericSignature ? JdwpCommandPacket. [[#variable5fdb7de0]]: JdwpCommandPacket. [[#variable5fdb7d60]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5fdb7de0]] | VM_ALL_CLASSES_WITH_GENERIC |
1 | 2 | [[#5fdb7de0]] | M_VARIABLE_TABLE_WITH_GENERIC |
2 | 1 | [[#5fdb7d60]] | VM_ALL_CLASSES |
2 | 2 | [[#5fdb7d60]] | M_VARIABLE_TABLE |