CloneSet5075


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14572
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/debug/core/JDIDebugModel.java
24609
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/debug/core/JDIDebugModel.java
Clone Instance
1
Line Count
4
Source Line
572
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/debug/core/JDIDebugModel.java

                String modelId = getPluginIdentifier();
                String markerType = JavaLineBreakpoint.getMarkerType();
                IBreakpointManager manager = DebugPlugin.getDefault().getBreakpointManager();
                IBreakpoint[] breakpoints = manager.getBreakpoints(modelId);


Clone Instance
2
Line Count
4
Source Line
609
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/debug/core/JDIDebugModel.java

                String modelId = getPluginIdentifier();
                String markerType = JavaLineBreakpoint.getMarkerType();
                IBreakpointManager manager = DebugPlugin.getDefault().getBreakpointManager();
                IBreakpoint[] breakpoints = manager.getBreakpoints(modelId);


Clone AbstractionParameter Count: 0Parameter Bindings

String modelId = getPluginIdentifier();
String markerType = JavaLineBreakpoint.getMarkerType();
IBreakpointManager manager = DebugPlugin.getDefault().getBreakpointManager();
IBreakpoint[] breakpoints = manager.getBreakpoints(modelId);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None