CloneSet6984


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

                                        if (currentType == otherType || ( !currentType.isTypeVariable() && !currentType.isIntersectionType() && currentType.erasure() == otherType)) return currentType;


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

                                if (currentType == otherType || ( !currentType.isTypeVariable() && !currentType.isIntersectionType() && currentType.erasure() == otherType))
                                        return currentType;


Clone AbstractionParameter Count: 0Parameter Bindings

if (currentType == otherType || ( !currentType.isTypeVariable() && !currentType.isIntersectionType() && currentType.erasure() == otherType))
  return currentType;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None