Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 4 | 2 | 0.966 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 371 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/CompilationResult.java |
2 | 6 | 1643 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java |
3 | 6 | 1602 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
4 | 6 | 1695 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
| ||||
if (left <= right) { CategorizedProblem tmp = problemList[left]; problemList[left] = problemList[right]; problemList[right] = tmp; left++; right--; } |
| ||||
if (left <= right) { ASTNode tmp = sortedCollection[left]; sortedCollection[left] = sortedCollection[right]; sortedCollection[right] = tmp; left++; right--; } |
| ||||
if (left <= right) { Object tmp = sortedCollection[left]; sortedCollection[left] = sortedCollection[right]; sortedCollection[right] = tmp; left++; right--; } |
| ||||
if (left <= right) { String tmp = sortedCollection[left]; sortedCollection[left] = sortedCollection[right]; sortedCollection[right] = tmp; left++; right--; } |
| |||
if (left <= right) { [[#variableb4b57d40]] tmp = [[#variableb4b57fe0]][left]; [[#variableb4b57fe0]][left] = [[#variableb4b57fe0]][right]; [[#variableb4b57fe0]][right] = tmp; left++; right--; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b4b57d40]] | String |
1 | 2 | [[#b4b57d40]] | CategorizedProblem |
1 | 3 | [[#b4b57d40]] | Object |
1 | 4 | [[#b4b57d40]] | ASTNode |
2 | 1 | [[#b4b57fe0]] | sortedCollection |
2 | 2 | [[#b4b57fe0]] | problemList |
2 | 3 | [[#b4b57fe0]] | sortedCollection |
2 | 4 | [[#b4b57fe0]] | sortedCollection |