Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.984 | catch_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 396 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EFactoryImpl.java |
2 | 11 | 427 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EFactoryImpl.java |
| |||||
catch (InstantiationException e) { formatException = e; } catch (InvocationTargetException e) { formatException = e.getCause(); } catch (IllegalAccessException e) { formatException = e; } |
| |||||
catch (IllegalArgumentException e) { formatException = e; } catch (InvocationTargetException e) { formatException = e.getCause(); } catch (IllegalAccessException e) { formatException = e; } |
| |||
catch ( [[#variable174aaea0]] e) { formatException = e; } catch (InvocationTargetException e) { formatException = e.getCause(); } catch (IllegalAccessException e) { formatException = e; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174aaea0]] | InstantiationException |
1 | 2 | [[#174aaea0]] | IllegalArgumentException |