Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.958 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1824 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreValidator.java |
2 | 2 | 1826 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreValidator.java |
3 | 2 | 1828 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreValidator.java |
| |||||
if (result || diagnostics != null) result &= validateETypedElement_ValidUpperBound(eOperation, diagnostics, context); if (result || diagnostics != null) result &= validateETypedElement_ConsistentBounds(eOperation, diagnostics, context); |
| |||||
if (result || diagnostics != null) result &= validateETypedElement_ValidType(eOperation, diagnostics, context); if (result || diagnostics != null) result &= validateEOperation_UniqueParameterNames(eOperation, diagnostics, context); |
| |||||
if (result || diagnostics != null) result &= validateEOperation_UniqueTypeParameterNames(eOperation, diagnostics, context); if (result || diagnostics != null) result &= validateEOperation_NoRepeatingVoid(eOperation, diagnostics, context); |
| |||
if (result || diagnostics != null) result &= [[#variable17424240]](eOperation, diagnostics, context); if (result || diagnostics != null) result &= [[#variable174245a0]](eOperation, diagnostics, context); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17424240]] | validateETypedElement_ValidUpperBound |
1 | 2 | [[#17424240]] | validateETypedElement_ValidType |
1 | 3 | [[#17424240]] | validateEOperation_UniqueTypeParameterNames |
2 | 1 | [[#174245a0]] | validateETypedElement_ConsistentBounds |
2 | 2 | [[#174245a0]] | validateEOperation_UniqueParameterNames |
2 | 3 | [[#174245a0]] | validateEOperation_NoRepeatingVoid |