| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.974 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 35 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/classpath/VariableClasspathEntryWorkbenchAdapter.java |
| 2 | 4 | 60 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/sourcelookup/WorkbenchAdapter.java |
| ||||
if (object instanceof VariableClasspathEntry) {
return JavaUI.getSharedImages().getImageDescriptor(ISharedImages.IMG_OBJS_JAR);
}
return null;
|
| ||||
if (object instanceof ClasspathContainerSourceContainer) {
return JavaUI.getSharedImages().getImageDescriptor(ISharedImages.IMG_OBJS_LIBRARY);
}
return null;
|
| |||
if (object instanceof [[#variablebc2612e0]]) {
return JavaUI.getSharedImages().getImageDescriptor(ISharedImages. [[#variableb6590fc0]]);
}
return null;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bc2612e0]] | VariableClasspathEntry |
| 1 | 2 | [[#bc2612e0]] | ClasspathContainerSourceContainer |
| 2 | 1 | [[#b6590fc0]] | IMG_OBJS_JAR |
| 2 | 2 | [[#b6590fc0]] | IMG_OBJS_LIBRARY |