CloneSet2569


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6430.957statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16566
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java
26578
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java
36590
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java
46596
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java
Clone Instance
1
Line Count
6
Source Line
566
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java

                        System.arraycopy(
                                this.typeDeclarationStarts, 
                                0, 
                                this.typeDeclarationStarts = new int[this.typeDepth * 2], 
                                0, 
                                this.typeDepth);


Clone Instance
2
Line Count
6
Source Line
578
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java

                        System.arraycopy(
                                this.memberDeclarationStart, 
                                0, 
                                this.memberDeclarationStart = new int[this.typeDepth * 2], 
                                0, 
                                this.typeDepth);


Clone Instance
3
Line Count
6
Source Line
590
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java

                        System.arraycopy(
                                this.methodParameterTypes, 
                                0, 
                                this.methodParameterTypes = new char[this.typeDepth * 2][][], 
                                0, 
                                this.typeDepth);


Clone Instance
4
Line Count
6
Source Line
596
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java

                        System.arraycopy(
                                this.methodParameterNames, 
                                0, 
                                this.methodParameterNames = new char[this.typeDepth * 2][][], 
                                0, 
                                this.typeDepth);


Clone AbstractionParameter Count: 3Parameter Bindings

System.arraycopy(this. [[#variable95457440]], 0, this. [[#variable95457440]]= new [[#variable95457380]][this.typeDepth * 2] [[#variable954572e0]], 0, this.typeDepth);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#95457440]]
typeDeclarationStarts 
12[[#95457440]]
memberDeclarationStart 
13[[#95457440]]
methodParameterTypes 
14[[#95457440]]
methodParameterNames 
21[[#95457380]]
int 
22[[#95457380]]
int 
23[[#95457380]]
char 
24[[#95457380]]
char 
31[[#954572e0]]
32[[#954572e0]]
33[[#954572e0]]
[][] 
34[[#954572e0]]
[][]