CloneSet5822


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.960statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1384
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/IfStatement.java
23103
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/IfStatement.java
Clone Instance
1
Line Count
3
Source Line
84
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/IfStatement.java

                        if ( !thenStatement.complainIfUnreachable(thenFlowInfo, currentScope, false)) {
                                thenFlowInfo =
                                        thenStatement.analyseCode(currentScope, flowContext, thenFlowInfo);
                        }


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

                        if ( !elseStatement.complainIfUnreachable(elseFlowInfo, currentScope, false)) {
                                elseFlowInfo =
                                        elseStatement.analyseCode(currentScope, flowContext, elseFlowInfo);
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

if ( ! [[#variable8fd8d4a0]].complainIfUnreachable( [[#variable8fd8d3c0]], currentScope, false)) {
   [[#variable8fd8d3c0]]= [[#variable8fd8d4a0]].analyseCode(currentScope, flowContext,  [[#variable8fd8d3c0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#8fd8d4a0]]
thenStatement 
12[[#8fd8d4a0]]
elseStatement 
21[[#8fd8d3c0]]
thenFlowInfo 
22[[#8fd8d3c0]]
elseFlowInfo