Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.972 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 124 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/BSHAllocationExpression.java |
2 | 6 | 73 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/BSHMethodInvocation.java |
| |||||
catch (ReflectError e) { throw new EvalError("Constructor error: " + e.getMessage(), this, callstack); } |
| |||||
catch (ReflectError e) { // XXX //e.printStackTrace(); throw new EvalError("Error in method invocation: " + e.getMessage(), this, callstack); } |
| |||
catch (ReflectError e) { // XXX //e.printStackTrace(); throw new EvalError( [[#variablec2e6300]] + e.getMessage(), this, callstack); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c2e6300]] | "Constructor error: " |
1 | 2 | [[#c2e6300]] | "Error in method invocation: " |