CloneSet6267


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

        if (originalType != convertedType) {
                return dimension > 0 ? (TypeBinding) createArrayType(convertedType, dimension): convertedType;
        }
        return type;


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

        if (originalType != convertedType) {
                return dimension > 0 ? (TypeBinding) createArrayType(convertedType, dimension): convertedType;
        }
        return type;


Clone AbstractionParameter Count: 0Parameter Bindings

if (originalType != convertedType) {
  return dimension > 0 ? (TypeBinding) createArrayType(convertedType, dimension): convertedType;
}
return type;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None