Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 3 | 0.956 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 274 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocTreeWizardPage.java |
2 | 3 | 278 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocTreeWizardPage.java |
3 | 3 | 282 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocTreeWizardPage.java |
4 | 3 | 286 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocTreeWizardPage.java |
| ||||
fPrivateVisibility.setSelection(fVisibilitySelection.equals(fStore.PRIVATE)); if (fPrivateVisibility.getSelection()) fDescriptionLabel.setText(JavadocExportMessages.JavadocTreeWizardPage_privatevisibilitydescription_label); |
| ||||
fProtectedVisibility.setSelection(fVisibilitySelection.equals(fStore.PROTECTED)); if (fProtectedVisibility.getSelection()) fDescriptionLabel.setText(JavadocExportMessages.JavadocTreeWizardPage_protectedvisibilitydescription_label); |
| ||||
fPackageVisibility.setSelection(fVisibilitySelection.equals(fStore.PACKAGE)); if (fPackageVisibility.getSelection()) fDescriptionLabel.setText(JavadocExportMessages.JavadocTreeWizardPage_packagevisibledescription_label); |
| ||||
fPublicVisibility.setSelection(fVisibilitySelection.equals(fStore.PUBLIC)); if (fPublicVisibility.getSelection()) fDescriptionLabel.setText(JavadocExportMessages.JavadocTreeWizardPage_publicvisibilitydescription_label); |
| |||
[[#variable99ecdac0]].setSelection(fVisibilitySelection.equals(fStore. [[#variablea394c540]])); if ( [[#variable99ecdac0]].getSelection()) fDescriptionLabel.setText(JavadocExportMessages. [[#variablea394c460]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#99ecdac0]] | fPrivateVisibility |
1 | 2 | [[#99ecdac0]] | fProtectedVisibility |
1 | 3 | [[#99ecdac0]] | fPackageVisibility |
1 | 4 | [[#99ecdac0]] | fPublicVisibility |
2 | 1 | [[#a394c540]] | PRIVATE |
2 | 2 | [[#a394c540]] | PROTECTED |
2 | 3 | [[#a394c540]] | PACKAGE |
2 | 4 | [[#a394c540]] | PUBLIC |
3 | 1 | [[#a394c460]] | JavadocTreeWizardPage_privatevisibilitydescription_label |
3 | 2 | [[#a394c460]] | JavadocTreeWizardPage_protectedvisibilitydescription_label |
3 | 3 | [[#a394c460]] | JavadocTreeWizardPage_packagevisibledescription_label |
3 | 4 | [[#a394c460]] | JavadocTreeWizardPage_publicvisibilitydescription_label |