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.975 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 97 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CallHierarchy.java |
2 | 2 | 101 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CallHierarchy.java |
| ||||
public MethodWrapper getCallerRoot(IMethod method) { return new CallerMethodWrapper(null, new MethodCall(method)); } |
| ||||
public MethodWrapper getCalleeRoot(IMethod method) { return new CalleeMethodWrapper(null, new MethodCall(method)); } |
| |||
public MethodWrapper [[#variablebb865700]](IMethod method) { return new [[#variablebb8656a0]](null, new MethodCall(method)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb865700]] | getCallerRoot |
1 | 2 | [[#bb865700]] | getCalleeRoot |
2 | 1 | [[#bb8656a0]] | CallerMethodWrapper |
2 | 2 | [[#bb8656a0]] | CalleeMethodWrapper |