Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.980 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 407 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/provider/EGenericTypeItemProvider.java |
2 | 8 | 184 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/provider/EOperationItemProvider.java |
| |||||
if (child instanceof EObject) { EObject eObject = (EObject) child; if (eObject.eContainer() == eGenericType) { // If it's really a contained child, return the feature for it. // return eObject.eContainingFeature(); } } |
| |||||
if (child instanceof EObject) { EObject eObject = (EObject) child; if (eObject.eContainer() == eOperation) { // If it's really a contained child, return the feature for it. // return eObject.eContainingFeature(); } } |
| |||
if (child instanceof EObject) { EObject eObject = (EObject) child; if (eObject.eContainer() == [[#variable175418a0]]) { // If it's really a contained child, return the feature for it. // return eObject.eContainingFeature(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175418a0]] | eGenericType |
1 | 2 | [[#175418a0]] | eOperation |