CloneSet6875


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.981statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
144425
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
244430
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
4
Source Line
4425
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                System.arraycopy(
                        this.nestedMethod, 0, 
                        this.nestedMethod = new int[length + 30], 0, 
                        length  );


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

                // increase the size of the variablesCounter as well. It has to be consistent with the size of the nestedMethod collection
                System.arraycopy(
                        this.variablesCounter, 0, 
                        this.variablesCounter = new int[length + 30], 0, 
                        length  );


Clone AbstractionParameter Count: 1Parameter Bindings

// increase the size of the variablesCounter as well. It has to be consistent with the size of the nestedMethod collection
System.arraycopy(this. [[#variable53b0c480]], 0, this. [[#variable53b0c480]]= new int[length + 30], 0, length);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53b0c480]]
variablesCounter 
12[[#53b0c480]]
nestedMethod