Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.963 | constructor_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 46 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/XMIException.java |
2 | 6 | 62 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/XMIException.java |
| |||||
public XMIException(String message, String location, int line, int column) { super(message); this.location = location; this.line = line; this.column = column; } |
| |||||
public XMIException(Exception exception, String location, int line, int column) { super(exception); this.location = location; this.line = line; this.column = column; } |
| |||
public XMIException( [[#variable173d8820]] [[#variable173d87a0]], String location, int line, int column) { super( [[#variable173d87a0]]); this.location = location; this.line = line; this.column = column; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173d8820]] | String |
1 | 2 | [[#173d8820]] | Exception |
2 | 1 | [[#173d87a0]] | message |
2 | 2 | [[#173d87a0]] | exception |