| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 4 | 2 | 0.979 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 56 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/InOutFlowAnalyzer.java |
| 2 | 3 | 61 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/InOutFlowAnalyzer.java |
| 3 | 3 | 66 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/InOutFlowAnalyzer.java |
| 4 | 3 | 71 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/InOutFlowAnalyzer.java |
| ||||
public void endVisit(Block node) {
super.endVisit(node);
clearAccessMode(accessFlowInfo(node), node.statements());
}
|
| ||||
public void endVisit(CatchClause node) {
super.endVisit(node);
clearAccessMode(accessFlowInfo(node), node.getException());
}
|
| ||||
public void endVisit(EnhancedForStatement node) {
super.endVisit(node);
clearAccessMode(accessFlowInfo(node), node.getParameter());
}
|
| ||||
public void endVisit(ForStatement node) {
super.endVisit(node);
clearAccessMode(accessFlowInfo(node), node.initializers());
}
|
| |||
public void endVisit( [[#variable64a0f460]] node) {
super.endVisit(node);
clearAccessMode(accessFlowInfo(node), node. [[#variable64a0f3c0]]());
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#64a0f460]] | Block |
| 1 | 2 | [[#64a0f460]] | CatchClause |
| 1 | 3 | [[#64a0f460]] | EnhancedForStatement |
| 1 | 4 | [[#64a0f460]] | ForStatement |
| 2 | 1 | [[#64a0f3c0]] | statements |
| 2 | 2 | [[#64a0f3c0]] | getException |
| 2 | 3 | [[#64a0f3c0]] | getParameter |
| 2 | 4 | [[#64a0f3c0]] | initializers |