CloneSet4552


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14136
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/PackageBinding.java
24167
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/PackageBinding.java
Clone Instance
1
Line Count
4
Source Line
136
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/PackageBinding.java

        typeBinding = BinaryTypeBinding.resolveType(typeBinding, environment, false); // no raw conversion for now
        if (typeBinding.isNestedType())
                return new ProblemReferenceBinding(name, typeBinding, ProblemReasons.InternalNameProvided);
        return typeBinding;


Clone Instance
2
Line Count
4
Source Line
167
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/PackageBinding.java

                typeBinding = BinaryTypeBinding.resolveType(typeBinding, environment, false); // no raw conversion for now
                if (typeBinding.isNestedType())
                        return new ProblemReferenceBinding(name, typeBinding, ProblemReasons.InternalNameProvided);
                return typeBinding;


Clone AbstractionParameter Count: 0Parameter Bindings

typeBinding = BinaryTypeBinding.resolveType(typeBinding, environment, false); // no raw conversion for now
if (typeBinding.isNestedType())
  return new ProblemReferenceBinding(name, typeBinding, ProblemReasons.InternalNameProvided);
return typeBinding;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None