Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 1 | 0.962 | type_declarations |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 14 | plugins/org.eclipse.jdt.debug/jdi interfaces/com/sun/jdi/VMOutOfMemoryException.java |
2 | 12 | 17 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/hcr/OperationRefusedException.java |
| ||||
public class VMOutOfMemoryException extends RuntimeException { /** * All serializable objects should have a stable serialVersionUID */ private static final long serialVersionUID = 1L; public VMOutOfMemoryException() { } public VMOutOfMemoryException(String s) { super(s); } } |
| ||||
/** * Thrown to indicate that the target VM refused to perform an operation. */ public class OperationRefusedException extends RuntimeException { /** * All serializable objects should have a stable serialVersionUID */ private static final long serialVersionUID = 1L; public OperationRefusedException() { } public OperationRefusedException(String s) { super(s); } } |
| |||
/** * Thrown to indicate that the target VM refused to perform an operation. */ public class [[#variable75484b20]]extends RuntimeException { /** * All serializable objects should have a stable serialVersionUID */ private static final long serialVersionUID = 1L; public [[#variable75484b20]]() { } public [[#variable75484b20]](String s) { super(s); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#75484b20]] | VMOutOfMemoryException |
1 | 2 | [[#75484b20]] | OperationRefusedException |