Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 1 | 0.964 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 30 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/WrappedException.java |
2 | 8 | 36 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/XMIException.java |
| |||||
/** * Creates an instance that wraps the exception. */ public WrappedException(Exception exception) { super(exception); } /** * Creates an instance with it's own message that wraps the exception. * @param message the message. * @param exception the exception to wrap. */ public WrappedException(String message, Exception exception) { super(message, exception); } |
| |||||
public XMIException(Exception exception) { super(exception); } public XMIException(String message, Exception exception) { super(message, exception); } |
| |||
/** * Creates an instance that wraps the exception. */ public [[#variable1750b600]](Exception exception) { super(exception); } /** * Creates an instance with it's own message that wraps the exception. * @param message the message. * @param exception the exception to wrap. */ public [[#variable1750b600]](String message, Exception exception) { super(message, exception); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1750b600]] | WrappedException |
1 | 2 | [[#1750b600]] | XMIException |