CloneSet2777


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3340.959statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1270
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java
23172
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java
3261
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java
Clone Instance
1
Line Count
2
Source Line
70
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java

                        for (int i = 0, count = initializations.length; i < count; i++) {
                                flowInfo = initializations[i].analyseCode(scope, flowContext, flowInfo);
                        }


Clone Instance
2
Line Count
3
Source Line
172
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java

                                for (int i = 0, count = increments.length; i < count; i++) {
                                        incrementInfo = increments[i].
                                                analyseCode(scope, incrementContext, incrementInfo);
                                }


Clone Instance
3
Line Count
2
Source Line
61
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java

                        for (int i = 0, count = arguments.length; i < count; i++) {
                                flowInfo = arguments[i].analyseCode(currentScope, flowContext, flowInfo);
                        }


Clone AbstractionParameter Count: 4Parameter Bindings

for (int i = 0, count = [[#variablebfee9500]].length; i < count; i++) {
   [[#variablebfee9460]]= [[#variablebfee9500]][i].analyseCode( [[#variablebfee93e0]],  [[#variablebfee9340]],  [[#variablebfee9460]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bfee9500]]
increments 
12[[#bfee9500]]
initializations 
13[[#bfee9500]]
arguments 
21[[#bfee9460]]
incrementInfo 
22[[#bfee9460]]
flowInfo 
23[[#bfee9460]]
flowInfo 
31[[#bfee93e0]]
scope 
32[[#bfee93e0]]
scope 
33[[#bfee93e0]]
currentScope 
41[[#bfee9340]]
incrementContext 
42[[#bfee9340]]
flowContext 
43[[#bfee9340]]
flowContext