Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 4 | 0.964 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 67 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/propertypages/JavaExceptionBreakpointPage.java |
2 | 7 | 74 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/propertypages/JavaExceptionBreakpointPage.java |
| ||||
try { fCaughtButton.setSelection(breakpoint.isCaught()); } catch (CoreException e) { JDIDebugPlugin.log(e); } fCaughtButton.addSelectionListener(exceptionBreakpointValidator); fUncaughtButton = createCheckButton(parent, PropertyPageMessages.JavaExceptionBreakpointPage_1); |
| ||||
try { fUncaughtButton.setSelection(breakpoint.isUncaught()); } catch (CoreException e) { JDIDebugPlugin.log(e); } fUncaughtButton.addSelectionListener(exceptionBreakpointValidator); fSuspendOnSubclasses = createCheckButton(parent, PropertyPageMessages.JavaExceptionBreakpointPage_4); |
| |||
try { [[#variablebb633cc0]].setSelection(breakpoint. [[#variablebb633c60]]()); } catch (CoreException e) { JDIDebugPlugin.log(e); } [[#variablebb633cc0]].addSelectionListener(exceptionBreakpointValidator); [[#variablebb633bc0]]= createCheckButton(parent, PropertyPageMessages. [[#variablebb633a60]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb633cc0]] | fCaughtButton |
1 | 2 | [[#bb633cc0]] | fUncaughtButton |
2 | 1 | [[#bb633c60]] | isCaught |
2 | 2 | [[#bb633c60]] | isUncaught |
3 | 1 | [[#bb633bc0]] | fUncaughtButton |
3 | 2 | [[#bb633bc0]] | fSuspendOnSubclasses |
4 | 1 | [[#bb633a60]] | JavaExceptionBreakpointPage_1 |
4 | 2 | [[#bb633a60]] | JavaExceptionBreakpointPage_4 |