CloneSet9541


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3230.959class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13557
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java
23371
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
Clone Instance
1
Line Count
3
Source Line
557
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java

    /**
     * Goes to the selected entry, without updating the order of history entries.
     */
    public void gotoHistoryEntry(IMethod entry) {
        if (fMethodHistory.contains(entry)) {
            setMethod(entry);
        }
    }


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

        /**
         * Goes to the selected entry, without updating the order of history entries.
         * @param entry The entry to open
         */
        public void gotoHistoryEntry(IJavaElement entry) {
                if (fInputHistory.contains(entry)) {
                        updateInput(entry);
                }
        }


Clone AbstractionParameter Count: 3Parameter Bindings

/**
         * Goes to the selected entry, without updating the order of history entries.
         * @param entry The entry to open
         */
/**
     * Goes to the selected entry, without updating the order of history entries.
     */
public void gotoHistoryEntry( [[#variable8f601fe0]] entry) {
  if ( [[#variable8f601f60]].contains(entry)) {
     [[#variable8f601ea0]](entry);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#8f601fe0]]
IJavaElement 
12[[#8f601fe0]]
IMethod 
21[[#8f601f60]]
fInputHistory 
22[[#8f601f60]]
fMethodHistory 
31[[#8f601ea0]]
updateInput 
32[[#8f601ea0]]
setMethod