CloneSet3341


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15840
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java
25270
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
Clone Instance
1
Line Count
5
Source Line
840
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java

        fToggleOrientationActions = new ToggleOrientationAction[] {
                new ToggleOrientationAction(this, VIEW_ORIENTATION_VERTICAL),
                new ToggleOrientationAction(this, VIEW_ORIENTATION_HORIZONTAL),
                new ToggleOrientationAction(this, VIEW_ORIENTATION_AUTOMATIC),
                new ToggleOrientationAction(this, VIEW_ORIENTATION_SINGLE)
                                                                  };


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

                fToggleOrientationActions = new ToggleOrientationAction[] {
                         new ToggleOrientationAction(this, VIEW_ORIENTATION_VERTICAL),
                         new ToggleOrientationAction(this, VIEW_ORIENTATION_HORIZONTAL),
                         new ToggleOrientationAction(this, VIEW_ORIENTATION_AUTOMATIC),
                         new ToggleOrientationAction(this, VIEW_ORIENTATION_SINGLE)
                                                                          };


Clone AbstractionParameter Count: 0Parameter Bindings

fToggleOrientationActions = new ToggleOrientationAction[] {
                                                            new ToggleOrientationAction(this, VIEW_ORIENTATION_VERTICAL),
                                                            new ToggleOrientationAction(this, VIEW_ORIENTATION_HORIZONTAL),
                                                            new ToggleOrientationAction(this, VIEW_ORIENTATION_AUTOMATIC),
                                                            new ToggleOrientationAction(this, VIEW_ORIENTATION_SINGLE)
                                                          };
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None