CloneSet4363


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4340.962switch_groups[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141100
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java
241104
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java
341108
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java
Clone Instance
1
Line Count
4
Source Line
1100
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java

                                case JdwpReplyPacket.ADD_METHOD_NOT_IMPLEMENTED:
                                        throw new UnsupportedOperationException(JDIMessages.VirtualMachineImpl_Add_method_not_implemented_1);
                                case JdwpReplyPacket.SCHEMA_CHANGE_NOT_IMPLEMENTED:
                                        throw new UnsupportedOperationException(JDIMessages.VirtualMachineImpl_Scheme_change_not_implemented_2);


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

                                case JdwpReplyPacket.HIERARCHY_CHANGE_NOT_IMPLEMENTED:
                                        throw new UnsupportedOperationException(JDIMessages.VirtualMachineImpl_Hierarchy_change_not_implemented_3);
                                case JdwpReplyPacket.DELETE_METHOD_NOT_IMPLEMENTED:
                                        throw new UnsupportedOperationException(JDIMessages.VirtualMachineImpl_Delete_method_not_implemented_4);


Clone Instance
3
Line Count
4
Source Line
1108
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java

                                case JdwpReplyPacket.CLASS_MODIFIERS_CHANGE_NOT_IMPLEMENTED:
                                        throw new UnsupportedOperationException(JDIMessages.VirtualMachineImpl_Class_modifiers_change_not_implemented_5);
                                case JdwpReplyPacket.METHOD_MODIFIERS_CHANGE_NOT_IMPLEMENTED:
                                        throw new UnsupportedOperationException(JDIMessages.VirtualMachineImpl_Method_modifiers_change_not_implemented_6);


Clone AbstractionParameter Count: 4Parameter Bindings

case JdwpReplyPacket. [[#variable5fdf45c0]]:
  throw new UnsupportedOperationException(JDIMessages. [[#variable5fdf45a0]]);
case JdwpReplyPacket. [[#variable5fdf4500]]:
  throw new UnsupportedOperationException(JDIMessages. [[#variable5fdf44a0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5fdf45c0]]
ADD_METHOD_NOT_IMPLEMENTED 
12[[#5fdf45c0]]
HIERARCHY_CHANGE_NOT_IMPLEMENTED 
13[[#5fdf45c0]]
CLASS_MODIFIERS_CHANGE_NOT_IMPLEMENTED 
21[[#5fdf45a0]]
VirtualMachineImpl_Add_method_not_implemented_1 
22[[#5fdf45a0]]
VirtualMachineImpl_Hierarchy_change_not_implemented_3 
23[[#5fdf45a0]]
VirtualMachineImpl_Class_modifiers_change_not_implemented_5 
31[[#5fdf4500]]
SCHEMA_CHANGE_NOT_IMPLEMENTED 
32[[#5fdf4500]]
DELETE_METHOD_NOT_IMPLEMENTED 
33[[#5fdf4500]]
METHOD_MODIFIERS_CHANGE_NOT_IMPLEMENTED 
41[[#5fdf44a0]]
VirtualMachineImpl_Scheme_change_not_implemented_2 
42[[#5fdf44a0]]
VirtualMachineImpl_Delete_method_not_implemented_4 
43[[#5fdf44a0]]
VirtualMachineImpl_Method_modifiers_change_not_implemented_6