Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 2 | 0.960 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 103 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/JUnitWizard.java |
2 | 7 | 39 | plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/ui/macbundler/MacBundleWizard.java |
3 | 7 | 160 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewElementWizard.java |
| ||||
/* (non-Javadoc) * @see org.eclipse.ui.IWorkbenchWizard#init(org.eclipse.ui.IWorkbench, org.eclipse.jface.viewers.IStructuredSelection) */ public void init(IWorkbench workbench, IStructuredSelection currentSelection) { fWorkbench = workbench; fSelection = currentSelection; } public IStructuredSelection getSelection() { return fSelection; } |
| ||||
/* (non-Javadoc) * @see org.eclipse.ui.IWorkbenchWizard#init(org.eclipse.ui.IWorkbench, org.eclipse.jface.viewers.IStructuredSelection) */ public void init(IWorkbench workbench, IStructuredSelection selection) { fWorkbench = workbench; fSelection = selection; } IStructuredSelection getSelection() { return fSelection; } |
| ||||
/* (non-Javadoc) * @see org.eclipse.ui.IWorkbenchWizard#init(org.eclipse.ui.IWorkbench, org.eclipse.jface.viewers.IStructuredSelection) */ public void init(IWorkbench workbench, IStructuredSelection currentSelection) { fWorkbench = workbench; fSelection = currentSelection; } public IStructuredSelection getSelection() { return fSelection; } |
| |||
/* (non-Javadoc) * @see org.eclipse.ui.IWorkbenchWizard#init(org.eclipse.ui.IWorkbench, org.eclipse.jface.viewers.IStructuredSelection) */ public void init(IWorkbench workbench, IStructuredSelection [[#variableb4f8d460]]) { fWorkbench = workbench; fSelection = [[#variableb4f8d460]]; } [[#variableb44dbb80]]IStructuredSelection getSelection() { return fSelection; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b4f8d460]] | currentSelection |
1 | 2 | [[#b4f8d460]] | selection |
1 | 3 | [[#b4f8d460]] | currentSelection |
2 | 1 | [[#b44dbb80]] | public |
2 | 2 | [[#b44dbb80]] | |
2 | 3 | [[#b44dbb80]] | public |