Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.987 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 155 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/DoStatement.java |
2 | 6 | 183 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/IfStatement.java |
| ||||
this.condition.generateOptimizedBoolean( currentScope, codeStream, actionLabel, null, true ); |
| ||||
// generate boolean condition this.condition.generateOptimizedBoolean( currentScope, codeStream, endifLabel, null, true /*cst == Constant.NotAConstant*/ ); |
| |||
// generate boolean condition this.condition.generateOptimizedBoolean(currentScope, codeStream, [[#variable9577cfe0]], null, true /*cst == Constant.NotAConstant*/ ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9577cfe0]] | actionLabel |
1 | 2 | [[#9577cfe0]] | endifLabel |