CloneSet3572


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1320.968statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11295
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/CompilationResult.java
21301
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/CompilationResult.java
31324
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/CompilationResult.java
Clone Instance
1
Line Count
1
Source Line
295
Source File
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);


Clone Instance
2
Line Count
1
Source Line
301
Source File
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);


Clone Instance
3
Line Count
1
Source Line
324
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/CompilationResult.java

                        System.arraycopy(this.tasks, 0, (this.tasks = new CategorizedProblem[this.taskCount]), 0, this.taskCount);


Clone AbstractionParameter Count: 2Parameter Bindings

System.arraycopy(this. [[#variable6118aa00]], 0, (this. [[#variable6118aa00]]= new CategorizedProblem[this. [[#variable6118a8e0]]]), 0, this. [[#variable6118a8e0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6118aa00]]
tasks 
12[[#6118aa00]]
problems 
13[[#6118aa00]]
problems 
21[[#6118a8e0]]
taskCount 
22[[#6118a8e0]]
problemCount 
23[[#6118a8e0]]
problemCount