| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 5 | 3 | 0.985 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 660 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java |
| 2 | 4 | 700 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java |
| 3 | 4 | 741 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java |
| 4 | 4 | 774 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java |
| 5 | 4 | 821 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java |
| ||||
// grow cache ?
int length = cachedInfo.length;
if (needToGrow && index == length) {
System.arraycopy(cachedInfo, 0, cachedInfo = new ParameterizedGenericMethodBinding[length * 2], 0, length);
this.uniqueParameterizedGenericMethodBindings.put(genericMethod, cachedInfo);
}
|
| ||||
// grow cache ?
int length = cachedInfo.length;
if (needToGrow && index == length) {
System.arraycopy(cachedInfo, 0, cachedInfo = new ParameterizedGenericMethodBinding[length * 2], 0, length);
this.uniqueParameterizedGenericMethodBindings.put(genericMethod, cachedInfo);
}
|
| ||||
// grow cache ?
int length = cachedInfo.length;
if (needToGrow && index == length) {
System.arraycopy(cachedInfo, 0, cachedInfo = new ParameterizedTypeBinding[length * 2], 0, length);
this.uniqueParameterizedTypeBindings.put(genericType, cachedInfo);
}
|
| ||||
// grow cache ?
int length = cachedInfo.length;
if (needToGrow && index == length) {
System.arraycopy(cachedInfo, 0, cachedInfo = new RawTypeBinding[length * 2], 0, length);
this.uniqueRawTypeBindings.put(genericType, cachedInfo);
}
|
| ||||
// grow cache ?
int length = cachedInfo.length;
if (needToGrow && index == length) {
System.arraycopy(cachedInfo, 0, cachedInfo = new WildcardBinding[length * 2], 0, length);
this.uniqueWildcardBindings.put(genericType, cachedInfo);
}
|
| |||
// grow cache ?
int length = cachedInfo.length;
if (needToGrow && index == length) {
System.arraycopy(cachedInfo, 0, cachedInfo = new [[#variable6421f020]][length * 2], 0, length);
this. [[#variable6421e100]].put( [[#variable538ea8c0]], cachedInfo);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6421f020]] | WildcardBinding |
| 1 | 2 | [[#6421f020]] | RawTypeBinding |
| 1 | 3 | [[#6421f020]] | ParameterizedTypeBinding |
| 1 | 4 | [[#6421f020]] | ParameterizedGenericMethodBinding |
| 1 | 5 | [[#6421f020]] | ParameterizedGenericMethodBinding |
| 2 | 1 | [[#6421e100]] | uniqueWildcardBindings |
| 2 | 2 | [[#6421e100]] | uniqueRawTypeBindings |
| 2 | 3 | [[#6421e100]] | uniqueParameterizedTypeBindings |
| 2 | 4 | [[#6421e100]] | uniqueParameterizedGenericMethodBindings |
| 2 | 5 | [[#6421e100]] | uniqueParameterizedGenericMethodBindings |
| 3 | 1 | [[#538ea8c0]] | genericType |
| 3 | 2 | [[#538ea8c0]] | genericType |
| 3 | 3 | [[#538ea8c0]] | genericType |
| 3 | 4 | [[#538ea8c0]] | genericMethod |
| 3 | 5 | [[#538ea8c0]] | genericMethod |