Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 6 | 0.960 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 162 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocStandardWizardPage.java |
2 | 1 | 179 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocStandardWizardPage.java |
| ||||
fSeperatedIndexCheck = new FlaggedButton(fBasicOptionsGroup, JavadocExportMessages.JavadocStandardWizardPage_seperateindexbutton_label, createGridData(GridData.GRAB_HORIZONTAL, 1, convertWidthInCharsToPixels(3)), fStore.SPLITINDEX, true); |
| ||||
fDeprecatedList = new FlaggedButton(fTagsGroup, JavadocExportMessages.JavadocStandardWizardPage_deprecatedlistbutton_label, createGridData(GridData.FILL_HORIZONTAL, 1, convertWidthInCharsToPixels(3)), fStore.NODEPRECATEDLIST, false); |
| |||
[[#variable5de2c2e0]]= new FlaggedButton( [[#variable5de2c240]], JavadocExportMessages. [[#variable5de2c1c0]], createGridData(GridData. [[#variable5de2c160]], 1, convertWidthInCharsToPixels(3)), fStore. [[#variable5de2c0e0]], [[#variable5de2c060]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5de2c2e0]] | fSeperatedIndexCheck |
1 | 2 | [[#5de2c2e0]] | fDeprecatedList |
2 | 1 | [[#5de2c240]] | fBasicOptionsGroup |
2 | 2 | [[#5de2c240]] | fTagsGroup |
3 | 1 | [[#5de2c1c0]] | JavadocStandardWizardPage_seperateindexbutton_label |
3 | 2 | [[#5de2c1c0]] | JavadocStandardWizardPage_deprecatedlistbutton_label |
4 | 1 | [[#5de2c160]] | GRAB_HORIZONTAL |
4 | 2 | [[#5de2c160]] | FILL_HORIZONTAL |
5 | 1 | [[#5de2c0e0]] | SPLITINDEX |
5 | 2 | [[#5de2c0e0]] | NODEPRECATEDLIST |
6 | 1 | [[#5de2c060]] | true |
6 | 2 | [[#5de2c060]] | false |