CloneSet8419


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.988statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12353
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java
221230
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java
Clone Instance
1
Line Count
2
Source Line
353
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java

                if (this.focusType != null) {
                        System.out.println("    for hierarchy focused on " + ((JavaElement) this.focusType).toStringWithAncestors()); //$NON-NLS-1$
                }


Clone Instance
2
Line Count
2
Source Line
1230
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java

                        if (this.focusType != null) {
                                System.out.println("  on type " + ((JavaElement) this.focusType).toStringWithAncestors()); //$NON-NLS-1$
                        }


Clone AbstractionParameter Count: 1Parameter Bindings

if (this.focusType != null) {
  System.out.println( [[#variablec2ab4180]] + ((JavaElement) this.focusType).toStringWithAncestors()); //$NON-NLS-1$
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#c2ab4180]]
"    for hierarchy focused on " 
12[[#c2ab4180]]
"  on type "