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.965 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 608 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/parser/SourceTypeConverter.java |
2 | 2 | 440 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowInfo.java |
| ||||
for (int i = 0; i < qImportName.length; i++) { positions[i] = position; // dummy positions } |
| ||||
for (int i = 0; i < fAccessModes.length; i++) { fAccessModes[i] = UNUSED; } |
| |||
for (int i = 0; i < [[#variablea15bb000]].length; i++) { [[#variablea15baf80]][i] = [[#variablea15bae60]]; // dummy positions } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a15bb000]] | qImportName |
1 | 2 | [[#a15bb000]] | fAccessModes |
2 | 1 | [[#a15baf80]] | positions |
2 | 2 | [[#a15baf80]] | fAccessModes |
3 | 1 | [[#a15bae60]] | position |
3 | 2 | [[#a15bae60]] | UNUSED |