| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 2 | 0.984 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 134 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaDebugOptionsManager.java |
| 2 | 1 | 143 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaDebugOptionsManager.java |
| ||||
IJavaExceptionBreakpoint bp = JDIDebugModel.createExceptionBreakpoint(ResourcesPlugin.getWorkspace().getRoot(), "java.lang.Error", true, true, false, false, null); //$NON-NLS-1$ |
| ||||
IJavaExceptionBreakpoint bp = JDIDebugModel.createExceptionBreakpoint(ResourcesPlugin.getWorkspace().getRoot(), "java.lang.Throwable", false, true, false, false, null); //$NON-NLS-1$ |
| |||
IJavaExceptionBreakpoint bp = JDIDebugModel.createExceptionBreakpoint(ResourcesPlugin.getWorkspace().getRoot(), [[#variable9d1a04a0]], [[#variable9d1a1000]], true, false, false, null); //$NON-NLS-1$ |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9d1a04a0]] | "java.lang.Throwable" |
| 1 | 2 | [[#9d1a04a0]] | "java.lang.Error" |
| 2 | 1 | [[#9d1a1000]] | false |
| 2 | 2 | [[#9d1a1000]] | true |