| 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.978 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 680 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ValidBreakpointLocationLocator.java |
| 2 | 6 | 697 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ValidBreakpointLocationLocator.java |
| ||||
if (isReplacedByConstantValue(rightOperand)) {
if (firstConstant == null) {
firstConstant = rightOperand;
}
}
else {
firstConstant = null;
}
|
| ||||
if (isReplacedByConstantValue(operand)) {
if (firstConstant == null) {
firstConstant = operand;
}
}
else {
firstConstant = null;
}
|
| |||
if (isReplacedByConstantValue( [[#variable4ec9d540]])) {
if (firstConstant == null) {
firstConstant = [[#variable4ec9d540]];
}
}
else {
firstConstant = null;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4ec9d540]] | rightOperand |
| 1 | 2 | [[#4ec9d540]] | operand |