Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 2 | 0.972 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 1373 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java |
2 | 13 | 1479 | 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 short createShort(String literal) { return literal == null ? 0: Short.parseShort(literal); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public String convertShort(short instanceValue) { return Short.toString(instanceValue); } |
| |||||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public short createUnsignedByte(String literal) { return literal == null ? 0: Short.parseShort(literal); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public String convertUnsignedByte(short instanceValue) { return Short.toString(instanceValue); } |
| |||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public short [[#variable17430b00]](String literal) { return literal == null ? 0: Short.parseShort(literal); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public String [[#variable17430aa0]](short instanceValue) { return Short.toString(instanceValue); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17430b00]] | createShort |
1 | 2 | [[#17430b00]] | createUnsignedByte |
2 | 1 | [[#17430aa0]] | convertShort |
2 | 2 | [[#17430aa0]] | convertUnsignedByte |