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.982 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 676 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowAnalyzer.java |
2 | 2 | 816 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowAnalyzer.java |
| ||||
public void endVisit(MethodInvocation node) { endVisitMethodInvocation(node, node.getExpression(), node.arguments(), getMethodBinding(node.getName())); } |
| ||||
public void endVisit(SuperMethodInvocation node) { endVisitMethodInvocation(node, node.getQualifier(), node.arguments(), getMethodBinding(node.getName())); } |
| |||
public void endVisit( [[#variable634d6620]] node) { endVisitMethodInvocation(node, node. [[#variable634d65a0]](), node.arguments(), getMethodBinding(node.getName())); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#634d6620]] | MethodInvocation |
1 | 2 | [[#634d6620]] | SuperMethodInvocation |
2 | 1 | [[#634d65a0]] | getExpression |
2 | 2 | [[#634d65a0]] | getQualifier |