Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.977 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 713 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/impl/FeatureChangeImpl.java |
2 | 4 | 358 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/impl/ResourceChangeImpl.java |
| |||||
case ChangePackage.FEATURE_CHANGE__LIST_CHANGES: getListChanges().clear(); getListChanges().addAll((Collection<? extends ListChange>) newValue); return; |
| |||||
case ChangePackage.RESOURCE_CHANGE__LIST_CHANGES: getListChanges().clear(); getListChanges().addAll((Collection<? extends ListChange>) newValue); return; |
| |||
case ChangePackage. [[#variable175dbdc0]]: getListChanges().clear(); getListChanges().addAll((Collection<? extends ListChange>) newValue); return; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175dbdc0]] | FEATURE_CHANGE__LIST_CHANGES |
1 | 2 | [[#175dbdc0]] | RESOURCE_CHANGE__LIST_CHANGES |