Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.953 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 166 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/DetailFormatterDialog.java |
2 | 3 | 64 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/FiltersDialog.java |
| ||||
Composite container = (Composite) super.createDialogArea(parent); // type name label Label label = new Label(container, SWT.NONE); |
| ||||
Composite superComposite = (Composite) super.createDialogArea(parent); Composite composite = new Composite(superComposite, SWT.NONE); |
| |||
Composite [[#variable54dfeec0]]= (Composite) super.createDialogArea(parent); [[#variable54dff8e0]] [[#variable54dff8c0]]= new [[#variable54dff8e0]]( [[#variable54dfeec0]], SWT.NONE); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54dfeec0]] | superComposite |
1 | 2 | [[#54dfeec0]] | container |
2 | 1 | [[#54dff8e0]] | Composite |
2 | 2 | [[#54dff8e0]] | // type name label Label |
3 | 1 | [[#54dff8c0]] | composite |
3 | 2 | [[#54dff8c0]] | label |