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.974 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1403 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java |
2 | 3 | 1509 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java |
| |||||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public String convertShortObject(Short instanceValue) { return instanceValue == null ? null: instanceValue.toString(); } |
| |||||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public String convertUnsignedByteObject(Short instanceValue) { return instanceValue == null ? null: instanceValue.toString(); } |
| |||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public String [[#variable17642680]](Short instanceValue) { return instanceValue == null ? null: instanceValue.toString(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17642680]] | convertShortObject |
1 | 2 | [[#17642680]] | convertUnsignedByteObject |