| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.989 | switch_group |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 1584 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java |
| 2 | 3 | 1607 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java |
| ||||
case AND:
if ((leftId != TypeIds.T_boolean) || (rightId != TypeIds.T_boolean))
return;
|
| ||||
case OR:
if ((leftId != TypeIds.T_boolean) || (rightId != TypeIds.T_boolean))
return;
|
| |||
case [[#variableb6255980]]:
if ((leftId != TypeIds.T_boolean) || (rightId != TypeIds.T_boolean))
return;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b6255980]] | AND |
| 1 | 2 | [[#b6255980]] | OR |