| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 29 | 3 | 0.962 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 105 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/JavaClasspathTab.java |
| 2 | 3 | 116 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/JavaConnectTab.java |
| 3 | 3 | 148 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/JavaConnectTab.java |
| 4 | 3 | 196 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaDetailFormattersPreferencePage.java |
| 5 | 3 | 157 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaStepFilterPreferencePage.java |
| 6 | 3 | 179 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/AddVMDialog.java |
| 7 | 3 | 70 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/StandardVMCommandTab.java |
| 8 | 3 | 84 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/SourceLookupBlock.java |
| 9 | 3 | 108 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/SourceLookupBlock.java |
| 10 | 3 | 120 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/SourceLookupBlock.java |
| 11 | 3 | 151 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/WorkingDirectoryBlock.java |
| 12 | 3 | 222 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageTwo.java |
| 13 | 3 | 181 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/code/ExtractMethodInputPage.java |
| 14 | 3 | 126 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ConvertAnonymousToNestedWizard.java |
| 15 | 3 | 143 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ConvertAnonymousToNestedWizard.java |
| 16 | 3 | 115 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceFactoryInputPage.java |
| 17 | 3 | 86 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ParameterEditDialog.java |
| 18 | 3 | 126 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PromoteTempWizard.java |
| 19 | 3 | 180 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PromoteTempWizard.java |
| 20 | 3 | 197 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PromoteTempWizard.java |
| 21 | 3 | 205 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/GenerateConstructorUsingFieldsSelectionDialog.java |
| 22 | 3 | 328 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java |
| 23 | 3 | 198 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionComponent.java |
| 24 | 3 | 212 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/FoldingConfigurationBlock.java |
| 25 | 3 | 231 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java |
| 26 | 3 | 357 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.java |
| 27 | 3 | 361 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.java |
| 28 | 3 | 264 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SpellingConfigurationBlock.java |
| 29 | 3 | 225 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java |
| ||||
gd = new GridData(GridData.HORIZONTAL_ALIGN_BEGINNING);
gd.horizontalSpan = 2;
label.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.FILL_HORIZONTAL);
gd.horizontalSpan = 2;
fConnectorCombo.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.FILL_HORIZONTAL);
gd.horizontalSpan = 2;
spacingComposite.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.FILL_HORIZONTAL);
gd.horizontalSpan = 2;
label.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.HORIZONTAL_ALIGN_BEGINNING);
gd.horizontalSpan = 2;
fTableLabel.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.FILL_BOTH);
gd.horizontalSpan = 3;
block.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.BEGINNING);
gd.horizontalSpan = 2;
fDefaultButton.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.HORIZONTAL_ALIGN_FILL);
gd.horizontalSpan = 2;
viewerLabel.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.HORIZONTAL_ALIGN_BEGINNING);
gd.horizontalSpan = 2;
fDefaultButton.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.HORIZONTAL_ALIGN_BEGINNING);
gd.horizontalSpan = 2;
fDuplicatesButton.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.HORIZONTAL_ALIGN_END);
gd.horizontalSpan = 2;
buttonComp.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.FILL_HORIZONTAL);
gd.horizontalSpan = 1;
fSelectedMethodsLabel.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.FILL_BOTH);
gd.horizontalSpan = 2;
cp.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.FILL_HORIZONTAL);
gd.horizontalSpan = 2;
declareFinalCheckbox.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.FILL_HORIZONTAL);
gd.horizontalSpan = 2;
declareAsStaticCheckbox.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.FILL_HORIZONTAL);
gd.horizontalSpan = 2;
protectCtorCB.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.FILL_HORIZONTAL);
gd.horizontalSpan = 2;
label.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.FILL_HORIZONTAL);
gd.horizontalSpan = 2;
initializeIn.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.FILL_HORIZONTAL);
gd.horizontalSpan = 2;
fDeclareStaticCheckbox.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.FILL_HORIZONTAL);
gd.horizontalSpan = 2;
fDeclareFinalCheckbox.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.HORIZONTAL_ALIGN_FILL);
gd.horizontalSpan = 2;
messageLabel.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.HORIZONTAL_ALIGN_FILL);
gd.horizontalSpan = 2;
messageLabel.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.FILL_HORIZONTAL);
gd.horizontalSpan = 2;
fFilter.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.FILL_BOTH);
gd.horizontalSpan = 2;
groupComp.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.HORIZONTAL_ALIGN_FILL);
gd.horizontalSpan = 2;
l.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.VERTICAL_ALIGN_BEGINNING);
gd.horizontalSpan = 2;
descriptionLabel.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.FILL_BOTH);
gd.horizontalSpan = 2;
fDescription.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.HORIZONTAL_ALIGN_FILL);
gd.horizontalSpan = 2;
comboBox.setLayoutData(gd);
|
| ||||
gd = new GridData(GridData.HORIZONTAL_ALIGN_FILL);
gd.horizontalSpan = 2;
messageLabel.setLayoutData(gd);
|
| |||
gd = new GridData(GridData. [[#variableb715b4a0]]); gd.horizontalSpan = [[#variableb7386680]]; [[#variablea3c349c0]].setLayoutData(gd); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b715b4a0]] | FILL_HORIZONTAL |
| 1 | 2 | [[#b715b4a0]] | FILL_BOTH |
| 1 | 3 | [[#b715b4a0]] | BEGINNING |
| 1 | 4 | [[#b715b4a0]] | FILL_HORIZONTAL |
| 1 | 5 | [[#b715b4a0]] | FILL_HORIZONTAL |
| 1 | 6 | [[#b715b4a0]] | FILL_HORIZONTAL |
| 1 | 7 | [[#b715b4a0]] | FILL_HORIZONTAL |
| 1 | 8 | [[#b715b4a0]] | FILL_HORIZONTAL |
| 1 | 9 | [[#b715b4a0]] | FILL_HORIZONTAL |
| 1 | 10 | [[#b715b4a0]] | HORIZONTAL_ALIGN_FILL |
| 1 | 11 | [[#b715b4a0]] | HORIZONTAL_ALIGN_FILL |
| 1 | 12 | [[#b715b4a0]] | FILL_BOTH |
| 1 | 13 | [[#b715b4a0]] | HORIZONTAL_ALIGN_FILL |
| 1 | 14 | [[#b715b4a0]] | FILL_BOTH |
| 1 | 15 | [[#b715b4a0]] | FILL_HORIZONTAL |
| 1 | 16 | [[#b715b4a0]] | FILL_HORIZONTAL |
| 1 | 17 | [[#b715b4a0]] | HORIZONTAL_ALIGN_BEGINNING |
| 1 | 18 | [[#b715b4a0]] | HORIZONTAL_ALIGN_BEGINNING |
| 1 | 19 | [[#b715b4a0]] | FILL_BOTH |
| 1 | 20 | [[#b715b4a0]] | HORIZONTAL_ALIGN_BEGINNING |
| 1 | 21 | [[#b715b4a0]] | FILL_HORIZONTAL |
| 1 | 22 | [[#b715b4a0]] | FILL_HORIZONTAL |
| 1 | 23 | [[#b715b4a0]] | VERTICAL_ALIGN_BEGINNING |
| 1 | 24 | [[#b715b4a0]] | HORIZONTAL_ALIGN_END |
| 1 | 25 | [[#b715b4a0]] | HORIZONTAL_ALIGN_FILL |
| 1 | 26 | [[#b715b4a0]] | HORIZONTAL_ALIGN_BEGINNING |
| 1 | 27 | [[#b715b4a0]] | HORIZONTAL_ALIGN_FILL |
| 1 | 28 | [[#b715b4a0]] | HORIZONTAL_ALIGN_FILL |
| 1 | 29 | [[#b715b4a0]] | FILL_HORIZONTAL |
| 2 | 1 | [[#b7386680]] | 2 |
| 2 | 2 | [[#b7386680]] | 2 |
| 2 | 3 | [[#b7386680]] | 2 |
| 2 | 4 | [[#b7386680]] | 2 |
| 2 | 5 | [[#b7386680]] | 2 |
| 2 | 6 | [[#b7386680]] | 2 |
| 2 | 7 | [[#b7386680]] | 2 |
| 2 | 8 | [[#b7386680]] | 2 |
| 2 | 9 | [[#b7386680]] | 2 |
| 2 | 10 | [[#b7386680]] | 2 |
| 2 | 11 | [[#b7386680]] | 2 |
| 2 | 12 | [[#b7386680]] | 2 |
| 2 | 13 | [[#b7386680]] | 2 |
| 2 | 14 | [[#b7386680]] | 2 |
| 2 | 15 | [[#b7386680]] | 2 |
| 2 | 16 | [[#b7386680]] | 1 |
| 2 | 17 | [[#b7386680]] | 2 |
| 2 | 18 | [[#b7386680]] | 2 |
| 2 | 19 | [[#b7386680]] | 3 |
| 2 | 20 | [[#b7386680]] | 2 |
| 2 | 21 | [[#b7386680]] | 2 |
| 2 | 22 | [[#b7386680]] | 2 |
| 2 | 23 | [[#b7386680]] | 2 |
| 2 | 24 | [[#b7386680]] | 2 |
| 2 | 25 | [[#b7386680]] | 2 |
| 2 | 26 | [[#b7386680]] | 2 |
| 2 | 27 | [[#b7386680]] | 2 |
| 2 | 28 | [[#b7386680]] | 2 |
| 2 | 29 | [[#b7386680]] | 2 |
| 3 | 1 | [[#a3c349c0]] | initializeIn |
| 3 | 2 | [[#a3c349c0]] | cp |
| 3 | 3 | [[#a3c349c0]] | fDefaultButton |
| 3 | 4 | [[#a3c349c0]] | protectCtorCB |
| 3 | 5 | [[#a3c349c0]] | fDeclareStaticCheckbox |
| 3 | 6 | [[#a3c349c0]] | declareFinalCheckbox |
| 3 | 7 | [[#a3c349c0]] | declareAsStaticCheckbox |
| 3 | 8 | [[#a3c349c0]] | fDeclareFinalCheckbox |
| 3 | 9 | [[#a3c349c0]] | label |
| 3 | 10 | [[#a3c349c0]] | messageLabel |
| 3 | 11 | [[#a3c349c0]] | comboBox |
| 3 | 12 | [[#a3c349c0]] | fDescription |
| 3 | 13 | [[#a3c349c0]] | l |
| 3 | 14 | [[#a3c349c0]] | groupComp |
| 3 | 15 | [[#a3c349c0]] | fFilter |
| 3 | 16 | [[#a3c349c0]] | fSelectedMethodsLabel |
| 3 | 17 | [[#a3c349c0]] | fDefaultButton |
| 3 | 18 | [[#a3c349c0]] | fDuplicatesButton |
| 3 | 19 | [[#a3c349c0]] | block |
| 3 | 20 | [[#a3c349c0]] | fTableLabel |
| 3 | 21 | [[#a3c349c0]] | fConnectorCombo |
| 3 | 22 | [[#a3c349c0]] | spacingComposite |
| 3 | 23 | [[#a3c349c0]] | descriptionLabel |
| 3 | 24 | [[#a3c349c0]] | buttonComp |
| 3 | 25 | [[#a3c349c0]] | viewerLabel |
| 3 | 26 | [[#a3c349c0]] | label |
| 3 | 27 | [[#a3c349c0]] | messageLabel |
| 3 | 28 | [[#a3c349c0]] | messageLabel |
| 3 | 29 | [[#a3c349c0]] | label |