| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 3 | 5 | 0.961 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 478 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/parser/SourceTypeConverter.java |
| 2 | 2 | 499 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/parser/SourceTypeConverter.java |
| 3 | 2 | 177 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BinaryTypeConverter.java |
| ||||
for (int i = 0; i < sourceMemberTypeCount; i++) {
type.memberTypes[i] = convert(sourceMemberTypes[i], compilationResult);
}
|
| ||||
for (int i = 0; i < initializerCount; i++) {
type.fields[i] = convert(initializers[i], compilationResult);
}
|
| ||||
for (int i = 0; i < fieldCount; i++) {
typeDeclaration.fields[i] = convert(fields[i], type);
}
|
| |||
for (int i = 0; i < [[#variable540d1760]]; i++) {
[[#variable540d16c0]]. [[#variable540d1620]][i] = convert( [[#variable540d15a0]][i], [[#variable540d1520]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#540d1760]] | initializerCount |
| 1 | 2 | [[#540d1760]] | sourceMemberTypeCount |
| 1 | 3 | [[#540d1760]] | fieldCount |
| 2 | 1 | [[#540d16c0]] | type |
| 2 | 2 | [[#540d16c0]] | type |
| 2 | 3 | [[#540d16c0]] | typeDeclaration |
| 3 | 1 | [[#540d1620]] | fields |
| 3 | 2 | [[#540d1620]] | memberTypes |
| 3 | 3 | [[#540d1620]] | fields |
| 4 | 1 | [[#540d15a0]] | initializers |
| 4 | 2 | [[#540d15a0]] | sourceMemberTypes |
| 4 | 3 | [[#540d15a0]] | fields |
| 5 | 1 | [[#540d1520]] | compilationResult |
| 5 | 2 | [[#540d1520]] | compilationResult |
| 5 | 3 | [[#540d1520]] | type |