Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 3 | 0.951 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 66 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/breakpoints/AddExceptionDialogExtension.java |
2 | 8 | 77 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/breakpoints/AddExceptionDialogExtension.java |
| ||||
fCaughtButton.setFont(comp.getFont()); fCaughtButton.setText(BreakpointMessages.AddExceptionDialog_15); fCaughtButton.setSelection(fCaught); fCaughtButton.addSelectionListener(new SelectionListener() { public void widgetSelected(SelectionEvent e) { fCaught = fCaughtButton.getSelection(); } public void widgetDefaultSelected(SelectionEvent e) { } } ); |
| ||||
fUncaughtButton.setFont(comp.getFont()); fUncaughtButton.setText(BreakpointMessages.AddExceptionDialog_16); fUncaughtButton.setSelection(fUncaught); fUncaughtButton.addSelectionListener(new SelectionListener() { public void widgetSelected(SelectionEvent e) { fUncaught = fUncaughtButton.getSelection(); } public void widgetDefaultSelected(SelectionEvent e) { } } ); |
| |||
[[#variable53642520]].setFont(comp.getFont()); [[#variable53642520]].setText(BreakpointMessages. [[#variable5057df60]]); [[#variable53642520]].setSelection( [[#variable53642160]]); [[#variable53642520]].addSelectionListener(new SelectionListener() { public void widgetSelected(SelectionEvent e) { [[#variable53642160]]= [[#variable53642520]].getSelection(); } public void widgetDefaultSelected(SelectionEvent e) { } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53642520]] | fUncaughtButton |
1 | 2 | [[#53642520]] | fCaughtButton |
2 | 1 | [[#5057df60]] | AddExceptionDialog_16 |
2 | 2 | [[#5057df60]] | AddExceptionDialog_15 |
3 | 1 | [[#53642160]] | fUncaught |
3 | 2 | [[#53642160]] | fCaught |