Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 1 | 0.977 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 503 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicFeatureMap.java |
2 | 10 | 515 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingFeatureMap.java |
| |||||
if (validator.isValid(otherEntry.getEStructuralFeature())) { if (otherEntry.equals(entry)) { return false; } else { doSet(i, object); return true; } } |
| |||||
if (validator.isValid(otherEntry.getEStructuralFeature())) { if (otherEntry.equals(object)) { return false; } else { doSet(i, object); return true; } } |
| |||
if (validator.isValid(otherEntry.getEStructuralFeature())) { if (otherEntry.equals( [[#variable175c7920]])) { return false; } else { doSet(i, object); return true; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175c7920]] | entry |
1 | 2 | [[#175c7920]] | object |