| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 5 | 0.963 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 64 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/ExcludeFromBuildpathAction.java |
| 2 | 6 | 62 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/IncludeToBuildpathAction.java |
| ||||
public ExcludeFromBuildpathAction(IWorkbenchSite site) {
super(NewWizardMessages.NewSourceContainerWorkbookPage_ToolBar_Exclude_label, JavaPluginImages.DESC_ELCL_EXCLUDE_FROM_BUILDPATH);
setToolTipText(NewWizardMessages.NewSourceContainerWorkbookPage_ToolBar_Exclude_tooltip);
setDisabledImageDescriptor(JavaPluginImages.DESC_DLCL_EXCLUDE_FROM_BUILDPATH);
fSite = site;
fSelectedElements = new ArrayList();
}
|
| ||||
public IncludeToBuildpathAction(IWorkbenchSite site) {
super(NewWizardMessages.NewSourceContainerWorkbookPage_ToolBar_Unexclude_label, JavaPluginImages.DESC_ELCL_INCLUDE_ON_BUILDPATH);
setToolTipText(NewWizardMessages.NewSourceContainerWorkbookPage_ToolBar_Unexclude_tooltip);
setDisabledImageDescriptor(JavaPluginImages.DESC_DLCL_INCLUDE_ON_BUILDPATH);
fSite = site;
fSelectedElements = new ArrayList();
}
|
| |||
public [[#variableb2c1a020]](IWorkbenchSite site) {
super(NewWizardMessages. [[#variableb2b3bfa0]], JavaPluginImages. [[#variableb2b3bf20]]);
setToolTipText(NewWizardMessages. [[#variableb2b3bea0]]);
setDisabledImageDescriptor(JavaPluginImages. [[#variableb2b3be00]]);
fSite = site;
fSelectedElements = new ArrayList();
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b2c1a020]] | IncludeToBuildpathAction |
| 1 | 2 | [[#b2c1a020]] | ExcludeFromBuildpathAction |
| 2 | 1 | [[#b2b3bfa0]] | NewSourceContainerWorkbookPage_ToolBar_Unexclude_label |
| 2 | 2 | [[#b2b3bfa0]] | NewSourceContainerWorkbookPage_ToolBar_Exclude_label |
| 3 | 1 | [[#b2b3bf20]] | DESC_ELCL_INCLUDE_ON_BUILDPATH |
| 3 | 2 | [[#b2b3bf20]] | DESC_ELCL_EXCLUDE_FROM_BUILDPATH |
| 4 | 1 | [[#b2b3bea0]] | NewSourceContainerWorkbookPage_ToolBar_Unexclude_tooltip |
| 4 | 2 | [[#b2b3bea0]] | NewSourceContainerWorkbookPage_ToolBar_Exclude_tooltip |
| 5 | 1 | [[#b2b3be00]] | DESC_DLCL_INCLUDE_ON_BUILDPATH |
| 5 | 2 | [[#b2b3be00]] | DESC_DLCL_EXCLUDE_FROM_BUILDPATH |