Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 2 | 0.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 191 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EObjectValidator.java |
2 | 7 | 199 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EObjectValidator.java |
3 | 7 | 207 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EObjectValidator.java |
| |||||
if (result || theDiagnostics != null) { result &= validate_EveryProxyResolves(object, theDiagnostics, context); } if (result || theDiagnostics != null) { result &= validate_EveryReferenceIsContained(object, theDiagnostics, context); } |
| |||||
if (result || theDiagnostics != null) { result &= validate_EveryDataValueConforms(object, theDiagnostics, context); } if (result || theDiagnostics != null) { result &= validate_UniqueID(object, theDiagnostics, context); } |
| |||||
if (result || theDiagnostics != null) { result &= validate_EveryKeyUnique(object, theDiagnostics, context); } if (result || theDiagnostics != null) { result &= validate_EveryMapEntryUnique(object, theDiagnostics, context); } |
| |||
if (result || theDiagnostics != null) { result &= [[#variable173e3100]](object, theDiagnostics, context); } if (result || theDiagnostics != null) { result &= [[#variable173e3620]](object, theDiagnostics, context); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173e3100]] | validate_EveryProxyResolves |
1 | 2 | [[#173e3100]] | validate_EveryDataValueConforms |
1 | 3 | [[#173e3100]] | validate_EveryKeyUnique |
2 | 1 | [[#173e3620]] | validate_EveryReferenceIsContained |
2 | 2 | [[#173e3620]] | validate_UniqueID |
2 | 3 | [[#173e3620]] | validate_EveryMapEntryUnique |