| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 3 | 0.964 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 1084 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java |
| 2 | 1 | 247 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BinaryTypeConverter.java |
| ||||
char[][] previousIdentifiers = CharOperation.splitOn('.', typeName, 0, dot);
|
| ||||
char[][] identifiers = CharOperation.splitOn('.', type, 0, dimStart);
|
| |||
char[][] [[#variableb4ac2d20]]= CharOperation.splitOn('.', [[#variableb4ac2cc0]], 0, [[#variableb4ac2c60]]);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b4ac2d20]] | identifiers |
| 1 | 2 | [[#b4ac2d20]] | previousIdentifiers |
| 2 | 1 | [[#b4ac2cc0]] | type |
| 2 | 2 | [[#b4ac2cc0]] | typeName |
| 3 | 1 | [[#b4ac2c60]] | dimStart |
| 3 | 2 | [[#b4ac2c60]] | dot |