CloneSet541


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.972catch_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13124
E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/BSHAllocationExpression.java
2673
E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/BSHMethodInvocation.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
124
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/BSHAllocationExpression.java

catch (ReflectError
       e) {
  throw new EvalError("Constructor error: " + e.getMessage(), this, callstack);
}


First
Previous
Clone Instance
2
Line Count
6
Source Line
73
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/BSHMethodInvocation.java

catch (ReflectError
       e) {
  // XXX
  //e.printStackTrace();
  throw new EvalError("Error in method invocation: " + e.getMessage(), this, callstack);
}


Clone AbstractionParameter Count: 1Parameter Bindings

catch (ReflectError
       e) {
  // XXX
  //e.printStackTrace();
  throw new EvalError( [[#variablec2e6300]] + e.getMessage(), this, callstack);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#c2e6300]]
"Constructor error: " 
12[[#c2e6300]]
"Error in method invocation: "