CloneSet5065


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.975statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1292
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/NullInfoRegistry.java
2299
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/NullInfoRegistry.java
Clone Instance
1
Line Count
2
Source Line
92
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/NullInfoRegistry.java

                                System.arraycopy(other.extra[i], 0, 
                                        (this.extra[i] = new long[length]), 0, length);


Clone Instance
2
Line Count
2
Source Line
99
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/NullInfoRegistry.java

                                        System.arraycopy(this.extra[i], 0, 
                                                (this.extra[i] = new long[otherLength]), 0, length);


Clone AbstractionParameter Count: 2Parameter Bindings

System.arraycopy( [[#variableb1af2260]].extra[i], 0, (this.extra[i] = new long[ [[#variable53367540]]]), 0, length);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b1af2260]]
other 
12[[#b1af2260]]
this 
21[[#53367540]]
length 
22[[#53367540]]
otherLength