| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 3 | 0.967 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 33 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/GenericType.java |
| 2 | 2 | 41 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/HierarchyType.java |
| ||||
for (int i = 0; i < typeParameters.length; i++) {
fTypeParameters[i] = (TypeVariable) environment.create(typeParameters[i]);
}
|
| ||||
for (int i = 0; i < interfaces.length; i++) {
fInterfaces[i] = (HierarchyType) environment.create(interfaces[i]);
}
|
| |||
for (int i = 0; i < [[#variable92294d80]].length; i++) {
[[#variable92294ce0]][i] = ( [[#variable92294c60]]) environment.create( [[#variable92294d80]][i]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#92294d80]] | typeParameters |
| 1 | 2 | [[#92294d80]] | interfaces |
| 2 | 1 | [[#92294ce0]] | fTypeParameters |
| 2 | 2 | [[#92294ce0]] | fInterfaces |
| 3 | 1 | [[#92294c60]] | TypeVariable |
| 3 | 2 | [[#92294c60]] | HierarchyType |