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.956 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1288 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java |
2 | 3 | 1302 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java |
| ||||
ViewForm top = new ViewForm(fSashForm, SWT.NONE); Composite empty = new Composite(top, SWT.NONE); |
| ||||
ViewForm bottom = new ViewForm(fSashForm, SWT.NONE); CLabel label = new CLabel(bottom, SWT.NONE); |
| |||
ViewForm [[#variable600bdfc0]]= new ViewForm(fSashForm, SWT.NONE); [[#variable600bdf80]] [[#variable600bd8a0]]= new [[#variable600bdf80]]( [[#variable600bdfc0]], SWT.NONE); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#600bdfc0]] | top |
1 | 2 | [[#600bdfc0]] | bottom |
2 | 1 | [[#600bdf80]] | Composite |
2 | 2 | [[#600bdf80]] | CLabel |
3 | 1 | [[#600bd8a0]] | empty |
3 | 2 | [[#600bd8a0]] | label |