CloneSet9017


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.987executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13481
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java
23827
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java
Clone Instance
1
Line Count
3
Source Line
481
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java

                           {
                                wrapper.start++; // skip '^'
                                types.add(environment.getTypeFromTypeSignature(wrapper, typeVars, this ));
                           }


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

                   {
                        wrapper.start++; // skip ':'
                        types.add(environment.getTypeFromTypeSignature(wrapper, existingVariables, this ));
                   }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  wrapper.start++; // skip ':' // skip '^'
  types.add(environment.getTypeFromTypeSignature(wrapper,  [[#variable993b18e0]], this ));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#993b18e0]]
existingVariables 
12[[#993b18e0]]
typeVars