CloneSet4558


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15256
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaBreakpoint.java
25168
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaClassPrepareBreakpoint.java
Clone Instance
1
Line Count
5
Source Line
256
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaBreakpoint.java

                JDIThread thread = target.findThread(threadRef);
                if (thread == null || thread.isIgnoringBreakpoints()) {
                        return true;
                }
                return handleBreakpointEvent(event, target, thread);


Clone Instance
2
Line Count
5
Source Line
168
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaClassPrepareBreakpoint.java

                                JDIThread thread = target.findThread(threadRef);
                                if (thread == null || thread.isIgnoringBreakpoints()) {
                                        return true;
                                }
                                return handleBreakpointEvent(event, target, thread);


Clone AbstractionParameter Count: 0Parameter Bindings

JDIThread thread = target.findThread(threadRef);
if (thread == null || thread.isIgnoringBreakpoints()) {
  return true;
}
return handleBreakpointEvent(event, target, thread);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None