Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 8 | 2 | 0.950 | constructor_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 43 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/plugin/ContentHandlerRegistryReader.java |
2 | 6 | 38 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/plugin/ContentParserRegistryReader.java |
3 | 6 | 36 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/plugin/DynamicPackageRegistryReader.java |
4 | 6 | 38 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/plugin/ExtensionParserRegistryReader.java |
5 | 6 | 37 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/plugin/FactoryOverrideRegistryReader.java |
6 | 6 | 42 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/plugin/GeneratedPackageRegistryReader.java |
7 | 6 | 38 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/plugin/ProtocolParserRegistryReader.java |
8 | 6 | 43 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/plugin/URIMappingRegistryReader.java |
| |||||
public ContentHandlerRegistryReader() { super(Platform.getExtensionRegistry(), EcorePlugin.getPlugin().getBundle().getSymbolicName(), EcorePlugin.CONTENT_HANDLER_PPID); } |
| |||||
public ContentParserRegistryReader() { super(Platform.getExtensionRegistry(), EcorePlugin.getPlugin().getBundle().getSymbolicName(), EcorePlugin.CONTENT_PARSER_PPID); } |
| |||||
public DynamicPackageRegistryReader() { super(Platform.getExtensionRegistry(), EcorePlugin.getPlugin().getBundle().getSymbolicName(), EcorePlugin.DYNAMIC_PACKAGE_PPID); } |
| |||||
public ExtensionParserRegistryReader() { super(Platform.getExtensionRegistry(), EcorePlugin.getPlugin().getBundle().getSymbolicName(), EcorePlugin.EXTENSION_PARSER_PPID); } |
| |||||
public FactoryOverrideRegistryReader() { super(Platform.getExtensionRegistry(), EcorePlugin.getPlugin().getBundle().getSymbolicName(), EcorePlugin.FACTORY_OVERRIDE_PPID); } |
| |||||
public GeneratedPackageRegistryReader() { super(Platform.getExtensionRegistry(), EcorePlugin.getPlugin().getBundle().getSymbolicName(), EcorePlugin.GENERATED_PACKAGE_PPID); } |
| |||||
public ProtocolParserRegistryReader() { super(Platform.getExtensionRegistry(), EcorePlugin.getPlugin().getBundle().getSymbolicName(), EcorePlugin.PROTOCOL_PARSER_PPID); } |
| |||||
public URIMappingRegistryReader() { super(Platform.getExtensionRegistry(), EcorePlugin.getPlugin().getBundle().getSymbolicName(), EcorePlugin.URI_MAPPING_PPID); } |
| |||
public [[#variable17225520]]() { super(Platform.getExtensionRegistry(), EcorePlugin.getPlugin().getBundle().getSymbolicName(), EcorePlugin. [[#variable17225b20]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17225520]] | ContentHandlerRegistryReader |
1 | 2 | [[#17225520]] | ContentParserRegistryReader |
1 | 3 | [[#17225520]] | DynamicPackageRegistryReader |
1 | 4 | [[#17225520]] | ExtensionParserRegistryReader |
1 | 5 | [[#17225520]] | FactoryOverrideRegistryReader |
1 | 6 | [[#17225520]] | GeneratedPackageRegistryReader |
1 | 7 | [[#17225520]] | ProtocolParserRegistryReader |
1 | 8 | [[#17225520]] | URIMappingRegistryReader |
2 | 1 | [[#17225b20]] | CONTENT_HANDLER_PPID |
2 | 2 | [[#17225b20]] | CONTENT_PARSER_PPID |
2 | 3 | [[#17225b20]] | DYNAMIC_PACKAGE_PPID |
2 | 4 | [[#17225b20]] | EXTENSION_PARSER_PPID |
2 | 5 | [[#17225b20]] | FACTORY_OVERRIDE_PPID |
2 | 6 | [[#17225b20]] | GENERATED_PACKAGE_PPID |
2 | 7 | [[#17225b20]] | PROTOCOL_PARSER_PPID |
2 | 8 | [[#17225b20]] | URI_MAPPING_PPID |