CloneSet6363


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3230.956statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131288
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java
231302
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java
Clone Instance
1
Line Count
3
Source Line
1288
Source File
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);


Clone Instance
2
Line Count
3
Source Line
1302
Source File
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java

                ViewForm bottom = new ViewForm(fSashForm, SWT.NONE);

                CLabel label = new CLabel(bottom, SWT.NONE);


Clone AbstractionParameter Count: 3Parameter Bindings

ViewForm  [[#variable600bdfc0]]= new ViewForm(fSashForm, SWT.NONE);
 [[#variable600bdf80]]  [[#variable600bd8a0]]= new [[#variable600bdf80]]( [[#variable600bdfc0]], SWT.NONE);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#600bdfc0]]
top 
12[[#600bdfc0]]
bottom 
21[[#600bdf80]]
Composite 
22[[#600bdf80]]
CLabel 
31[[#600bd8a0]]
empty 
32[[#600bd8a0]]
label