Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 162 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/resource/ResourceItemProviderAdapterFactory.java |
2 | 4 | 129 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/tree/provider/TreeItemProviderAdapterFactory.java |
3 | 4 | 1043 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/impl/MappingRootImpl.java |
| |||||
/** * This implementation substitutes the factory itself as the key for the adapter. * @generated */ @Override public Adapter adapt(Notifier notifier, Object type) { return super.adapt(notifier, this ); } |
| |||||
/** * This implementation substitutes the factory itself as the key for the adapter. */ @Override public Adapter adapt(Notifier notifier, Object type) { return super.adapt(notifier, this ); } |
| |||||
@Override public Adapter adapt(Notifier notifier, Object type) { return super.adapt(notifier, this ); } |
| |||
/** * This implementation substitutes the factory itself as the key for the adapter. * @generated */ /** * This implementation substitutes the factory itself as the key for the adapter. */ @Override public Adapter adapt(Notifier notifier, Object type) { return super.adapt(notifier, this ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |