CloneSet421


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4610.976method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14381
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java
24596
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java
34622
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java
44648
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java
54674
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java
641448
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
381
Source File
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();
}


Next
Previous
Clone Instance
2
Line Count
4
Source Line
596
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java

@Deprecated public String convertGMonth(Object instanceValue) {
  return instanceValue == null ? null: instanceValue.toString();
}


Next
Previous
Clone Instance
3
Line Count
4
Source Line
622
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java

@Deprecated public String convertGMonthDay(Object instanceValue) {
  return instanceValue == null ? null: instanceValue.toString();
}


Next
Previous
Clone Instance
4
Line Count
4
Source Line
648
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java

@Deprecated public String convertGYear(Object instanceValue) {
  return instanceValue == null ? null: instanceValue.toString();
}


Next
Previous
Clone Instance
5
Line Count
4
Source Line
674
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java

@Deprecated public String convertGYearMonth(Object instanceValue) {
  return instanceValue == null ? null: instanceValue.toString();
}


First
Previous
Clone Instance
6
Line Count
4
Source Line
1448
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java

@Deprecated public String convertTime(Object instanceValue) {
  return instanceValue == null ? null: instanceValue.toString();
}


Clone AbstractionParameter Count: 1Parameter Bindings

@Deprecated public String  [[#variable172a4840]](Object instanceValue) {
  return instanceValue == null ? null: instanceValue.toString();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#172a4840]]
convertDuration 
12[[#172a4840]]
convertGMonth 
13[[#172a4840]]
convertGMonthDay 
14[[#172a4840]]
convertGYear 
15[[#172a4840]]
convertGYearMonth 
16[[#172a4840]]
convertTime