CloneSet6689


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.968statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16435
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodScope.java
26441
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodScope.java
Clone Instance
1
Line Count
6
Source Line
435
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodScope.java

                        // need a resize
                        System.arraycopy(
                                definiteInits, 
                                0, 
                                (definiteInits = new long[lastIndex + 20]), 
                                0, 
                                lastIndex);


Clone Instance
2
Line Count
6
Source Line
441
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodScope.java

                        System.arraycopy(
                                extraDefiniteInits, 
                                0, 
                                (extraDefiniteInits = new long[lastIndex + 20][]), 
                                0, 
                                lastIndex);


Clone AbstractionParameter Count: 2Parameter Bindings

// need a resize
System.arraycopy( [[#variable63ba3220]], 0, ( [[#variable63ba3220]]= new long[lastIndex + 20] [[#variable63ba31c0]]), 0, lastIndex);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#63ba3220]]
definiteInits 
12[[#63ba3220]]
extraDefiniteInits 
21[[#63ba31c0]]
22[[#63ba31c0]]
[]