| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 9 | 3 | 2 | 0.990 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 9 | 208 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/StepIntoSelectionHandler.java |
| 2 | 9 | 221 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/StepIntoSelectionHandler.java |
| 3 | 9 | 240 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/StepIntoSelectionHandler.java |
| ||||
// step thru synthetic methods
r = new Runnable() {
public void run() {
try {
setExpectedEvent(DebugEvent.RESUME, DebugEvent.STEP_INTO);
frame.stepInto();
} catch (DebugException e) {
JDIDebugUIPlugin.log(e);
cleanup();
DebugPlugin.getDefault().fireDebugEventSet(new DebugEvent[] {
new DebugEvent(getDebugTarget(), DebugEvent.CHANGE)
} );
}
}
};
|
| ||||
r = new Runnable() {
public void run() {
try {
setExpectedEvent(DebugEvent.RESUME, DebugEvent.STEP_RETURN);
frame.stepReturn();
} catch (DebugException e) {
JDIDebugUIPlugin.log(e);
cleanup();
DebugPlugin.getDefault().fireDebugEventSet(new DebugEvent[] {
new DebugEvent(getDebugTarget(), DebugEvent.CHANGE)
} );
}
}
};
|
| ||||
r = new Runnable() {
public void run() {
try {
setExpectedEvent(DebugEvent.RESUME, DebugEvent.STEP_INTO);
frame.stepInto();
} catch (DebugException e) {
JDIDebugUIPlugin.log(e);
cleanup();
DebugPlugin.getDefault().fireDebugEventSet(new DebugEvent[] {
new DebugEvent(getDebugTarget(), DebugEvent.CHANGE)
} );
}
}
};
|
| |||
// step thru synthetic methods
r = new Runnable() {
public void run() {
try {
setExpectedEvent(DebugEvent.RESUME, DebugEvent. [[#variable5694eba0]]);
frame. [[#variable5694f400]]();
}
catch (DebugException e) {
JDIDebugUIPlugin.log(e);
cleanup();
DebugPlugin.getDefault().fireDebugEventSet(new DebugEvent[] {
new DebugEvent(getDebugTarget(), DebugEvent.CHANGE)
} );
}
}
};
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5694eba0]] | STEP_INTO |
| 1 | 2 | [[#5694eba0]] | STEP_RETURN |
| 1 | 3 | [[#5694eba0]] | STEP_INTO |
| 2 | 1 | [[#5694f400]] | stepInto |
| 2 | 2 | [[#5694f400]] | stepReturn |
| 2 | 3 | [[#5694f400]] | stepInto |