Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | catch_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 514 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/LocalEvaluationEngine.java |
2 | 6 | 595 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/LocalEvaluationEngine.java |
| ||||
catch (DebugException d) { evaluationAborted(); throw d; } catch (CoreException e) { evaluationAborted(); throw new DebugException(e.getStatus()); } |
| ||||
catch (DebugException d) { evaluationAborted(); throw d; } catch (CoreException e) { evaluationAborted(); throw new DebugException(e.getStatus()); } |
| |||
catch (DebugException d) { evaluationAborted(); throw d; } catch (CoreException e) { evaluationAborted(); throw new DebugException(e.getStatus()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |