CloneSet6097


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.992statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
123767
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
223776
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
2
Source Line
3767
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                        this.astPtr -= length;
                        System.arraycopy(this.astStack, this.astPtr + 1, this.compilationUnit.types, 1, length);


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

                        this.astPtr -= length;
                        System.arraycopy(this.astStack, this.astPtr + 1, this.compilationUnit.types, 0, length);


Clone AbstractionParameter Count: 1Parameter Bindings

this.astPtr -= length;
System.arraycopy(this.astStack, this.astPtr + 1, this.compilationUnit.types,  [[#variable7d77b5c0]], length);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#7d77b5c0]]
0 
12[[#7d77b5c0]]
1