Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 9 | 4 | 0.955 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 190 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/code/ExtractMethodInputPage.java |
2 | 3 | 202 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/code/ExtractMethodInputPage.java |
3 | 3 | 92 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/InferTypeArgumentsWizard.java |
4 | 3 | 103 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/InferTypeArgumentsWizard.java |
5 | 3 | 128 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/sef/SelfEncapsulateFieldInputPage.java |
6 | 3 | 718 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java |
7 | 3 | 723 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java |
8 | 3 | 177 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialogTabPage.java |
9 | 3 | 249 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialogTabPage.java |
| ||||
checkBox.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { setRethrowRuntimeException(((Button) e.widget).getSelection()); } } ); |
| ||||
checkBox.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { setGenerateJavadoc(((Button) e.widget).getSelection()); } } ); |
| ||||
cloneCheckBox.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { setAssumeCloseReturnsSameType(((Button) e.widget).getSelection()); } } ); |
| ||||
leaveRawCheckBox.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { setLeaveUnconstrainedRaw(((Button) e.widget).getSelection()); } } ); |
| ||||
checkBox.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { setGenerateJavadoc(((Button) e.widget).getSelection()); } } ); |
| ||||
fIndentStyleCombo.addSelectionListener( new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { indentStyleChanged(((Combo) e.widget).getSelectionIndex()); } } ); |
| ||||
fWrappingStyleCombo.addSelectionListener( new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { wrappingStyleChanged(((Combo) e.widget).getSelectionIndex()); } } ); |
| ||||
fCheckbox.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { checkboxChecked(((Button) e.widget).getSelection()); } } ); |
| ||||
fCombo.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { comboSelected(((Combo) e.widget).getSelectionIndex()); } } ); |
| |||
[[#variable945f51a0]].addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { [[#variable945f5100]]((( [[#variable945f50c0]]) e.widget). [[#variable945f51c0]]()); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#945f51a0]] | checkBox |
1 | 2 | [[#945f51a0]] | cloneCheckBox |
1 | 3 | [[#945f51a0]] | leaveRawCheckBox |
1 | 4 | [[#945f51a0]] | checkBox |
1 | 5 | [[#945f51a0]] | fCheckbox |
1 | 6 | [[#945f51a0]] | fCombo |
1 | 7 | [[#945f51a0]] | fIndentStyleCombo |
1 | 8 | [[#945f51a0]] | fWrappingStyleCombo |
1 | 9 | [[#945f51a0]] | checkBox |
2 | 1 | [[#945f5100]] | setGenerateJavadoc |
2 | 2 | [[#945f5100]] | setAssumeCloseReturnsSameType |
2 | 3 | [[#945f5100]] | setLeaveUnconstrainedRaw |
2 | 4 | [[#945f5100]] | setRethrowRuntimeException |
2 | 5 | [[#945f5100]] | checkboxChecked |
2 | 6 | [[#945f5100]] | comboSelected |
2 | 7 | [[#945f5100]] | indentStyleChanged |
2 | 8 | [[#945f5100]] | wrappingStyleChanged |
2 | 9 | [[#945f5100]] | setGenerateJavadoc |
3 | 1 | [[#945f50c0]] | Button |
3 | 2 | [[#945f50c0]] | Button |
3 | 3 | [[#945f50c0]] | Button |
3 | 4 | [[#945f50c0]] | Button |
3 | 5 | [[#945f50c0]] | Button |
3 | 6 | [[#945f50c0]] | Combo |
3 | 7 | [[#945f50c0]] | Combo |
3 | 8 | [[#945f50c0]] | Combo |
3 | 9 | [[#945f50c0]] | Button |
4 | 1 | [[#945f51c0]] | getSelection |
4 | 2 | [[#945f51c0]] | getSelection |
4 | 3 | [[#945f51c0]] | getSelection |
4 | 4 | [[#945f51c0]] | getSelection |
4 | 5 | [[#945f51c0]] | getSelection |
4 | 6 | [[#945f51c0]] | getSelectionIndex |
4 | 7 | [[#945f51c0]] | getSelectionIndex |
4 | 8 | [[#945f51c0]] | getSelectionIndex |
4 | 9 | [[#945f51c0]] | getSelection |