Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 3 | 5 | 0.963 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 149 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocSpecificsWizardPage.java |
2 | 9 | 191 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocSpecificsWizardPage.java |
3 | 9 | 209 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocStandardWizardPage.java |
| ||||
//Listeners fOverViewButton.addSelectionListener(new ToggleSelectionAdapter(new Control[] { fOverViewBrowseButton, fOverViewText } ) { public void validate() { doValidation(OVERVIEWSTATUS); } } ); fOverViewText.addModifyListener(new ModifyListener() { public void modifyText(ModifyEvent e) { doValidation(OVERVIEWSTATUS); } } ); |
| ||||
fAntButton.addSelectionListener(new ToggleSelectionAdapter(new Control[] { fAntText, fAntBrowseButton } ) { public void validate() { doValidation(ANTSTATUS); } } ); fAntText.addModifyListener(new ModifyListener() { public void modifyText(ModifyEvent e) { doValidation(ANTSTATUS); } } ); |
| ||||
//Listeners fStyleSheetButton.addSelectionListener(new ToggleSelectionAdapter(new Control[] { fStyleSheetText, fStyleSheetBrowseButton } ) { public void validate() { doValidation(STYLESHEETSTATUS); } } ); fStyleSheetText.addModifyListener(new ModifyListener() { public void modifyText(ModifyEvent e) { doValidation(STYLESHEETSTATUS); } } ); |
| |||
[[#variable9544a9a0]].addSelectionListener(new ToggleSelectionAdapter(new Control[] { [[#variable9544a900]], [[#variable9544a8c0]] } ) { public void validate() { doValidation( [[#variable64822720]]); } } ); [[#variable9544a8a0]].addModifyListener(new ModifyListener() { public void modifyText(ModifyEvent e) { doValidation( [[#variable64822720]]); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9544a9a0]] | fAntButton |
1 | 2 | [[#9544a9a0]] | //Listeners fOverViewButton |
1 | 3 | [[#9544a9a0]] | //Listeners fStyleSheetButton |
2 | 1 | [[#9544a900]] | fAntText |
2 | 2 | [[#9544a900]] | fOverViewBrowseButton |
2 | 3 | [[#9544a900]] | fStyleSheetText |
3 | 1 | [[#9544a8c0]] | fAntBrowseButton |
3 | 2 | [[#9544a8c0]] | fOverViewText |
3 | 3 | [[#9544a8c0]] | fStyleSheetBrowseButton |
4 | 1 | [[#64822720]] | ANTSTATUS |
4 | 2 | [[#64822720]] | OVERVIEWSTATUS |
4 | 3 | [[#64822720]] | STYLESHEETSTATUS |
5 | 1 | [[#9544a8a0]] | fAntText |
5 | 2 | [[#9544a8a0]] | fOverViewText |
5 | 3 | [[#9544a8a0]] | fStyleSheetText |