Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 5 | 0.962 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 547 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowAnalyzer.java |
2 | 4 | 594 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowAnalyzer.java |
| ||||
forInfo.mergeExpression(getFlowInfo(node.getExpression()), fFlowContext); forInfo.mergeAction(getFlowInfo(node.getBody()), fFlowContext); forInfo.removeLabel(null); |
| ||||
forInfo.mergeAction(getFlowInfo(node.getBody()), fFlowContext); // Increments are executed after the action. forInfo.mergeIncrement(createSequential(node.updaters()), fFlowContext); forInfo.removeLabel(null); |
| |||
forInfo. [[#variablea4664c40]](getFlowInfo(node. [[#variablea4664b80]]()), fFlowContext); // Increments are executed after the action. forInfo. [[#variablea4664b40]]( [[#variablea4615ba0]](node. [[#variablea4615b80]]()), fFlowContext); forInfo.removeLabel(null); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4664c40]] | mergeAction |
1 | 2 | [[#a4664c40]] | mergeExpression |
2 | 1 | [[#a4664b80]] | getBody |
2 | 2 | [[#a4664b80]] | getExpression |
3 | 1 | [[#a4664b40]] | mergeIncrement |
3 | 2 | [[#a4664b40]] | mergeAction |
4 | 1 | [[#a4615ba0]] | createSequential |
4 | 2 | [[#a4615ba0]] | getFlowInfo |
5 | 1 | [[#a4615b80]] | updaters |
5 | 2 | [[#a4615b80]] | getBody |