CloneSet2861


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6430.972statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
162349
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
266642
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
366662
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
466670
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
6
Source Line
2349
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                        System.arraycopy(
                                this.astStack, 
                                this.astPtr + 1, 
                                statements = new Statement[length], 
                                0, 
                                length  );


Clone Instance
2
Line Count
6
Source Line
6642
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                System.arraycopy(
                        this.expressionStack, 
                        this.expressionPtr + 1, 
                        updates = new Statement[length], 
                        0, 
                        length  );


Clone Instance
3
Line Count
6
Source Line
6662
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                        System.arraycopy(
                                this.expressionStack, 
                                this.expressionPtr + 1, 
                                inits = new Statement[length], 
                                0, 
                                length  );


Clone Instance
4
Line Count
6
Source Line
6670
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                        System.arraycopy(
                                this.astStack, 
                                this.astPtr + 1, 
                                inits = new Statement[length], 
                                0, 
                                length  );


Clone AbstractionParameter Count: 3Parameter Bindings

System.arraycopy(this. [[#variable92b38320]], this. [[#variable92b38260]] + 1,  [[#variable92b38200]]= new Statement[length], 0, length);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#92b38320]]
astStack 
12[[#92b38320]]
expressionStack 
13[[#92b38320]]
expressionStack 
14[[#92b38320]]
astStack 
21[[#92b38260]]
astPtr 
22[[#92b38260]]
expressionPtr 
23[[#92b38260]]
expressionPtr 
24[[#92b38260]]
astPtr 
31[[#92b38200]]
inits 
32[[#92b38200]]
inits 
33[[#92b38200]]
updates 
34[[#92b38200]]
statements