| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.957 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 140 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintsSolver.java |
| 2 | 4 | 151 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeConstraintsSolver.java |
| ||||
{
set = new TypeEquivalenceSet(cv);
set.setTypeEstimate(createInitialEstimate(cv));
cv.setTypeEquivalenceSet(set);
}
|
| ||||
{
set = new TypeEquivalenceSet(variable);
set.setTypeEstimate(computeTypeEstimate(variable));
variable.setTypeEquivalenceSet(set);
}
|
| |||
{
set = new TypeEquivalenceSet( [[#variable5b18b020]]);
set.setTypeEstimate( [[#variable5b18b000]]( [[#variable5b18b020]]));
[[#variable5b18b020]].setTypeEquivalenceSet(set);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5b18b020]] | variable |
| 1 | 2 | [[#5b18b020]] | cv |
| 2 | 1 | [[#5b18b000]] | computeTypeEstimate |
| 2 | 2 | [[#5b18b000]] | createInitialEstimate |