| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 3 | 0.980 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 292 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/BindingLabelProvider.java |
| 2 | 6 | 298 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/BindingLabelProvider.java |
| ||||
{
if ((flags& JavaElementImageProvider.LIGHT_TYPE_ICONS) != 0)
return JavaPluginImages.DESC_OBJS_INTERFACEALT;
if (inner)
return getInnerInterfaceImageDescriptor(binding.getModifiers());
return getInterfaceImageDescriptor(binding.getModifiers());
}
|
| ||||
{
if ((flags& JavaElementImageProvider.LIGHT_TYPE_ICONS) != 0)
return JavaPluginImages.DESC_OBJS_CLASSALT;
if (inner)
return getInnerClassImageDescriptor(binding.getModifiers());
return getClassImageDescriptor(binding.getModifiers());
}
|
| |||
{
if ((flags&JavaElementImageProvider.LIGHT_TYPE_ICONS) != 0)
return JavaPluginImages. [[#variable58c77a40]];
if (inner)
return [[#variable58c76c60]](binding.getModifiers());
return [[#variable58c77ac0]](binding.getModifiers());
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#58c77a40]] | DESC_OBJS_CLASSALT |
| 1 | 2 | [[#58c77a40]] | DESC_OBJS_INTERFACEALT |
| 2 | 1 | [[#58c76c60]] | getInnerClassImageDescriptor |
| 2 | 2 | [[#58c76c60]] | getInnerInterfaceImageDescriptor |
| 3 | 1 | [[#58c77ac0]] | getClassImageDescriptor |
| 3 | 2 | [[#58c77ac0]] | getInterfaceImageDescriptor |