Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.956 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 45 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ToStringSorter.java |
2 | 2 | 48 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ToStringSorter.java |
| ||||
this.sortedObjects[left] = this.sortedObjects[right]; this.sortedObjects[right] = tmp; |
| ||||
this.sortedStrings[left] = this.sortedStrings[right]; this.sortedStrings[right] = tmpToString; |
| |||
this. [[#variable50396b40]][left] = this. [[#variable50396b40]][right]; this. [[#variable50396b40]][right] = [[#variable5031bbc0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#50396b40]] | sortedObjects |
1 | 2 | [[#50396b40]] | sortedStrings |
2 | 1 | [[#5031bbc0]] | tmp |
2 | 2 | [[#5031bbc0]] | tmpToString |