Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 3 | 0.963 | conditional_or_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 275 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/CheckedTableSelectionDialog.java |
2 | 4 | 210 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageTwo.java |
3 | 4 | 201 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetPage.java |
| ||||
new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { fViewer.setCheckedElements(new Object[0]); updateOKStatus(); } } |
| ||||
new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { fMethodsTree.setCheckedElements(new Object[0]); doCheckedStateChanged(); } } |
| ||||
new SelectionAdapter() { public void widgetSelected(SelectionEvent selectionEvent) { fTree.setCheckedElements(new Object[0]); validateInput(); } } |
| |||
new SelectionAdapter() { public void widgetSelected(SelectionEvent [[#variable7804e4c0]]) { [[#variable7804e420]].setCheckedElements(new Object[0]); [[#variable7804e380]](); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#7804e4c0]] | e |
1 | 2 | [[#7804e4c0]] | e |
1 | 3 | [[#7804e4c0]] | selectionEvent |
2 | 1 | [[#7804e420]] | fViewer |
2 | 2 | [[#7804e420]] | fMethodsTree |
2 | 3 | [[#7804e420]] | fTree |
3 | 1 | [[#7804e380]] | updateOKStatus |
3 | 2 | [[#7804e380]] | doCheckedStateChanged |
3 | 3 | [[#7804e380]] | validateInput |