CloneSet217


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.957executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17715
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/BeanShell.java
27724
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/BeanShell.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
715
Source File
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;
}


First
Previous
Clone Instance
2
Line Count
7
Source Line
724
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/BeanShell.java

if (e instanceof InvocationTargetException) {
  Throwable t = ((InvocationTargetException) e).getTargetException();
  if (t instanceof Exception)
    throw (Exception) t;
  else
    if (t instanceof Error)
      throw (Error) t;
}


Clone AbstractionParameter Count: 2Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#aecf740]]
TargetError 
12[[#aecf740]]
InvocationTargetException 
21[[#aecf660]]
getTarget 
22[[#aecf660]]
getTargetException