Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.960 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 206 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageTwo.java |
2 | 2 | 264 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractInterfaceWizard.java |
| ||||
fDeselectAllButton = new Button(buttonContainer, SWT.PUSH); fDeselectAllButton.setText(WizardMessages.NewTestCaseWizardPageTwo_deselectAll); |
| ||||
fDeselectAllButton = new Button(buttonComposite, SWT.PUSH); fDeselectAllButton.setText(RefactoringMessages.ExtractInterfaceInputPage_Deselect_All); |
| |||
fDeselectAllButton = new Button( [[#variablea15ee1e0]], SWT.PUSH); fDeselectAllButton.setText( [[#variablea15ee7e0]]. [[#variablea15ee760]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a15ee1e0]] | buttonContainer |
1 | 2 | [[#a15ee1e0]] | buttonComposite |
2 | 1 | [[#a15ee7e0]] | WizardMessages |
2 | 2 | [[#a15ee7e0]] | RefactoringMessages |
3 | 1 | [[#a15ee760]] | NewTestCaseWizardPageTwo_deselectAll |
3 | 2 | [[#a15ee760]] | ExtractInterfaceInputPage_Deselect_All |