CloneSet5449


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15727
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java
25753
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java
Clone Instance
1
Line Count
5
Source Line
727
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java

                match = otherType.findSuperTypeWithSameErasure(currentType);
                if (match != null && !match.isIntersectingWith(currentType))
                        return true;

                ReferenceBinding[] itsInterfaces = currentType.superInterfaces();


Clone Instance
2
Line Count
5
Source Line
753
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java

                match = otherType.findSuperTypeWithSameErasure(currentType);
                if (match != null && !match.isIntersectingWith(currentType))
                        return true;

                ReferenceBinding[] itsInterfaces = currentType.superInterfaces();


Clone AbstractionParameter Count: 0Parameter Bindings

match = otherType.findSuperTypeWithSameErasure(currentType);
if (match != null && !match.isIntersectingWith(currentType))
  return true;
ReferenceBinding[] itsInterfaces = currentType.superInterfaces();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None