| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.971 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 988 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIThread.java |
| 2 | 2 | 1017 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIThread.java |
| ||||
if (breakpoint.getSuspendPolicy() == IJavaBreakpoint.SUSPEND_VM) {
((JDIDebugTarget) getDebugTarget()).suspendedByBreakpoint(breakpoint, queueEvent);
}
|
| ||||
if (breakpoint.getSuspendPolicy() == IJavaBreakpoint.SUSPEND_VM) {
((JDIDebugTarget) getDebugTarget()).suspendedByBreakpoint(breakpoint, false);
}
|
| |||
if (breakpoint.getSuspendPolicy() == IJavaBreakpoint.SUSPEND_VM) {
((JDIDebugTarget) getDebugTarget()).suspendedByBreakpoint(breakpoint, [[#variableb9c513c0]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b9c513c0]] | false |
| 1 | 2 | [[#b9c513c0]] | queueEvent |