| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 4 | 3 | 0.962 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 83 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/EvaluationResult.java |
| 2 | 1 | 70 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ToStringSorter.java |
| 3 | 1 | 71 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ToStringSorter.java |
| 4 | 1 | 49 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/OrPattern.java |
| ||||
System.arraycopy(existingProblems, 0, this.problems, 0, existingLength); |
| ||||
//copy the array so can return a new sorted collection
System.arraycopy(unSortedObjects, 0, this.sortedObjects, 0, size);
|
| ||||
System.arraycopy(unsortedStrings, 0, this.sortedStrings, 0, size); |
| ||||
System.arraycopy(leftPatterns, 0, this.patterns, 0, leftSize); |
| |||
//copy the array so can return a new sorted collection System.arraycopy( [[#variable72fb81a0]], 0, this. [[#variable4e7af820]], 0, [[#variable72fb8140]]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#72fb81a0]] | existingProblems |
| 1 | 2 | [[#72fb81a0]] | unsortedStrings |
| 1 | 3 | [[#72fb81a0]] | unSortedObjects |
| 1 | 4 | [[#72fb81a0]] | leftPatterns |
| 2 | 1 | [[#4e7af820]] | problems |
| 2 | 2 | [[#4e7af820]] | sortedStrings |
| 2 | 3 | [[#4e7af820]] | sortedObjects |
| 2 | 4 | [[#4e7af820]] | patterns |
| 3 | 1 | [[#72fb8140]] | existingLength |
| 3 | 2 | [[#72fb8140]] | size |
| 3 | 3 | [[#72fb8140]] | size |
| 3 | 4 | [[#72fb8140]] | leftSize |