| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 4 | 0.963 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 1148 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java |
| 2 | 2 | 1150 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java |
| ||||
fMethodStubsButtons.setSelection(IDX_SETUP, settings.getBoolean(STORE_SETUP));
fMethodStubsButtons.setSelection(IDX_TEARDOWN, settings.getBoolean(STORE_TEARDOWN));
|
| ||||
fMethodStubsButtons.setSelection(IDX_SETUP_CLASS, settings.getBoolean(STORE_SETUP_CLASS));
fMethodStubsButtons.setSelection(IDX_TEARDOWN_CLASS, settings.getBoolean(STORE_TEARDOWN_CLASS));
|
| |||
fMethodStubsButtons.setSelection( [[#variable534ba540]], settings.getBoolean( [[#variable534ba4c0]])); fMethodStubsButtons.setSelection( [[#variable534ba500]], settings.getBoolean( [[#variable533d7920]])); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#534ba540]] | IDX_SETUP |
| 1 | 2 | [[#534ba540]] | IDX_SETUP_CLASS |
| 2 | 1 | [[#534ba4c0]] | STORE_SETUP |
| 2 | 2 | [[#534ba4c0]] | STORE_SETUP_CLASS |
| 3 | 1 | [[#534ba500]] | IDX_TEARDOWN |
| 3 | 2 | [[#534ba500]] | IDX_TEARDOWN_CLASS |
| 4 | 1 | [[#533d7920]] | STORE_TEARDOWN |
| 4 | 2 | [[#533d7920]] | STORE_TEARDOWN_CLASS |