Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.989 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 71 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/ErrorDialogWithToggle.java |
2 | 2 | 251 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaDebugPreferencePage.java |
3 | 2 | 135 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageTwo.java |
| ||||
Button button = new Button(parent, SWT.CHECK| SWT.LEFT); button.setText(label); |
| ||||
Button button = new Button(parent, SWT.CHECK| SWT.LEFT); button.setText(label); |
| ||||
Button button = new Button(parent, SWT.CHECK| SWT.LEFT); button.setText(name); |
| |||
Button button = new Button(parent, SWT.CHECK|SWT.LEFT); button.setText( [[#variable61288b40]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61288b40]] | name |
1 | 2 | [[#61288b40]] | label |
1 | 3 | [[#61288b40]] | label |