CloneSet4636


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

                        for (int i = 0; i < superInterfaces.length; i++) {
                                IType superInterface = superInterfaces[i];
                                if (superInterface.equals(extendedInterface)) {
                                        interfaceList.add(type);
                                }
                        }


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

                for (int i = 0; i < types.length; i++) {
                        IType iFace = types[i];
                        if (iFace.equals(interfce)) {
                                iMenters.add(type);
                        }
                }


Clone AbstractionParameter Count: 4Parameter Bindings

for (int i = 0; i <  [[#variable57567b80]].length; i++) {
  IType  [[#variable57567b00]]= [[#variable57567b80]][i];
  if ( [[#variable57567b00]].equals( [[#variable57567aa0]])) {
     [[#variable57567a20]].add(type);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#57567b80]]
types 
12[[#57567b80]]
superInterfaces 
21[[#57567b00]]
iFace 
22[[#57567b00]]
superInterface 
31[[#57567aa0]]
interfce 
32[[#57567aa0]]
extendedInterface 
41[[#57567a20]]
iMenters 
42[[#57567a20]]
interfaceList