CloneSet2690


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.996statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17203
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
27336
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
Clone Instance
1
Line Count
7
Source Line
203
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                if (substitutedParameter != originalType) {
                    if (substitutedTypes == originalTypes) {
                        System.arraycopy(originalTypes, 0, substitutedTypes = new ReferenceBinding[length], 0, i);
                    }
                    substitutedTypes[i] = substitutedParameter;
                }
                else   if (substitutedTypes != originalTypes) {
                    substitutedTypes[i] = originalType;
                       }


Clone Instance
2
Line Count
7
Source Line
336
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                if (substitutedParameter != originalType) {
                    if (substitutedTypes == originalTypes) {
                        System.arraycopy(originalTypes, 0, substitutedTypes = new TypeBinding[length], 0, i);
                    }
                    substitutedTypes[i] = substitutedParameter;
                }
                else   if (substitutedTypes != originalTypes) {
                    substitutedTypes[i] = originalType;
                       }


Clone AbstractionParameter Count: 1Parameter Bindings

if (substitutedParameter != originalType) {
  if (substitutedTypes == originalTypes) {
    System.arraycopy(originalTypes, 0, substitutedTypes = new [[#variable5b558180]][length], 0, i);
  }
  substitutedTypes[i] = substitutedParameter;
}
else
  if (substitutedTypes != originalTypes) {
    substitutedTypes[i] = originalType;
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5b558180]]
TypeBinding 
12[[#5b558180]]
ReferenceBinding