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.988 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 755 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EPackageImpl.java |
2 | 6 | 763 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EPackageImpl.java |
| |||||
protected ETypeParameter addETypeParameter(EClassifier owner, String name) { ETypeParameter eTypeParameter = ecoreFactory.createETypeParameter(); eTypeParameter.setName(name); owner.getETypeParameters().add(eTypeParameter); return eTypeParameter; } |
| |||||
protected ETypeParameter addETypeParameter(EOperation owner, String name) { ETypeParameter eTypeParameter = ecoreFactory.createETypeParameter(); eTypeParameter.setName(name); owner.getETypeParameters().add(eTypeParameter); return eTypeParameter; } |
| |||
protected ETypeParameter addETypeParameter( [[#variable173e5300]] owner, String name) { ETypeParameter eTypeParameter = ecoreFactory.createETypeParameter(); eTypeParameter.setName(name); owner.getETypeParameters().add(eTypeParameter); return eTypeParameter; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173e5300]] | EClassifier |
1 | 2 | [[#173e5300]] | EOperation |