Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 7 | 4 | 0.951 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 424 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowAnalyzer.java |
2 | 5 | 504 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowAnalyzer.java |
3 | 5 | 528 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowAnalyzer.java |
4 | 5 | 601 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowAnalyzer.java |
5 | 5 | 854 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowAnalyzer.java |
6 | 5 | 926 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowAnalyzer.java |
7 | 5 | 65 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/InputFlowAnalyzer.java |
| ||||
if (skipNode(node)) return; IfFlowInfo info = new IfFlowInfo(); setFlowInfo(node, info); info.mergeCondition(getFlowInfo(node.getExpression()), fFlowContext); |
| ||||
if (skipNode(node)) return; ConditionalFlowInfo info = createConditional(); setFlowInfo(node, info); info.mergeCondition(getFlowInfo(node.getExpression()), fFlowContext); |
| ||||
if (skipNode(node)) return; DoWhileFlowInfo info = createDoWhile(); setFlowInfo(node, info); info.mergeAction(getFlowInfo(node.getBody()), fFlowContext); |
| ||||
if (skipNode(node)) return; IfFlowInfo info = createIf(); setFlowInfo(node, info); info.mergeCondition(getFlowInfo(node.getExpression()), fFlowContext); |
| ||||
if (skipNode(node)) return; TryFlowInfo info = createTry(); setFlowInfo(node, info); info.mergeTry(getFlowInfo(node.getBody()), fFlowContext); |
| ||||
if (skipNode(node)) return; WhileFlowInfo info = createWhile(); setFlowInfo(node, info); info.mergeCondition(getFlowInfo(node.getExpression()), fFlowContext); |
| ||||
if (skipNode(node)) return; DoWhileFlowInfo info = createDoWhile(); setFlowInfo(node, info); info.mergeAction(getFlowInfo(node.getBody()), fFlowContext); |
| |||
if (skipNode(node)) return; [[#variableb52c1980]] info = [[#variableb52c18c0]]; setFlowInfo(node, info); info. [[#variableb52c1960]](getFlowInfo(node. [[#variableb52c19c0]]()), fFlowContext); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b52c1980]] | DoWhileFlowInfo |
1 | 2 | [[#b52c1980]] | IfFlowInfo |
1 | 3 | [[#b52c1980]] | ConditionalFlowInfo |
1 | 4 | [[#b52c1980]] | IfFlowInfo |
1 | 5 | [[#b52c1980]] | TryFlowInfo |
1 | 6 | [[#b52c1980]] | WhileFlowInfo |
1 | 7 | [[#b52c1980]] | DoWhileFlowInfo |
2 | 1 | [[#b52c18c0]] | createDoWhile() |
2 | 2 | [[#b52c18c0]] | new IfFlowInfo() |
2 | 3 | [[#b52c18c0]] | createConditional() |
2 | 4 | [[#b52c18c0]] | createIf() |
2 | 5 | [[#b52c18c0]] | createTry() |
2 | 6 | [[#b52c18c0]] | createWhile() |
2 | 7 | [[#b52c18c0]] | createDoWhile() |
3 | 1 | [[#b52c1960]] | mergeAction |
3 | 2 | [[#b52c1960]] | mergeCondition |
3 | 3 | [[#b52c1960]] | mergeCondition |
3 | 4 | [[#b52c1960]] | mergeCondition |
3 | 5 | [[#b52c1960]] | mergeTry |
3 | 6 | [[#b52c1960]] | mergeCondition |
3 | 7 | [[#b52c1960]] | mergeAction |
4 | 1 | [[#b52c19c0]] | getBody |
4 | 2 | [[#b52c19c0]] | getExpression |
4 | 3 | [[#b52c19c0]] | getExpression |
4 | 4 | [[#b52c19c0]] | getExpression |
4 | 5 | [[#b52c19c0]] | getBody |
4 | 6 | [[#b52c19c0]] | getExpression |
4 | 7 | [[#b52c19c0]] | getBody |