Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.965 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 263 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/CheckedTableSelectionDialog.java |
2 | 1 | 273 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/CheckedTableSelectionDialog.java |
| ||||
Button selectButton = createButton(buttonComposite, IDialogConstants.SELECT_ALL_ID, WizardMessages.CheckedTableSelectionDialog_selectAll, false); |
| ||||
Button deselectButton = createButton(buttonComposite, IDialogConstants.DESELECT_ALL_ID, WizardMessages.CheckedTableSelectionDialog_deselectAll, false); |
| |||
Button [[#variableb477c420]]= createButton(buttonComposite, IDialogConstants. [[#variableb477c3e0]], WizardMessages. [[#variableb477c4c0]], false); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b477c420]] | deselectButton |
1 | 2 | [[#b477c420]] | selectButton |
2 | 1 | [[#b477c3e0]] | DESELECT_ALL_ID |
2 | 2 | [[#b477c3e0]] | SELECT_ALL_ID |
3 | 1 | [[#b477c4c0]] | CheckedTableSelectionDialog_deselectAll |
3 | 2 | [[#b477c4c0]] | CheckedTableSelectionDialog_selectAll |