CloneSet1021


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6230.952switch_groups[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16224
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/AnyTypeImpl.java
26263
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/SimpleAnyTypeImpl.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
224
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/AnyTypeImpl.java

case XMLTypePackage.ANY_TYPE__MIXED:
  return mixed != null && !mixed.isEmpty();
case XMLTypePackage.ANY_TYPE__ANY:
  return !getAny().isEmpty();
case XMLTypePackage.ANY_TYPE__ANY_ATTRIBUTE:
  return anyAttribute != null && !anyAttribute.isEmpty();


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

case XMLTypePackage.SIMPLE_ANY_TYPE__MIXED:
  return mixed != null && !mixed.isEmpty();
case XMLTypePackage.SIMPLE_ANY_TYPE__ANY:
  return !getAny().isEmpty();
case XMLTypePackage.SIMPLE_ANY_TYPE__ANY_ATTRIBUTE:
  return anyAttribute != null && !anyAttribute.isEmpty();


Clone AbstractionParameter Count: 3Parameter Bindings

case XMLTypePackage. [[#variable174bb480]]:
  return mixed != null && !mixed.isEmpty();
case XMLTypePackage. [[#variable174bb460]]:
  return !getAny().isEmpty();
case XMLTypePackage. [[#variable1749dde0]]:
  return anyAttribute != null && !anyAttribute.isEmpty();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#174bb480]]
ANY_TYPE__MIXED 
12[[#174bb480]]
SIMPLE_ANY_TYPE__MIXED 
21[[#174bb460]]
ANY_TYPE__ANY 
22[[#174bb460]]
SIMPLE_ANY_TYPE__ANY 
31[[#1749dde0]]
ANY_TYPE__ANY_ATTRIBUTE 
32[[#1749dde0]]
SIMPLE_ANY_TYPE__ANY_ATTRIBUTE