Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.950 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 132 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/BSHArrayInitializer.java |
2 | 3 | 135 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/BSHArrayInitializer.java |
| |||||
catch (IllegalArgumentException e) { Interpreter.debug("illegal arg" + e); throwTypeError(baseType, currentInitializer, i, callstack); } |
| |||||
catch (ArrayStoreException e) { // I think this can happen Interpreter.debug("arraystore" + e); throwTypeError(baseType, currentInitializer, i, callstack); } |
| |||
catch ( [[#variablec2cab00]] e) { // I think this can happen Interpreter.debug( [[#variablec2ca760]] + e); throwTypeError(baseType, currentInitializer, i, callstack); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c2cab00]] | IllegalArgumentException |
1 | 2 | [[#c2cab00]] | ArrayStoreException |
2 | 1 | [[#c2ca760]] | "illegal arg" |
2 | 2 | [[#c2ca760]] | "arraystore" |