CloneSet2909


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9220.972statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19520
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/HierarchyResolver.java
29682
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/HierarchyResolver.java
Clone Instance
1
Line Count
9
Source Line
520
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/HierarchyResolver.java

                        for (int i = startIndex; i <= this.typeIndex; i++) {
                                IGenericType igType = this.typeModels[i];
                                if (igType != null && igType.isBinaryType()) {
                                        // fault in its hierarchy...
                                        try {
                                                ReferenceBinding typeBinding = this.typeBindings[i];
                                                typeBinding.superclass();
                                                typeBinding.superInterfaces();
                                        } catch (AbortCompilation e) {
                                                // classpath problem for this type: ignore
                                          }
                                }
                        }


Clone Instance
2
Line Count
9
Source Line
682
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/HierarchyResolver.java

                for (int i = 0; i <= this.typeIndex; i++) {
                        IGenericType suppliedType = this.typeModels[i];
                        if (suppliedType != null && suppliedType.isBinaryType()) {
                                // fault in its hierarchy...
                                try {
                                        ReferenceBinding typeBinding = this.typeBindings[i];
                                        typeBinding.superclass();
                                        typeBinding.superInterfaces();
                                } catch (AbortCompilation e) {
                                        // classpath problem for this type: ignore
                                  }
                        }
                }


Clone AbstractionParameter Count: 2Parameter Bindings

for (int i = [[#variable986a0820]]; i <= this.typeIndex; i++) {
  IGenericType  [[#variable9884c540]]= this.typeModels[i];
  if ( [[#variable9884c540]]!= null && [[#variable9884c540]].isBinaryType()) {
    // fault in its hierarchy...
    try {
      ReferenceBinding typeBinding = this.typeBindings[i];
      typeBinding.superclass();
      typeBinding.superInterfaces();
    }
    catch (AbortCompilation e) {
    // classpath problem for this type: ignore
    }
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#986a0820]]
startIndex 
12[[#986a0820]]
0 
21[[#9884c540]]
igType 
22[[#9884c540]]
suppliedType