Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.952 | switch_groups[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 224 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/AnyTypeImpl.java |
2 | 6 | 263 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/SimpleAnyTypeImpl.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(); |
| |||||
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(); |
| |||
case XMLTypePackage. [[#variable174bb480]]: return mixed != null && !mixed.isEmpty(); case XMLTypePackage. [[#variable174bb460]]: return !getAny().isEmpty(); case XMLTypePackage. [[#variable1749dde0]]: return anyAttribute != null && !anyAttribute.isEmpty(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174bb480]] | ANY_TYPE__MIXED |
1 | 2 | [[#174bb480]] | SIMPLE_ANY_TYPE__MIXED |
2 | 1 | [[#174bb460]] | ANY_TYPE__ANY |
2 | 2 | [[#174bb460]] | SIMPLE_ANY_TYPE__ANY |
3 | 1 | [[#1749dde0]] | ANY_TYPE__ANY_ATTRIBUTE |
3 | 2 | [[#1749dde0]] | SIMPLE_ANY_TYPE__ANY_ATTRIBUTE |