Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.968 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 295 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/CompilationResult.java |
2 | 1 | 301 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/CompilationResult.java |
3 | 1 | 324 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/CompilationResult.java |
| ||||
System.arraycopy(this.problems, 0, (this.problems = new CategorizedProblem[this.problemCount]), 0, this.problemCount); |
| ||||
System.arraycopy(this.problems, 0, (this.problems = new CategorizedProblem[this.problemCount]), 0, this.problemCount); |
| ||||
System.arraycopy(this.tasks, 0, (this.tasks = new CategorizedProblem[this.taskCount]), 0, this.taskCount); |
| |||
System.arraycopy(this. [[#variable6118aa00]], 0, (this. [[#variable6118aa00]]= new CategorizedProblem[this. [[#variable6118a8e0]]]), 0, this. [[#variable6118a8e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6118aa00]] | tasks |
1 | 2 | [[#6118aa00]] | problems |
1 | 3 | [[#6118aa00]] | problems |
2 | 1 | [[#6118a8e0]] | taskCount |
2 | 2 | [[#6118a8e0]] | problemCount |
2 | 3 | [[#6118a8e0]] | problemCount |