CloneSet9236


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

                                                if (erasedSuperType.findSuperTypeWithSameErasure(otherType) != null) {
                                                        erasedSuperTypes[j] = null; // discard non minimal supertype
                                                        remaining--;
                                                }


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

                                                if (erasedSuperType.findSuperTypeWithSameErasure(otherType) != null) {
                                                        erasedSuperTypes[j] = null; // discard non minimal supertype
                                                        remaining--;
                                                }


Clone AbstractionParameter Count: 0Parameter Bindings

if (erasedSuperType.findSuperTypeWithSameErasure(otherType) != null) {
  erasedSuperTypes[j] = null; // discard non minimal supertype
  remaining--;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None