Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 44 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ReflectiveItemProviderAdapterFactory.java |
2 | 7 | 68 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/resource/ResourceItemProviderAdapterFactory.java |
| |||||
/** * This is used to implement {@link org.eclipse.emf.edit.provider.IChangeNotifier}. */ protected IChangeNotifier changeNotifier = new ChangeNotifier(); /** * This keeps track of all the supported types checked by {@link #isFactoryForType isFactoryForType}. */ protected Collection<Object> supportedTypes = new ArrayList<Object>(); |
| |||||
/** * This is used to implement {@link org.eclipse.emf.edit.provider.IChangeNotifier}. * @generated */ protected IChangeNotifier changeNotifier = new ChangeNotifier(); /** * This keeps track of all the supported types checked by {@link #isFactoryForType isFactoryForType}. * @generated */ protected Collection<Object> supportedTypes = new ArrayList<Object>(); |
| |||
/** * This is used to implement {@link org.eclipse.emf.edit.provider.IChangeNotifier}. * @generated */ /** * This is used to implement {@link org.eclipse.emf.edit.provider.IChangeNotifier}. */ protected IChangeNotifier changeNotifier = new ChangeNotifier(); /** * This keeps track of all the supported types checked by {@link #isFactoryForType isFactoryForType}. * @generated */ /** * This keeps track of all the supported types checked by {@link #isFactoryForType isFactoryForType}. */ protected Collection<Object> supportedTypes = new ArrayList<Object>(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |