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.955 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1532 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EPackageImpl.java |
2 | 3 | 1537 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EPackageImpl.java |
| |||||
protected void addEException(EOperation owner, EClassifier exception) { owner.getEExceptions().add(exception); } |
| |||||
protected void addEException(EOperation owner, EGenericType exception) { owner.getEGenericExceptions().add(exception); } |
| |||
protected void addEException(EOperation owner, [[#variable175bc580]] exception) { owner. [[#variable175bc520]]().add(exception); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175bc580]] | EClassifier |
1 | 2 | [[#175bc580]] | EGenericType |
2 | 1 | [[#175bc520]] | getEExceptions |
2 | 2 | [[#175bc520]] | getEGenericExceptions |