Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.992 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 240 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/TargetProvider.java |
2 | 5 | 246 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/TargetProvider.java |
| ||||
public boolean visit(MethodInvocation node) { if (matches(node.getName().resolveBinding()) && fCurrent != null) { fCurrent.addInvocation(node); } return true; } |
| ||||
public boolean visit(SuperMethodInvocation node) { if (matches(node.getName().resolveBinding()) && fCurrent != null) { fCurrent.addInvocation(node); } return true; } |
| |||
public boolean visit( [[#variable7c3a0640]] node) { if (matches(node.getName().resolveBinding()) && fCurrent != null) { fCurrent.addInvocation(node); } return true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#7c3a0640]] | MethodInvocation |
1 | 2 | [[#7c3a0640]] | SuperMethodInvocation |