CloneSet1472


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

                copy.extra = new long[extraLength][];
                System.arraycopy(this.extra[0], 0, 
                        (copy.extra[0] = new long[length = this.extra[0].length]), 0, 
                        length  );
                System.arraycopy(this.extra[1], 0, 
                        (copy.extra[1] = new long[length]), 0, length);


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

                copy.extra = new long[extraLength][];
                System.arraycopy(this.extra[0], 0, 
                        (copy.extra[0] =
                                new long[length = this.extra[0].length]), 0, length);
                System.arraycopy(this.extra[1], 0, 
                        (copy.extra[1] = new long[length]), 0, length);


Clone AbstractionParameter Count: 0Parameter Bindings

copy.extra = new long[extraLength][];
System.arraycopy(this.extra[0], 0, (copy.extra[0] = new long[length = this.extra[0].length]), 0, length);
System.arraycopy(this.extra[1], 0, (copy.extra[1] = new long[length]), 0, length);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None