CloneSet6657


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

                if (typeNameLength == 1) {
                        // Would like to remove this test and require senders to specially handle base types
                        TypeBinding binding = getBaseType(compoundName[0]);
                        if (binding != null) return binding;
                }


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

                if (nameLength == 1) {
                        TypeBinding binding = getBaseType(compoundName[0]);
                        if (binding != null) return binding;
                }


Clone AbstractionParameter Count: 1Parameter Bindings

if ( [[#variable638ae800]]== 1) {
  // Would like to remove this test and require senders to specially handle base types
  TypeBinding binding = getBaseType(compoundName[0]);
  if (binding != null)
    return binding;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#638ae800]]
typeNameLength 
12[[#638ae800]]
nameLength