CloneSet5528


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2310.988statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121612
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java
23263
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java
32952
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
Clone Instance
1
Line Count
2
Source Line
1612
Source File
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java

                boolean horizontal = orientation == VIEW_ORIENTATION_HORIZONTAL;
                fSashForm.setOrientation(horizontal ? SWT.HORIZONTAL:  SWT.VERTICAL);


Clone Instance
2
Line Count
3
Source Line
263
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java

                    boolean horizontal = orientation == VIEW_ORIENTATION_HORIZONTAL;
                    fHierarchyLocationSplitter.setOrientation(horizontal ? SWT.HORIZONTAL:
                                                                           SWT.VERTICAL);


Clone Instance
3
Line Count
2
Source Line
952
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java

                                        boolean horizontal = orientation == VIEW_ORIENTATION_HORIZONTAL;
                                        fTypeMethodsSplitter.setOrientation(horizontal ? SWT.HORIZONTAL:  SWT.VERTICAL);


Clone AbstractionParameter Count: 1Parameter Bindings

boolean horizontal = orientation == VIEW_ORIENTATION_HORIZONTAL;
 [[#variable9d1a00a0]].setOrientation(horizontal ? SWT.HORIZONTAL: SWT.VERTICAL);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9d1a00a0]]
fSashForm 
12[[#9d1a00a0]]
fHierarchyLocationSplitter 
13[[#9d1a00a0]]
fTypeMethodsSplitter