Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.960 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 84 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/IfStatement.java |
2 | 3 | 103 | 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); } |
| ||||
if ( !elseStatement.complainIfUnreachable(elseFlowInfo, currentScope, false)) { elseFlowInfo = elseStatement.analyseCode(currentScope, flowContext, elseFlowInfo); } |
| |||
if ( ! [[#variable8fd8d4a0]].complainIfUnreachable( [[#variable8fd8d3c0]], currentScope, false)) { [[#variable8fd8d3c0]]= [[#variable8fd8d4a0]].analyseCode(currentScope, flowContext, [[#variable8fd8d3c0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#8fd8d4a0]] | thenStatement |
1 | 2 | [[#8fd8d4a0]] | elseStatement |
2 | 1 | [[#8fd8d3c0]] | thenFlowInfo |
2 | 2 | [[#8fd8d3c0]] | elseFlowInfo |