Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.952 | nested_class_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 311 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/RootXMLContentHandlerImpl.java |
2 | 9 | 268 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/XMLContentHandlerImpl.java |
| |||||
/** * A describer that {@link #createContentHandler(Map) creates} a {@link RootXMLContentHandlerImpl} instance. */ public static class Describer extends ContentHandlerImpl.Describer { /** * Creates a {@link RootXMLContentHandlerImpl} instance. */ @Override protected ContentHandler createContentHandler(Map<String, String> parameters) { return new RootXMLContentHandlerImpl(parameters); } } |
| |||||
/** * A describer that {@link #createContentHandler(Map) creates} an {@link XMI} instance. */ public static class Describer extends ContentHandlerImpl.Describer { /** * Creates a {@link RootXMLContentHandlerImpl} instance. */ @Override protected ContentHandler createContentHandler(Map<String, String> parameters) { return new XMI(); } } |
| |||
/** * A describer that {@link #createContentHandler(Map) creates} an {@link XMI} instance. */ /** * A describer that {@link #createContentHandler(Map) creates} a {@link RootXMLContentHandlerImpl} instance. */ public static class Describer extends ContentHandlerImpl.Describer { /** * Creates a {@link RootXMLContentHandlerImpl} instance. */ /** * Creates a {@link RootXMLContentHandlerImpl} instance. */ @Override protected ContentHandler createContentHandler(Map<String, String> parameters) { return new [[#variable174a9d20]] [[#variable174a9c20]]; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174a9d20]] | RootXMLContentHandlerImpl |
1 | 2 | [[#174a9d20]] | XMI |
2 | 1 | [[#174a9c20]] | (parameters) |
2 | 2 | [[#174a9c20]] | () |