Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 5 | 0.955 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 578 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java |
2 | 10 | 591 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java |
| ||||
private class RerunLastAction extends Action { public RerunLastAction() { setText(JUnitMessages.TestRunnerViewPart_rerunaction_label); setToolTipText(JUnitMessages.TestRunnerViewPart_rerunaction_tooltip); JUnitPlugin.setLocalImageDescriptors(this, "relaunch.gif"); //$NON-NLS-1$ setEnabled(false); } public void run() { rerunTestRun(); } } |
| ||||
private class RerunLastFailedFirstAction extends Action { public RerunLastFailedFirstAction() { setText(JUnitMessages.TestRunnerViewPart_rerunfailuresaction_label); setToolTipText(JUnitMessages.TestRunnerViewPart_rerunfailuresaction_tooltip); JUnitPlugin.setLocalImageDescriptors(this, "relaunchf.gif"); //$NON-NLS-1$ setEnabled(false); } public void run() { rerunTestFailedFirst(); } } |
| |||
private class [[#variablea4f36120]]extends Action { public [[#variablea4f36120]]() { setText(JUnitMessages. [[#variablea4f36080]]); setToolTipText(JUnitMessages. [[#variablea529bfa0]]); JUnitPlugin.setLocalImageDescriptors(this, [[#variablea529b480]]); //$NON-NLS-1$ setEnabled(false); } public void run() { [[#variablea529bfc0]](); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4f36120]] | RerunLastAction |
1 | 2 | [[#a4f36120]] | RerunLastFailedFirstAction |
2 | 1 | [[#a4f36080]] | TestRunnerViewPart_rerunaction_label |
2 | 2 | [[#a4f36080]] | TestRunnerViewPart_rerunfailuresaction_label |
3 | 1 | [[#a529bfa0]] | TestRunnerViewPart_rerunaction_tooltip |
3 | 2 | [[#a529bfa0]] | TestRunnerViewPart_rerunfailuresaction_tooltip |
4 | 1 | [[#a529b480]] | "relaunch.gif" |
4 | 2 | [[#a529b480]] | "relaunchf.gif" |
5 | 1 | [[#a529bfc0]] | rerunTestRun |
5 | 2 | [[#a529bfc0]] | rerunTestFailedFirst |