| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 30 | 4 | 0.952 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 90 | plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/ProcessorOptionInputDialog.java |
| 2 | 2 | 249 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/AppletParametersTab.java |
| 3 | 2 | 118 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/JavaClasspathTab.java |
| 4 | 2 | 175 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/DetailFormatterDialog.java |
| 5 | 2 | 406 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/EditLogicalStructureDialog.java |
| 6 | 2 | 128 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaDebugPreferencePage.java |
| 7 | 2 | 288 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaLogicalStructuresPreferencePage.java |
| 8 | 2 | 119 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/ExecutionEnvironmentsPreferencePage.java |
| 9 | 2 | 159 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/JREsComboBlock.java |
| 10 | 2 | 99 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/VMLibraryBlock.java |
| 11 | 2 | 118 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/VMLibraryBlock.java |
| 12 | 2 | 95 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/SourceLookupBlock.java |
| 13 | 2 | 285 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/SelectImportsDialog.java |
| 14 | 2 | 369 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencePage.java |
| 15 | 2 | 171 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractInterfaceWizard.java |
| 16 | 2 | 96 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceFactoryInputPage.java |
| 17 | 2 | 115 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceIndirectionInputPage.java |
| 18 | 2 | 77 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameFieldWizard.java |
| 19 | 2 | 191 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/sef/SelfEncapsulateFieldInputPage.java |
| 20 | 2 | 196 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/GenerateConstructorUsingFieldsSelectionDialog.java |
| 21 | 2 | 271 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/GenerateConstructorUsingFieldsSelectionDialog.java |
| 22 | 2 | 333 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java |
| 23 | 2 | 384 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java |
| 24 | 2 | 555 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java |
| 25 | 2 | 213 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarManifestWizardPage.java |
| 26 | 2 | 236 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarManifestWizardPage.java |
| 27 | 2 | 112 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistConfigurationBlock.java |
| 28 | 2 | 215 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java |
| 29 | 2 | 89 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SmartTypingConfigurationBlock.java |
| 30 | 2 | 133 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FiltersDialog.java |
| ||||
Composite inner = new Composite(composite, SWT.NONE);
GridLayout layout = new GridLayout();
|
| ||||
Composite envButtonComp = new Composite(parametersComp, SWT.NONE);
GridLayout envButtonLayout = new GridLayout();
|
| ||||
Composite pathButtonComp = new Composite(comp, SWT.NONE);
GridLayout pathButtonLayout = new GridLayout();
|
| ||||
Composite innerContainer = new Composite(container, SWT.NONE);
GridLayout layout = new GridLayout();
|
| ||||
// button container
Composite attributesListButtonsContainer = new Composite(fAttributesContainer, SWT.NONE);
GridLayout gridLayout = new GridLayout();
|
| ||||
Composite group = new Composite(comp, SWT.NONE);
GridLayout groupLayout = new GridLayout();
|
| ||||
// button container
Composite buttonContainer = new Composite(container, SWT.NONE);
GridLayout layout = new GridLayout();
|
| ||||
Composite container = new Composite(ancestor, SWT.NONE);
GridLayout layout = new GridLayout();
|
| ||||
Composite comp = new Composite(ancestor, SWT.NONE);
GridLayout layout = new GridLayout();
|
| ||||
Composite comp = new Composite(parent, SWT.NONE);
GridLayout topLayout = new GridLayout();
|
| ||||
Composite pathButtonComp = new Composite(comp, SWT.NONE);
GridLayout pathButtonLayout = new GridLayout();
|
| ||||
Composite pathButtonComp = new Composite(comp, SWT.NONE);
GridLayout pathButtonLayout = new GridLayout();
|
| ||||
// top level container
Composite outer = new Composite(dialogComp, SWT.NONE);
GridLayout topLayout = new GridLayout();
|
| ||||
Composite container = new Composite(composite, SWT.NONE);
GridLayout layout = new GridLayout();
|
| ||||
Composite composite = new Composite(result, SWT.NONE);
GridLayout layout = new GridLayout();
|
| ||||
Composite inner = new Composite(result, SWT.NONE);
GridLayout innerLayout = new GridLayout();
|
| ||||
Composite inner = new Composite(result, SWT.NONE);
GridLayout innerLayout = new GridLayout();
|
| ||||
Composite composite = new Composite(parentComposite, SWT.NONE);
final GridLayout layout = new GridLayout();
|
| ||||
Composite group = new Composite(result, SWT.NONE);
GridLayout layout = new GridLayout();
|
| ||||
Composite inner = new Composite(composite, SWT.NONE);
GridLayout innerLayout = new GridLayout();
|
| ||||
Composite omitSuperComposite = new Composite(composite, SWT.NONE);
GridLayout layout = new GridLayout();
|
| ||||
Composite inner = new Composite(composite, SWT.NONE);
GridLayout innerLayout = new GridLayout();
|
| ||||
Composite commentComposite = new Composite(composite, SWT.NONE);
GridLayout layout = new GridLayout();
|
| ||||
Composite selectionComposite = new Composite(composite, SWT.NONE);
GridLayout layout = new GridLayout();
|
| ||||
Composite saveOptions = new Composite(fManifestGroup, SWT.NONE);
GridLayout saveOptionsLayout = new GridLayout();
|
| ||||
Composite existingManifestGroup = new Composite(fManifestGroup, SWT.NONE);
GridLayout existingManifestLayout = new GridLayout();
|
| ||||
Composite control = new Composite(scrolled, SWT.NONE);
GridLayout layout = new GridLayout();
|
| ||||
Composite parent = new Composite(ancestor, SWT.NONE);
GridLayout layout = new GridLayout();
|
| ||||
Composite control = new Composite(scrolled, SWT.NONE);
GridLayout layout = new GridLayout();
|
| ||||
Composite parent = new Composite(ancestor, SWT.NONE);
GridLayout gl = new GridLayout();
|
| |||
// button container // top level container Composite [[#variablebdb14de0]]= new Composite( [[#variableb692de40]], SWT.NONE); [[#variablec02d2900]]GridLayout [[#variablec26ce0c0]]= new GridLayout(); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bdb14de0]] | inner |
| 1 | 2 | [[#bdb14de0]] | parent |
| 1 | 3 | [[#bdb14de0]] | inner |
| 1 | 4 | [[#bdb14de0]] | pathButtonComp |
| 1 | 5 | [[#bdb14de0]] | control |
| 1 | 6 | [[#bdb14de0]] | buttonContainer |
| 1 | 7 | [[#bdb14de0]] | inner |
| 1 | 8 | [[#bdb14de0]] | group |
| 1 | 9 | [[#bdb14de0]] | existingManifestGroup |
| 1 | 10 | [[#bdb14de0]] | container |
| 1 | 11 | [[#bdb14de0]] | composite |
| 1 | 12 | [[#bdb14de0]] | container |
| 1 | 13 | [[#bdb14de0]] | omitSuperComposite |
| 1 | 14 | [[#bdb14de0]] | innerContainer |
| 1 | 15 | [[#bdb14de0]] | selectionComposite |
| 1 | 16 | [[#bdb14de0]] | commentComposite |
| 1 | 17 | [[#bdb14de0]] | group |
| 1 | 18 | [[#bdb14de0]] | comp |
| 1 | 19 | [[#bdb14de0]] | envButtonComp |
| 1 | 20 | [[#bdb14de0]] | attributesListButtonsContainer |
| 1 | 21 | [[#bdb14de0]] | outer |
| 1 | 22 | [[#bdb14de0]] | composite |
| 1 | 23 | [[#bdb14de0]] | saveOptions |
| 1 | 24 | [[#bdb14de0]] | comp |
| 1 | 25 | [[#bdb14de0]] | parent |
| 1 | 26 | [[#bdb14de0]] | pathButtonComp |
| 1 | 27 | [[#bdb14de0]] | inner |
| 1 | 28 | [[#bdb14de0]] | inner |
| 1 | 29 | [[#bdb14de0]] | pathButtonComp |
| 1 | 30 | [[#bdb14de0]] | control |
| 2 | 1 | [[#b692de40]] | composite |
| 2 | 2 | [[#b692de40]] | ancestor |
| 2 | 3 | [[#b692de40]] | result |
| 2 | 4 | [[#b692de40]] | comp |
| 2 | 5 | [[#b692de40]] | scrolled |
| 2 | 6 | [[#b692de40]] | container |
| 2 | 7 | [[#b692de40]] | composite |
| 2 | 8 | [[#b692de40]] | result |
| 2 | 9 | [[#b692de40]] | fManifestGroup |
| 2 | 10 | [[#b692de40]] | ancestor |
| 2 | 11 | [[#b692de40]] | result |
| 2 | 12 | [[#b692de40]] | composite |
| 2 | 13 | [[#b692de40]] | composite |
| 2 | 14 | [[#b692de40]] | container |
| 2 | 15 | [[#b692de40]] | composite |
| 2 | 16 | [[#b692de40]] | composite |
| 2 | 17 | [[#b692de40]] | comp |
| 2 | 18 | [[#b692de40]] | parent |
| 2 | 19 | [[#b692de40]] | parametersComp |
| 2 | 20 | [[#b692de40]] | fAttributesContainer |
| 2 | 21 | [[#b692de40]] | dialogComp |
| 2 | 22 | [[#b692de40]] | parentComposite |
| 2 | 23 | [[#b692de40]] | fManifestGroup |
| 2 | 24 | [[#b692de40]] | ancestor |
| 2 | 25 | [[#b692de40]] | ancestor |
| 2 | 26 | [[#b692de40]] | comp |
| 2 | 27 | [[#b692de40]] | result |
| 2 | 28 | [[#b692de40]] | composite |
| 2 | 29 | [[#b692de40]] | comp |
| 2 | 30 | [[#b692de40]] | scrolled |
| 3 | 1 | [[#c02d2900]] | |
| 3 | 2 | [[#c02d2900]] | |
| 3 | 3 | [[#c02d2900]] | |
| 3 | 4 | [[#c02d2900]] | |
| 3 | 5 | [[#c02d2900]] | |
| 3 | 6 | [[#c02d2900]] | |
| 3 | 7 | [[#c02d2900]] | |
| 3 | 8 | [[#c02d2900]] | |
| 3 | 9 | [[#c02d2900]] | |
| 3 | 10 | [[#c02d2900]] | |
| 3 | 11 | [[#c02d2900]] | |
| 3 | 12 | [[#c02d2900]] | |
| 3 | 13 | [[#c02d2900]] | |
| 3 | 14 | [[#c02d2900]] | |
| 3 | 15 | [[#c02d2900]] | |
| 3 | 16 | [[#c02d2900]] | |
| 3 | 17 | [[#c02d2900]] | |
| 3 | 18 | [[#c02d2900]] | |
| 3 | 19 | [[#c02d2900]] | |
| 3 | 20 | [[#c02d2900]] | |
| 3 | 21 | [[#c02d2900]] | |
| 3 | 22 | [[#c02d2900]] | final |
| 3 | 23 | [[#c02d2900]] | |
| 3 | 24 | [[#c02d2900]] | |
| 3 | 25 | [[#c02d2900]] | |
| 3 | 26 | [[#c02d2900]] | |
| 3 | 27 | [[#c02d2900]] | |
| 3 | 28 | [[#c02d2900]] | |
| 3 | 29 | [[#c02d2900]] | |
| 3 | 30 | [[#c02d2900]] | |
| 4 | 1 | [[#c26ce0c0]] | layout |
| 4 | 2 | [[#c26ce0c0]] | gl |
| 4 | 3 | [[#c26ce0c0]] | innerLayout |
| 4 | 4 | [[#c26ce0c0]] | pathButtonLayout |
| 4 | 5 | [[#c26ce0c0]] | layout |
| 4 | 6 | [[#c26ce0c0]] | layout |
| 4 | 7 | [[#c26ce0c0]] | innerLayout |
| 4 | 8 | [[#c26ce0c0]] | layout |
| 4 | 9 | [[#c26ce0c0]] | existingManifestLayout |
| 4 | 10 | [[#c26ce0c0]] | layout |
| 4 | 11 | [[#c26ce0c0]] | layout |
| 4 | 12 | [[#c26ce0c0]] | layout |
| 4 | 13 | [[#c26ce0c0]] | layout |
| 4 | 14 | [[#c26ce0c0]] | layout |
| 4 | 15 | [[#c26ce0c0]] | layout |
| 4 | 16 | [[#c26ce0c0]] | layout |
| 4 | 17 | [[#c26ce0c0]] | groupLayout |
| 4 | 18 | [[#c26ce0c0]] | topLayout |
| 4 | 19 | [[#c26ce0c0]] | envButtonLayout |
| 4 | 20 | [[#c26ce0c0]] | gridLayout |
| 4 | 21 | [[#c26ce0c0]] | topLayout |
| 4 | 22 | [[#c26ce0c0]] | layout |
| 4 | 23 | [[#c26ce0c0]] | saveOptionsLayout |
| 4 | 24 | [[#c26ce0c0]] | layout |
| 4 | 25 | [[#c26ce0c0]] | layout |
| 4 | 26 | [[#c26ce0c0]] | pathButtonLayout |
| 4 | 27 | [[#c26ce0c0]] | innerLayout |
| 4 | 28 | [[#c26ce0c0]] | innerLayout |
| 4 | 29 | [[#c26ce0c0]] | pathButtonLayout |
| 4 | 30 | [[#c26ce0c0]] | layout |