| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 3 | 5 | 0.960 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 32 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/ToggleViewAction.java |
| 2 | 6 | 38 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/ToggleViewAction.java |
| 3 | 6 | 44 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/ToggleViewAction.java |
| ||||
{
setText(TypeHierarchyMessages.ToggleViewAction_supertypes_label);
contextHelpId = IJavaHelpContextIds.SHOW_SUPERTYPES;
setDescription(TypeHierarchyMessages.ToggleViewAction_supertypes_description);
setToolTipText(TypeHierarchyMessages.ToggleViewAction_supertypes_tooltip);
JavaPluginImages.setLocalImageDescriptors(this, "super_co.gif"); //$NON-NLS-1$
}
|
| ||||
{
setText(TypeHierarchyMessages.ToggleViewAction_subtypes_label);
contextHelpId = IJavaHelpContextIds.SHOW_SUBTYPES;
setDescription(TypeHierarchyMessages.ToggleViewAction_subtypes_description);
setToolTipText(TypeHierarchyMessages.ToggleViewAction_subtypes_tooltip);
JavaPluginImages.setLocalImageDescriptors(this, "sub_co.gif"); //$NON-NLS-1$
}
|
| ||||
{
setText(TypeHierarchyMessages.ToggleViewAction_vajhierarchy_label);
contextHelpId = IJavaHelpContextIds.SHOW_HIERARCHY;
setDescription(TypeHierarchyMessages.ToggleViewAction_vajhierarchy_description);
setToolTipText(TypeHierarchyMessages.ToggleViewAction_vajhierarchy_tooltip);
JavaPluginImages.setLocalImageDescriptors(this, "hierarchy_co.gif"); //$NON-NLS-1$
}
|
| |||
{
setText(TypeHierarchyMessages. [[#variable917c9060]]);
contextHelpId = IJavaHelpContextIds. [[#variable917c8fc0]];
setDescription(TypeHierarchyMessages. [[#variable917c8000]]);
setToolTipText(TypeHierarchyMessages. [[#variable917c8e00]]);
JavaPluginImages.setLocalImageDescriptors(this, [[#variable917c8fa0]]); //$NON-NLS-1$
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#917c9060]] | ToggleViewAction_vajhierarchy_label |
| 1 | 2 | [[#917c9060]] | ToggleViewAction_subtypes_label |
| 1 | 3 | [[#917c9060]] | ToggleViewAction_supertypes_label |
| 2 | 1 | [[#917c8fc0]] | SHOW_HIERARCHY |
| 2 | 2 | [[#917c8fc0]] | SHOW_SUBTYPES |
| 2 | 3 | [[#917c8fc0]] | SHOW_SUPERTYPES |
| 3 | 1 | [[#917c8000]] | ToggleViewAction_vajhierarchy_description |
| 3 | 2 | [[#917c8000]] | ToggleViewAction_subtypes_description |
| 3 | 3 | [[#917c8000]] | ToggleViewAction_supertypes_description |
| 4 | 1 | [[#917c8e00]] | ToggleViewAction_vajhierarchy_tooltip |
| 4 | 2 | [[#917c8e00]] | ToggleViewAction_subtypes_tooltip |
| 4 | 3 | [[#917c8e00]] | ToggleViewAction_supertypes_tooltip |
| 5 | 1 | [[#917c8fa0]] | "hierarchy_co.gif" |
| 5 | 2 | [[#917c8fa0]] | "sub_co.gif" |
| 5 | 3 | [[#917c8fa0]] | "super_co.gif" |