Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.959 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 142 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/CompilationResult.java |
2 | 2 | 521 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnit.java |
| ||||
CategorizedProblem problem = this.problems[i]; int problemID = problem.getID(); |
| ||||
IProblem problem = this.problems[i]; int start = problem.getSourceStart(); |
| |||
[[#variablea08c2320]] problem = this.problems[i]; int [[#variable9543c760]]= problem. [[#variable9543dc60]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a08c2320]] | CategorizedProblem |
1 | 2 | [[#a08c2320]] | IProblem |
2 | 1 | [[#9543c760]] | problemID |
2 | 2 | [[#9543c760]] | start |
3 | 1 | [[#9543dc60]] | getID |
3 | 2 | [[#9543dc60]] | getSourceStart |