| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.977 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 1512 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java |
| 2 | 3 | 200 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/TypeVariableUtil.java |
| ||||
final String[] result = new String[names.size()];
names.toArray(result);
return result;
|
| ||||
final String[] result = new String[list.size()];
list.toArray(result);
return result;
|
| |||
final String[] result = new String[ [[#variableba9087e0]].size()]; [[#variableba9087e0]].toArray(result); return result; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#ba9087e0]] | names |
| 1 | 2 | [[#ba9087e0]] | list |