Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 1 | 0.973 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1389 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicExtendedMetaData.java |
2 | 6 | 1410 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicExtendedMetaData.java |
3 | 6 | 1425 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicExtendedMetaData.java |
| |||||
for (int i = 0, size = allElements.size(); i < size; ++i) { EStructuralFeature result = allElements.get(i); if (matches(getWildcards(result), namespace)) { return result; } } |
| |||||
for (int i = 0, size = allAttributes.size(); i < size; ++i) { EStructuralFeature result = allAttributes.get(i); if (matches(getWildcards(result), namespace)) { return result; } } |
| |||||
for (int i = 0, size = allElements.size(); i < size; ++i) { EStructuralFeature result = allElements.get(i); if (matches(getWildcards(result), namespace)) { return result; } } |
| |||
for (int i = 0, size = [[#variable17302120]].size(); i < size; ++i) { EStructuralFeature result = [[#variable17302120]].get(i); if (matches(getWildcards(result), namespace)) { return result; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17302120]] | allElements |
1 | 2 | [[#17302120]] | allAttributes |
1 | 3 | [[#17302120]] | allElements |