CloneSet2694


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2330.967statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12869
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java
22873
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java
32950
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java
Clone Instance
1
Line Count
2
Source Line
869
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java

        for (int i = this.memberTypes.length; --i >= 0;)
                this.memberTypes[i] = resolveUnresolvedType(this.memberTypes[i], this.environment, false); // no raw conversion for now


Clone Instance
2
Line Count
2
Source Line
873
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java

        for (int i = this.memberTypes.length; --i >= 0;)
                this.memberTypes[i] = resolveType(this.memberTypes[i], this.environment, false); // no raw conversion for now


Clone Instance
3
Line Count
2
Source Line
950
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java

        for (int i = this.superInterfaces.length; --i >= 0;)
                this.superInterfaces[i] = resolveUnresolvedType(this.superInterfaces[i], this.environment, true);


Clone AbstractionParameter Count: 3Parameter Bindings

for (int i = this. [[#variableb3451b40]].length; --i >= 0;)
  this. [[#variableb3451b40]][i] = [[#variableb3451ae0]](this. [[#variableb3451b40]][i], this.environment,  [[#variableb3451a80]]); // no raw conversion for now
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b3451b40]]
memberTypes 
12[[#b3451b40]]
superInterfaces 
13[[#b3451b40]]
memberTypes 
21[[#b3451ae0]]
resolveType 
22[[#b3451ae0]]
resolveUnresolvedType 
23[[#b3451ae0]]
resolveUnresolvedType 
31[[#b3451a80]]
false 
32[[#b3451a80]]
true 
33[[#b3451a80]]
false