| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.974 | constructor_body |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 71 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelStatus.java |
| 2 | 3 | 102 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelStatus.java |
| ||||
{
super(ERROR, JavaCore.PLUGIN_ID, code, "JavaModelStatus", null); //$NON-NLS-1$
this.elements = JavaElement.NO_ELEMENTS;
}
|
| ||||
{
super(ERROR, JavaCore.PLUGIN_ID, code, "JavaModelStatus", throwable); //$NON-NLS-1$
this.elements = JavaElement.NO_ELEMENTS;
}
|
| |||
{
super(ERROR, JavaCore.PLUGIN_ID, code, "JavaModelStatus", [[#variable58c54900]]); //$NON-NLS-1$
this.elements = JavaElement.NO_ELEMENTS;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#58c54900]] | null |
| 1 | 2 | [[#58c54900]] | throwable |