CloneSet1087


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2830.955statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12199
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
22313
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
32395
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
42507
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
521055
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
621319
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
721455
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
821595
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
Clone Instance
1
Line Count
2
Source Line
199
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java

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


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

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


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

                        for (int j = 0; j < extraLength; j++) {
                                this.extra[j] = new long[copyLimit];
                        }


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

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


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

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


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

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


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

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


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

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


Clone AbstractionParameter Count: 3Parameter Bindings

for (int j = [[#variable4e1fa2a0]]; j < extraLength; j++) {
   [[#variable4e1fa240]].extra[j] = new long[ [[#variable4e1fa1c0]]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4e1fa2a0]]
2 
12[[#4e1fa2a0]]
0 
13[[#4e1fa2a0]]
2 
14[[#4e1fa2a0]]
0 
15[[#4e1fa2a0]]
0 
16[[#4e1fa2a0]]
0 
17[[#4e1fa2a0]]
2 
18[[#4e1fa2a0]]
0 
21[[#4e1fa240]]
this 
22[[#4e1fa240]]
this 
23[[#4e1fa240]]
copy 
24[[#4e1fa240]]
this 
25[[#4e1fa240]]
copy 
26[[#4e1fa240]]
this 
27[[#4e1fa240]]
copy 
28[[#4e1fa240]]
this 
31[[#4e1fa1c0]]
otherLength 
32[[#4e1fa1c0]]
length 
33[[#4e1fa1c0]]
length 
34[[#4e1fa1c0]]
otherLength 
35[[#4e1fa1c0]]
length 
36[[#4e1fa1c0]]
copyLimit 
37[[#4e1fa1c0]]
length 
38[[#4e1fa1c0]]
otherLength