Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.980 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 71 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CalleeMethodWrapper.java |
2 | 9 | 47 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CallerMethodWrapper.java |
| ||||
/* (non-Javadoc) * @see org.eclipse.jdt.internal.corext.callhierarchy.MethodWrapper#getTaskName() */ protected String getTaskName() { return CallHierarchyMessages.CalleeMethodWrapper_taskname; } /* * @see org.eclipse.jdt.internal.corext.callhierarchy.MethodWrapper#createMethodWrapper(org.eclipse.jdt.internal.corext.callhierarchy.MethodCall) */ protected MethodWrapper createMethodWrapper(MethodCall methodCall) { return new CalleeMethodWrapper(this, methodCall); } |
| ||||
protected String getTaskName() { return CallHierarchyMessages.CallerMethodWrapper_taskname; } /* (non-Javadoc) * @see org.eclipse.jdt.internal.corext.callhierarchy.MethodWrapper#createMethodWrapper(org.eclipse.jdt.internal.corext.callhierarchy.MethodCall) */ protected MethodWrapper createMethodWrapper(MethodCall methodCall) { return new CallerMethodWrapper(this, methodCall); } |
| |||
/* (non-Javadoc) * @see org.eclipse.jdt.internal.corext.callhierarchy.MethodWrapper#getTaskName() */ protected String getTaskName() { return CallHierarchyMessages. [[#variable581b5e40]]; } /* * @see org.eclipse.jdt.internal.corext.callhierarchy.MethodWrapper#createMethodWrapper(org.eclipse.jdt.internal.corext.callhierarchy.MethodCall) */ /* (non-Javadoc) * @see org.eclipse.jdt.internal.corext.callhierarchy.MethodWrapper#createMethodWrapper(org.eclipse.jdt.internal.corext.callhierarchy.MethodCall) */ protected MethodWrapper createMethodWrapper(MethodCall methodCall) { return new [[#variable581b5da0]](this, methodCall); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#581b5e40]] | CalleeMethodWrapper_taskname |
1 | 2 | [[#581b5e40]] | CallerMethodWrapper_taskname |
2 | 1 | [[#581b5da0]] | CalleeMethodWrapper |
2 | 2 | [[#581b5da0]] | CallerMethodWrapper |