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.957 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 2796 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java |
2 | 3 | 2816 | 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 convertNOTATIONToString(EDataType eDataType, Object instanceValue) { return convertNOTATION((QName) instanceValue); } |
| |||||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public String convertQNameToString(EDataType eDataType, Object instanceValue) { return convertQName((QName) instanceValue); } |
| |||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public String [[#variable1758f8e0]](EDataType eDataType, Object instanceValue) { return [[#variable1758f880]]((QName) instanceValue); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1758f8e0]] | convertNOTATIONToString |
1 | 2 | [[#1758f8e0]] | convertQNameToString |
2 | 1 | [[#1758f880]] | convertNOTATION |
2 | 2 | [[#1758f880]] | convertQName |