CloneSet3434


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3230.963statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13190
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
23501
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
Clone Instance
1
Line Count
3
Source Line
190
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java

                                for (int j = 2; j < extraLength; j++) {
                                        System.arraycopy(otherInits.extra[j], 0, 
                                                (this.extra[j] = new long[otherLength]), 0, otherLength);
                                }


Clone Instance
2
Line Count
3
Source Line
501
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java

                        for (int j = 2; j < extraLength; j++) {
                                System.arraycopy(this.extra[j], 0, 
                                        (copy.extra[j] = new long[length]), 0, length);
                        }


Clone AbstractionParameter Count: 3Parameter Bindings

for (int j = 2; j < extraLength; j++) {
  System.arraycopy( [[#variable9eff18e0]].extra[j], 0, ( [[#variable9eff1860]].extra[j] = new long[ [[#variable9eff17c0]]]), 0,  [[#variable9eff17c0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9eff18e0]]
otherInits 
12[[#9eff18e0]]
this 
21[[#9eff1860]]
this 
22[[#9eff1860]]
copy 
31[[#9eff17c0]]
otherLength 
32[[#9eff17c0]]
length