| 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.974 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 533 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowAnalyzer.java |
| 2 | 2 | 931 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowAnalyzer.java |
| ||||
info.mergeCondition(getFlowInfo(node.getExpression()), fFlowContext);
info.removeLabel(null);
|
| ||||
info.mergeAction(getFlowInfo(node.getBody()), fFlowContext);
info.removeLabel(null);
|
| |||
info. [[#variable987aa8e0]](getFlowInfo(node. [[#variable987aa9a0]]()), fFlowContext); info.removeLabel(null); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#987aa8e0]] | mergeAction |
| 1 | 2 | [[#987aa8e0]] | mergeCondition |
| 2 | 1 | [[#987aa9a0]] | getBody |
| 2 | 2 | [[#987aa9a0]] | getExpression |