Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.963 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 85 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/InputFlowAnalyzer.java |
2 | 4 | 105 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/InputFlowAnalyzer.java |
| ||||
{ // Inner for loops are evaluated in the sequence expression, parameter, // action. forInfo.mergeExpression(expressionInfo, fFlowContext); forInfo.mergeParameter(paramInfo, fFlowContext); forInfo.mergeAction(actionInfo, fFlowContext); } |
| ||||
{ forInfo.mergeIncrement(incrementInfo, fFlowContext); forInfo.mergeCondition(conditionInfo, fFlowContext); forInfo.mergeAction(actionInfo, fFlowContext); } |
| |||
{ // Inner for loops are evaluated in the sequence expression, parameter, // action. forInfo. [[#variable52d6b2c0]]( [[#variable52d6b240]], fFlowContext); forInfo. [[#variable52d6b1c0]]( [[#variable52d6b140]], fFlowContext); forInfo.mergeAction(actionInfo, fFlowContext); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52d6b2c0]] | mergeIncrement |
1 | 2 | [[#52d6b2c0]] | mergeExpression |
2 | 1 | [[#52d6b240]] | incrementInfo |
2 | 2 | [[#52d6b240]] | expressionInfo |
3 | 1 | [[#52d6b1c0]] | mergeCondition |
3 | 2 | [[#52d6b1c0]] | mergeParameter |
4 | 1 | [[#52d6b140]] | conditionInfo |
4 | 2 | [[#52d6b140]] | paramInfo |