| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 2 | 0.961 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 62 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/GlobalVariable.java |
| 2 | 3 | 214 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType.java |
| ||||
if (this.initializer != null) {
buffer.append("= "); //$NON-NLS-1$
buffer.append(this.initializer);
}
|
| ||||
if (this.superclass != null) {
buffer.append("\n extends "); //$NON-NLS-1$
buffer.append(this.superclass);
}
|
| |||
if (this. [[#variablebcff88c0]]!= null) {
buffer.append( [[#variablebcff8760]]); //$NON-NLS-1$
buffer.append(this. [[#variablebcff88c0]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bcff88c0]] | initializer |
| 1 | 2 | [[#bcff88c0]] | superclass |
| 2 | 1 | [[#bcff8760]] | "= " |
| 2 | 2 | [[#bcff8760]] | "\n extends " |