Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.957 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 715 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/BeanShell.java |
2 | 7 | 724 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/BeanShell.java |
| |||||
if (e instanceof TargetError) { Throwable t = ((TargetError) e).getTarget(); if (t instanceof Exception) throw (Exception) t; else if (t instanceof Error) throw (Error) t; } |
| |||||
if (e instanceof InvocationTargetException) { Throwable t = ((InvocationTargetException) e).getTargetException(); if (t instanceof Exception) throw (Exception) t; else if (t instanceof Error) throw (Error) t; } |
| |||
if (e instanceof [[#variableaecf740]]) { Throwable t = (( [[#variableaecf740]]) e). [[#variableaecf660]](); if (t instanceof Exception) throw (Exception) t; else if (t instanceof Error) throw (Error) t; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#aecf740]] | TargetError |
1 | 2 | [[#aecf740]] | InvocationTargetException |
2 | 1 | [[#aecf660]] | getTarget |
2 | 2 | [[#aecf660]] | getTargetException |