| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.989 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 526 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java |
| 2 | 2 | 378 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/StandardJavaElementContentProvider.java |
| ||||
IResource parent = ((IResource) element).getParent();
Object jParent = JavaCore.create(parent);
|
| ||||
IResource parent = ((IResource) element).getParent();
IJavaElement jParent = JavaCore.create(parent);
|
| |||
IResource parent = ((IResource) element).getParent(); [[#variable4fecc0c0]] jParent = JavaCore.create(parent); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4fecc0c0]] | IJavaElement |
| 1 | 2 | [[#4fecc0c0]] | Object |