Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.983 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 110 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/AptPlugin.java |
2 | 2 | 118 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/AptPlugin.java |
3 | 2 | 126 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/AptPlugin.java |
| ||||
/** * Convenience wrapper for rethrowing exceptions as CoreExceptions, * with severity of ERROR. */ public static Status createStatus(Throwable e, String message) { return new Status(IStatus.ERROR, PLUGIN_ID, STATUS_EXCEPTION, message, e); } |
| ||||
/** * Convenience wrapper for rethrowing exceptions as CoreExceptions, * with severity of WARNING. */ public static Status createWarningStatus(Throwable e, String message) { return new Status(IStatus.WARNING, PLUGIN_ID, STATUS_EXCEPTION, message, e); } |
| ||||
/** * Convenience wrapper for rethrowing exceptions as CoreExceptions, * with severity of INFO. */ public static Status createInfoStatus(Throwable e, String message) { return new Status(IStatus.INFO, PLUGIN_ID, STATUS_EXCEPTION, message, e); } |
| |||
/** * Convenience wrapper for rethrowing exceptions as CoreExceptions, * with severity of ERROR. */ /** * Convenience wrapper for rethrowing exceptions as CoreExceptions, * with severity of WARNING. */ /** * Convenience wrapper for rethrowing exceptions as CoreExceptions, * with severity of INFO. */ public static Status [[#variable53e3e920]](Throwable e, String message) { return new Status(IStatus. [[#variable53e3f820]], PLUGIN_ID, STATUS_EXCEPTION, message, e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53e3e920]] | createStatus |
1 | 2 | [[#53e3e920]] | createWarningStatus |
1 | 3 | [[#53e3e920]] | createInfoStatus |
2 | 1 | [[#53e3f820]] | ERROR |
2 | 2 | [[#53e3f820]] | WARNING |
2 | 3 | [[#53e3f820]] | INFO |