CloneSet5505


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

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


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

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


Clone AbstractionParameter Count: 1Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9bdbed00]]
initializer.block 
12[[#9bdbed00]]
md