| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 0 | 1.000 | statement_sequence[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 201 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/OpenCallHierarchyAction.java |
| 2 | 6 | 203 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenTypeHierarchyAction.java |
| ||||
IJavaElement element = (IJavaElement) input;
if ( !ActionUtil.isProcessable(getShell(), element))
return;
List result = new ArrayList(1);
IStatus status = compileCandidates(result, element);
|
| ||||
IJavaElement element = (IJavaElement) input;
if ( !ActionUtil.isProcessable(getShell(), element))
return;
List result = new ArrayList(1);
IStatus status = compileCandidates(result, element);
|
| |||
IJavaElement element = (IJavaElement) input; if ( !ActionUtil.isProcessable(getShell(), element)) return; List result = new ArrayList(1); IStatus status = compileCandidates(result, element); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||