Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.986 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 286 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaDebugOptionsManager.java |
2 | 8 | 295 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaDebugOptionsManager.java |
| ||||
{ IBreakpoint breakpoint = getSuspendOnCompilationErrorBreakpoint(); if (breakpoint != null) { int kind = REMOVED; if (isSuspendOnCompilationErrors()) { kind = ADDED; } notifyTargets(breakpoint, kind); } } |
| ||||
{ IBreakpoint breakpoint = getSuspendOnUncaughtExceptionBreakpoint(); if (breakpoint != null) { int kind = REMOVED; if (isSuspendOnUncaughtExceptions()) { kind = ADDED; } notifyTargets(breakpoint, kind); } } |
| |||
{ IBreakpoint breakpoint = [[#variable99e8a1e0]](); if (breakpoint != null) { int kind = REMOVED; if ( [[#variable99e8a240]]()) { kind = ADDED; } notifyTargets(breakpoint, kind); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#99e8a1e0]] | getSuspendOnCompilationErrorBreakpoint |
1 | 2 | [[#99e8a1e0]] | getSuspendOnUncaughtExceptionBreakpoint |
2 | 1 | [[#99e8a240]] | isSuspendOnCompilationErrors |
2 | 2 | [[#99e8a240]] | isSuspendOnUncaughtExceptions |