Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 2 | 0.969 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 168 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/XMLResourceImpl.java |
2 | 10 | 193 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/XMLResourceImpl.java |
| |||||
if (options == null) { options = Collections.EMPTY_MAP; } ResourceHandler handler = (ResourceHandler) options.get(OPTION_RESOURCE_HANDLER); if (handler != null) { handler.preLoad(this, inputStream, options); } |
| |||||
if (options == null) { options = Collections.EMPTY_MAP; } ResourceHandler handler = (ResourceHandler) options.get(OPTION_RESOURCE_HANDLER); if (handler != null) { handler.preSave(this, outputStream, options); } |
| |||
if (options == null) { options = Collections.EMPTY_MAP; } ResourceHandler handler = (ResourceHandler) options.get(OPTION_RESOURCE_HANDLER); if (handler != null) { handler. [[#variable1749d100]](this, [[#variable1749d020]], options); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1749d100]] | preLoad |
1 | 2 | [[#1749d100]] | preSave |
2 | 1 | [[#1749d020]] | inputStream |
2 | 2 | [[#1749d020]] | outputStream |