CloneSet8324


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16470
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
26506
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
Clone Instance
1
Line Count
6
Source Line
470
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                        if (superType == null) {
                                typeVariable.tagBits |= TagBits.HierarchyHasProblems;
                                noProblems = false;
                                continue nextVariable;
                        }
                        typeRef.resolvedType = superType; // hold onto the problem type


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

                                        if (superType == null) {
                                                typeVariable.tagBits |= TagBits.HierarchyHasProblems;
                                                noProblems = false;
                                                continue nextVariable;
                                        }
                                        typeRef.resolvedType = superType; // hold onto the problem type


Clone AbstractionParameter Count: 0Parameter Bindings

if (superType == null) {
  typeVariable.tagBits |= TagBits.HierarchyHasProblems;
  noProblems = false;
  continue nextVariable;
}
typeRef.resolvedType = superType; // hold onto the problem type
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None