Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.973 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1990 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
2 | 5 | 2039 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
| ||||
{ for (int i = array.length; --i >= 0;) if (toBeFound == array[i]) return i; return -1; } |
| ||||
{ for (int i = array.length; --i >= startIndex;) if (toBeFound == array[i]) return i; return -1; } |
| |||
{ for (int i = array.length; --i >= [[#variable627860e0]];) if (toBeFound == array[i]) return i; return -1; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#627860e0]] | startIndex |
1 | 2 | [[#627860e0]] | 0 |