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.965 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 605 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/XMLResourceImpl.java |
2 | 9 | 666 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/XMLResourceImpl.java |
| |||||
/* (non-Javadoc) * @see org.eclipse.emf.ecore.xmi.XMLResource#load(org.w3c.dom.Node, java.util.Map) */ public void doLoad(Node node, Map<? , ? > options) throws IOException { XMLLoad xmlLoad = createXMLLoad(); if (options == null) { options = Collections.EMPTY_MAP; } xmlLoad.load(this, node, options); } |
| |||||
public void doLoad(InputSource inputSource, Map<? , ? > options) throws IOException { XMLLoad xmlLoad = createXMLLoad(); if (options == null) { options = Collections.EMPTY_MAP; } xmlLoad.load(this, inputSource, options); } |
| |||
/* (non-Javadoc) * @see org.eclipse.emf.ecore.xmi.XMLResource#load(org.w3c.dom.Node, java.util.Map) */ public void doLoad( [[#variable173bfc20]] [[#variable173bfbe0]], Map<? , ? > options) throws IOException { XMLLoad xmlLoad = createXMLLoad(); if (options == null) { options = Collections.EMPTY_MAP; } xmlLoad.load(this, [[#variable173bfbe0]], options); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173bfc20]] | Node |
1 | 2 | [[#173bfc20]] | InputSource |
2 | 1 | [[#173bfbe0]] | node |
2 | 2 | [[#173bfbe0]] | inputSource |