CloneSet5979


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
16115
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedQualifiedTypeReference.java
2692
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedSingleTypeReference.java
Clone Instance
1
Line Count
6
Source Line
115
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedQualifiedTypeReference.java

                if (this.didResolve) { // is a shared type reference which was already resolved
                        if (this.resolvedType != null && !this.resolvedType.isValidBinding())
                                return null; // already reported error
                        return this.resolvedType;
                }
            this.didResolve = true;


Clone Instance
2
Line Count
6
Source Line
92
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedSingleTypeReference.java

                if (this.didResolve) { // is a shared type reference which was already resolved
                        if (this.resolvedType != null && !this.resolvedType.isValidBinding())
                                return null; // already reported error
                        return this.resolvedType;
                }
            this.didResolve = true;


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.didResolve) { // is a shared type reference which was already resolved
  if (this.resolvedType != null && !this.resolvedType.isValidBinding())
    return null; // already reported error
  return this.resolvedType;
}
this.didResolve = true;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None