CloneSet5478


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3320.977statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13722
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java
23761
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java
33798
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java
Clone Instance
1
Line Count
3
Source Line
722
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java

                            ParameterizedTypeBinding cachedType = cachedInfo[index];
                            if (cachedType == null) break nextCachedType;
                            if (cachedType.type != genericType) continue nextCachedType; // remain of unresolved type


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

                            RawTypeBinding cachedType = cachedInfo[index];
                            if (cachedType == null) break nextCachedType;
                            if (cachedType.type != genericType) continue nextCachedType; // remain of unresolved type


Clone Instance
3
Line Count
3
Source Line
798
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java

                            WildcardBinding cachedType = cachedInfo[index];
                            if (cachedType == null) break nextCachedType;
                            if (cachedType.genericType != genericType) continue nextCachedType; // remain of unresolved type


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variablea18e5980]] cachedType = cachedInfo[index];
if (cachedType == null)
  break nextCachedType;
if (cachedType. [[#variablea18e5940]]!= genericType)
  continue nextCachedType; // remain of unresolved type
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a18e5980]]
WildcardBinding 
12[[#a18e5980]]
RawTypeBinding 
13[[#a18e5980]]
ParameterizedTypeBinding 
21[[#a18e5940]]
genericType 
22[[#a18e5940]]
type 
23[[#a18e5940]]
type