| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 4 | 0.951 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 612 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/State.java |
| 2 | 2 | 447 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/index/DiskIndex.java |
| ||||
for (int j = 0; j < nLength; j++)
out.writeChar(name[j]);
|
| ||||
for (int j = 0; j < count; j++)
list.add(mappedNumbers[j]);
|
| |||
for (int j = 0; j < [[#variablebb8921c0]]; j++) [[#variablebb892160]]. [[#variablebb8917e0]]( [[#variablebb892200]][j]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bb8921c0]] | nLength |
| 1 | 2 | [[#bb8921c0]] | count |
| 2 | 1 | [[#bb892160]] | out |
| 2 | 2 | [[#bb892160]] | list |
| 3 | 1 | [[#bb8917e0]] | writeChar |
| 3 | 2 | [[#bb8917e0]] | add |
| 4 | 1 | [[#bb892200]] | name |
| 4 | 2 | [[#bb892200]] | mappedNumbers |