CloneSet1203


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

                                        // current storage is shorter -> grow current
                                        for (int j = 0; j < extraLength; j++) {
                                                System.arraycopy(this.extra[j], 0, 
                                                        (this.extra[j] = new long[otherLength]), 0, length);
                                        }


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

                                // current storage is shorter -> grow current
                                for (int j = 0; j < extraLength; j++) {
                                        System.arraycopy(this.extra[j], 0, 
                                                (this.extra[j] = new long[otherLength]), 0, length);
                                }


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

                                        for (int j = 0; j < extraLength; j++) {
                                                System.arraycopy(this.extra[j], 0, 
                                                        (this.extra[j] = new long[vectorIndex + 1]), 0, 
                                                        oldLength);
                                        }


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

                                        // current storage is shorter -> grow current 
                                        for (int j = 0; j < extraLength; j++) {
                                                System.arraycopy(this.extra[j], 0, 
                                                        (this.extra[j] = new long[otherLength]), 0, length);
                                        }


Clone AbstractionParameter Count: 2Parameter Bindings

// current storage is shorter -> grow current 
// current storage is shorter -> grow current
for (int j = 0; j < extraLength; j++) {
  System.arraycopy(this.extra[j], 0, (this.extra[j] = new long[ [[#variableb682f280]]]), 0,  [[#variableb682f0e0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b682f280]]
otherLength 
12[[#b682f280]]
vectorIndex + 1 
13[[#b682f280]]
otherLength 
14[[#b682f280]]
otherLength 
21[[#b682f0e0]]
length 
22[[#b682f0e0]]
oldLength 
23[[#b682f0e0]]
length 
24[[#b682f0e0]]
length