Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.965 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 476 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
2 | 6 | 130 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
| ||||
if (second == null) return first; if (first == null) return new char[][] { second }; int length = first.length; |
| ||||
if (second == null) return first; if (first == null) return new String[] { second }; int length = first.length; |
| |||
if (second == null) return first; if (first == null) return [[#variable60c67800]]{ second }; int length = first.length; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#60c67800]] | new String[] |
1 | 2 | [[#60c67800]] | new char[][] |