| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 3 | 1 | 0.965 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 1018 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
| 2 | 3 | 2999 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
| 3 | 3 | 3072 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
| ||||
int length = array == null ? 0: array.length;
if (length == 0)
return CharOperation.NO_CHAR;
|
| ||||
int length = array == null ? 0: array.length;
if (length == 0)
return NO_CHAR_CHAR;
|
| ||||
int length = array == null ? 0: array.length;
if (length == 0)
return NO_CHAR_CHAR;
|
| |||
int length = array == null ? 0: array.length; if (length == 0) return [[#variable6141f660]]; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6141f660]] | NO_CHAR_CHAR |
| 1 | 2 | [[#6141f660]] | CharOperation.NO_CHAR |
| 1 | 3 | [[#6141f660]] | NO_CHAR_CHAR |