Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 7 | 1 | 0.979 | field_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 71 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/DelegatingResourceLocator.java |
2 | 1 | 41 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/ResourceFactoryRegistryImpl.java |
3 | 1 | 46 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/ResourceFactoryRegistryImpl.java |
4 | 1 | 51 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/ResourceFactoryRegistryImpl.java |
5 | 1 | 83 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/builder/RoseEcoreBuilder.java |
6 | 1 | 51 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/builder/RoseUtil.java |
7 | 1 | 52 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/builder/RoseUtil.java |
| |||||
/** * A cache of the image descriptions. */ protected Map<String, Object> images = new HashMap<String, Object>(); |
| |||||
/** * The protocol map. */ protected Map<String, Object> protocolToFactoryMap = new HashMap<String, Object>(); |
| |||||
/** * The extension map. */ protected Map<String, Object> extensionToFactoryMap = new HashMap<String, Object>(); |
| |||||
/** * The content type identifier map. */ protected Map<String, Object> contentTypeIdentifierToFactoryMap = new HashMap<String, Object>(); |
| |||||
protected Map<String, Object> idToParentMap = new HashMap<String, Object>(); |
| |||||
protected Map<String, Object> quidTable = new HashMap<String, Object>(); |
| |||||
protected Map<String, Object> nameTable = new HashMap<String, Object>(); |
| |||
/** * A cache of the image descriptions. */ /** * The content type identifier map. */ /** * The extension map. */ /** * The protocol map. */ protected Map<String, Object> [[#variable17219580]]= new HashMap<String, Object>(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17219580]] | images |
1 | 2 | [[#17219580]] | protocolToFactoryMap |
1 | 3 | [[#17219580]] | extensionToFactoryMap |
1 | 4 | [[#17219580]] | contentTypeIdentifierToFactoryMap |
1 | 5 | [[#17219580]] | idToParentMap |
1 | 6 | [[#17219580]] | quidTable |
1 | 7 | [[#17219580]] | nameTable |