Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.986 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 110 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/SAXWrapper.java |
2 | 2 | 117 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/SAXWrapper.java |
3 | 2 | 124 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/SAXWrapper.java |
| |||||
XMIException xmi = new XMIException(e.getException() == null ? e: e.getException(), e.getSystemId(), e.getLineNumber(), e.getColumnNumber()); handler.warning(xmi); |
| |||||
XMIException xmi = new XMIException(e.getException() == null ? e: e.getException(), e.getSystemId(), e.getLineNumber(), e.getColumnNumber()); handler.error(xmi); |
| |||||
XMIException xmi = new XMIException(e.getException() == null ? e: e.getException(), e.getSystemId(), e.getLineNumber(), e.getColumnNumber()); handler.fatalError(xmi); |
| |||
XMIException xmi = new XMIException(e.getException() == null ? e: e.getException(), e.getSystemId(), e.getLineNumber(), e.getColumnNumber()); handler. [[#variable1733af20]](xmi); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1733af20]] | warning |
1 | 2 | [[#1733af20]] | error |
1 | 3 | [[#1733af20]] | fatalError |