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.982 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 33 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIStatus.java |
2 | 2 | 37 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIStatus.java |
3 | 2 | 41 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIStatus.java |
| ||||
public static IStatus createError(int code, String message, Throwable throwable) { return new JavaUIStatus(IStatus.ERROR, code, message, throwable); } |
| ||||
public static IStatus createWarning(int code, String message, Throwable throwable) { return new JavaUIStatus(IStatus.WARNING, code, message, throwable); } |
| ||||
public static IStatus createInfo(int code, String message, Throwable throwable) { return new JavaUIStatus(IStatus.INFO, code, message, throwable); } |
| |||
public static IStatus [[#variable6151e1c0]](int code, String message, Throwable throwable) { return new JavaUIStatus(IStatus. [[#variable6151e100]], code, message, throwable); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6151e1c0]] | createError |
1 | 2 | [[#6151e1c0]] | createWarning |
1 | 3 | [[#6151e1c0]] | createInfo |
2 | 1 | [[#6151e100]] | ERROR |
2 | 2 | [[#6151e100]] | WARNING |
2 | 3 | [[#6151e100]] | INFO |