Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.977 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 722 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java |
2 | 3 | 761 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java |
3 | 3 | 798 | 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 |
| ||||
RawTypeBinding cachedType = cachedInfo[index]; if (cachedType == null) break nextCachedType; if (cachedType.type != genericType) continue nextCachedType; // remain of unresolved type |
| ||||
WildcardBinding cachedType = cachedInfo[index]; if (cachedType == null) break nextCachedType; if (cachedType.genericType != genericType) continue nextCachedType; // remain of unresolved type |
| |||
[[#variablea18e5980]] cachedType = cachedInfo[index]; if (cachedType == null) break nextCachedType; if (cachedType. [[#variablea18e5940]]!= genericType) continue nextCachedType; // remain of unresolved type |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a18e5980]] | WildcardBinding |
1 | 2 | [[#a18e5980]] | RawTypeBinding |
1 | 3 | [[#a18e5980]] | ParameterizedTypeBinding |
2 | 1 | [[#a18e5940]] | genericType |
2 | 2 | [[#a18e5940]] | type |
2 | 3 | [[#a18e5940]] | type |