Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.966 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 1276 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStructuralFeatureImpl.java |
2 | 8 | 1287 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStructuralFeatureImpl.java |
| |||||
{ if (dataClass == null) { settingDelegate = new InternalSettingDelegateSingleDataUnsettableDynamic((EDataType) eType, defaultValue, intrinsicDefaultValue, this ); } else { settingDelegate = new InternalSettingDelegateSingleDataUnsettableStatic(dataClass, defaultValue, intrinsicDefaultValue, this ); } } |
| |||||
{ if (dataClass == null) { settingDelegate = new InternalSettingDelegateSingleDataDynamic((EDataType) eType, defaultValue, intrinsicDefaultValue, this ); } else { settingDelegate = new InternalSettingDelegateSingleDataStatic(dataClass, defaultValue, intrinsicDefaultValue, this ); } } |
| |||
{ if (dataClass == null) { settingDelegate = new [[#variable174edb40]]((EDataType) eType, defaultValue, intrinsicDefaultValue, this ); } else { settingDelegate = new [[#variable174eda60]](dataClass, defaultValue, intrinsicDefaultValue, this ); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174edb40]] | InternalSettingDelegateSingleDataUnsettableDynamic |
1 | 2 | [[#174edb40]] | InternalSettingDelegateSingleDataDynamic |
2 | 1 | [[#174eda60]] | InternalSettingDelegateSingleDataUnsettableStatic |
2 | 2 | [[#174eda60]] | InternalSettingDelegateSingleDataStatic |