| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 2 | 0.988 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 78 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java |
| 2 | 2 | 82 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java |
| ||||
boolean isConditionTrue = cst == null || (cst != Constant.NotAConstant && cst.booleanValue() == true);
boolean isConditionFalse = cst != null && (cst != Constant.NotAConstant && cst.booleanValue() == false);
|
| ||||
boolean isConditionOptimizedTrue = cst == null || (cst != Constant.NotAConstant && cst.booleanValue() == true);
boolean isConditionOptimizedFalse = cst != null && (cst != Constant.NotAConstant && cst.booleanValue() == false);
|
| |||
boolean [[#variable4fd2e8c0]]= cst == null || (cst != Constant.NotAConstant && cst.booleanValue() == true); boolean [[#variable4d11a3e0]]= cst != null && (cst != Constant.NotAConstant && cst.booleanValue() == false); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4fd2e8c0]] | isConditionOptimizedTrue |
| 1 | 2 | [[#4fd2e8c0]] | isConditionTrue |
| 2 | 1 | [[#4d11a3e0]] | isConditionOptimizedFalse |
| 2 | 2 | [[#4d11a3e0]] | isConditionFalse |