CloneSet3583


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2410.989conditional_or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1295
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForeachStatement.java
22119
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java
32125
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java
4793
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/WhileStatement.java
Clone Instance
1
Line Count
2
Source Line
95
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForeachStatement.java

                        new LoopingFlowContext(flowContext, flowInfo, this, breakLabel, 
                                continueLabel  , scope)


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

                                        new LoopingFlowContext(flowContext, flowInfo, this, 
                                                breakLabel     , continueLabel, scope)


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

                                new LoopingFlowContext(flowContext, flowInfo, this, breakLabel, 
                                        continueLabel  , scope)


Clone Instance
4
Line Count
7
Source Line
93
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/WhileStatement.java

                                new LoopingFlowContext(
                                        flowContext, 
                                        flowInfo, 
                                        this, 
                                        breakLabel, 
                                        continueLabel, 
                                        currentScope  )


Clone AbstractionParameter Count: 1Parameter Bindings

new LoopingFlowContext(flowContext, flowInfo, this, breakLabel, continueLabel,  [[#variableb1fe68a0]])
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b1fe68a0]]
scope 
12[[#b1fe68a0]]
currentScope 
13[[#b1fe68a0]]
scope 
14[[#b1fe68a0]]
scope