CloneSet6332


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.983statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12494
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/MethodImpl.java
22346
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java
Clone Instance
1
Line Count
2
Source Line
494
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/MethodImpl.java

                        boolean withGenericSignature = virtualMachineImpl().isJdwpVersionGreaterOrEqual(1, 5);
                        int jdwpCommand = withGenericSignature ? JdwpCommandPacket.M_VARIABLE_TABLE_WITH_GENERIC:  JdwpCommandPacket.M_VARIABLE_TABLE;


Clone Instance
2
Line Count
2
Source Line
346
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java

                        boolean withGenericSignature = virtualMachineImpl().isJdwpVersionGreaterOrEqual(1, 5);
                        int jdwpCommand = withGenericSignature ? JdwpCommandPacket.VM_ALL_CLASSES_WITH_GENERIC:  JdwpCommandPacket.VM_ALL_CLASSES;


Clone AbstractionParameter Count: 2Parameter Bindings

boolean withGenericSignature = virtualMachineImpl().isJdwpVersionGreaterOrEqual(1, 5);
int jdwpCommand = withGenericSignature ? JdwpCommandPacket. [[#variable5fdb7de0]]: JdwpCommandPacket. [[#variable5fdb7d60]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5fdb7de0]]
VM_ALL_CLASSES_WITH_GENERIC 
12[[#5fdb7de0]]
M_VARIABLE_TABLE_WITH_GENERIC 
21[[#5fdb7d60]]
VM_ALL_CLASSES 
22[[#5fdb7d60]]
M_VARIABLE_TABLE