Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 6 | 1 | 0.976 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 381 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java |
2 | 4 | 596 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java |
3 | 4 | 622 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java |
4 | 4 | 648 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java |
5 | 4 | 674 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java |
6 | 4 | 1448 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java |
| |||||
@Deprecated public String convertDuration(Object instanceValue) { return instanceValue == null ? null: instanceValue.toString(); } |
| |||||
@Deprecated public String convertGMonth(Object instanceValue) { return instanceValue == null ? null: instanceValue.toString(); } |
| |||||
@Deprecated public String convertGMonthDay(Object instanceValue) { return instanceValue == null ? null: instanceValue.toString(); } |
| |||||
@Deprecated public String convertGYear(Object instanceValue) { return instanceValue == null ? null: instanceValue.toString(); } |
| |||||
@Deprecated public String convertGYearMonth(Object instanceValue) { return instanceValue == null ? null: instanceValue.toString(); } |
| |||||
@Deprecated public String convertTime(Object instanceValue) { return instanceValue == null ? null: instanceValue.toString(); } |
| |||
@Deprecated public String [[#variable172a4840]](Object instanceValue) { return instanceValue == null ? null: instanceValue.toString(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#172a4840]] | convertDuration |
1 | 2 | [[#172a4840]] | convertGMonth |
1 | 3 | [[#172a4840]] | convertGMonthDay |
1 | 4 | [[#172a4840]] | convertGYear |
1 | 5 | [[#172a4840]] | convertGYearMonth |
1 | 6 | [[#172a4840]] | convertTime |