| 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.977 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 675 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ValidBreakpointLocationLocator.java |
| 2 | 3 | 691 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ValidBreakpointLocationLocator.java |
| ||||
if (firstConstant == null || !isReplacedByConstantValue(rightOperand)) {
rightOperand.accept(this );
return false;
}
|
| ||||
if (firstConstant == null || !isReplacedByConstantValue(operand)) {
operand.accept(this );
return false;
}
|
| |||
if (firstConstant == null || !isReplacedByConstantValue( [[#variablebef5fea0]])) {
[[#variablebef5fea0]].accept(this );
return false;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bef5fea0]] | rightOperand |
| 1 | 2 | [[#bef5fea0]] | operand |