CloneSet1206


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10301.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110150
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/SourceIndexerRequestor.java
210188
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/SourceIndexerRequestor.java
310217
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/SourceIndexerRequestor.java
Clone Instance
1
Line Count
10
Source Line
150
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/SourceIndexerRequestor.java

        if (typeInfo.superinterfaces != null) {
                for (int i = 0, length = typeInfo.superinterfaces.length; i < length; i++) {
                        typeInfo.superinterfaces[i] = getSimpleName(typeInfo.superinterfaces[i]);
                }
        }
        char[][] typeNames;
        if (this.methodDepth > 0) {
                typeNames = ONE_ZERO_CHAR;
        }
        else   {
                typeNames = this.enclosingTypeNames();
        }


Clone Instance
2
Line Count
10
Source Line
188
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/SourceIndexerRequestor.java

        // eliminate possible qualifications, given they need to be fully resolved again
        if (typeInfo.superinterfaces != null) {
                for (int i = 0, length = typeInfo.superinterfaces.length; i < length; i++) {
                        typeInfo.superinterfaces[i] = getSimpleName(typeInfo.superinterfaces[i]);
                }
        }
        char[][] typeNames;
        if (this.methodDepth > 0) {
                typeNames = ONE_ZERO_CHAR;
        }
        else   {
                typeNames = this.enclosingTypeNames();
        }


Clone Instance
3
Line Count
10
Source Line
217
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/SourceIndexerRequestor.java

        // eliminate possible qualifications, given they need to be fully resolved again
        if (typeInfo.superinterfaces != null) {
                for (int i = 0, length = typeInfo.superinterfaces.length; i < length; i++) {
                        typeInfo.superinterfaces[i] = getSimpleName(typeInfo.superinterfaces[i]);
                }
        }
        char[][] typeNames;
        if (this.methodDepth > 0) {
                typeNames = ONE_ZERO_CHAR;
        }
        else   {
                typeNames = this.enclosingTypeNames();
        }


Clone AbstractionParameter Count: 0Parameter Bindings

// eliminate possible qualifications, given they need to be fully resolved again
if (typeInfo.superinterfaces != null) {
  for (int i = 0, length = typeInfo.superinterfaces.length; i < length; i++) {
    typeInfo.superinterfaces[i] = getSimpleName(typeInfo.superinterfaces[i]);
  }
}
char[][] typeNames;
if (this.methodDepth > 0) {
  typeNames = ONE_ZERO_CHAR;
}
else {
  typeNames = this.enclosingTypeNames();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None