Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.980 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 880 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EcoreFactoryImpl.java |
2 | 3 | 976 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EcoreFactoryImpl.java |
| |||||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public Short createEShortFromString(EDataType metaObject, String initialValue) { return initialValue == null ? null: Short.valueOf(initialValue); } |
| |||||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public Short createEShortObjectFromString(EDataType metaObject, String initialValue) { return initialValue == null ? null: Short.valueOf(initialValue); } |
| |||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public Short [[#variable1753b120]](EDataType metaObject, String initialValue) { return initialValue == null ? null: Short.valueOf(initialValue); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1753b120]] | createEShortFromString |
1 | 2 | [[#1753b120]] | createEShortObjectFromString |