| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 3 | 1 | 0.993 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 637 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java |
| 2 | 5 | 677 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java |
| 3 | 5 | 704 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java |
| ||||
for (int i = 0; i < length; i++) {
if ( !this.arguments[i].isTypeArgumentContainedBy(otherArguments[i]))
return false;
}
return true;
|
| ||||
for (int i = 0; i < length; i++) {
if ( !this.arguments[i].isTypeArgumentIntersecting(otherArguments[i]))
return false;
}
return true;
|
| ||||
for (int i = 0; i < length; i++) {
if ( !this.arguments[i].isTypeArgumentIntersecting(otherArguments[i]))
return false;
}
return true;
|
| |||
for (int i = 0; i < length; i++) {
if ( !this.arguments[i]. [[#variable9379cd20]](otherArguments[i]))
return false;
}
return true;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9379cd20]] | isTypeArgumentIntersecting |
| 1 | 2 | [[#9379cd20]] | isTypeArgumentContainedBy |
| 1 | 3 | [[#9379cd20]] | isTypeArgumentIntersecting |