Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.950 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 191 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIDebugUIPlugin.java |
2 | 2 | 397 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/LaunchingPlugin.java |
| ||||
/** * Logs an internal error with the specified throwable * * @param e the exception to be logged */ public static void log(Throwable e) { log(new Status(IStatus.ERROR, getUniqueIdentifier(), IJavaDebugUIConstants.INTERNAL_ERROR, DebugUIMessages.JDIDebugUIPlugin_Internal_Error_1, e)); } |
| ||||
public static void log(Throwable e) { log(new Status(IStatus.ERROR, getUniqueIdentifier(), IStatus.ERROR, e.getMessage(), e)); } |
| |||
/** * Logs an internal error with the specified throwable * * @param e the exception to be logged */ public static void log(Throwable e) { log(new Status(IStatus.ERROR, getUniqueIdentifier(), [[#variable753fa8a0]]. [[#variable753fa820]], [[#variable753fa7c0]] [[#variable753fa740]], e)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#753fa8a0]] | IJavaDebugUIConstants |
1 | 2 | [[#753fa8a0]] | IStatus |
2 | 1 | [[#753fa820]] | INTERNAL_ERROR |
2 | 2 | [[#753fa820]] | ERROR |
3 | 1 | [[#753fa7c0]] | DebugUIMessages |
3 | 2 | [[#753fa7c0]] | e |
4 | 1 | [[#753fa740]] | .JDIDebugUIPlugin_Internal_Error_1 |
4 | 2 | [[#753fa740]] | .getMessage() |