Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.961 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 43 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/env/EnumConstantSignature.java |
2 | 3 | 223 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/EvaluationResult.java |
3 | 3 | 59 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/GlobalVariable.java |
| ||||
buffer.append(this.typeName); buffer.append('.'); buffer.append(this.constName); |
| ||||
buffer.append(this.typeName); buffer.append(") "); //$NON-NLS-1$ buffer.append(this.displayString); |
| ||||
buffer.append(this.typeName); buffer.append(" "); //$NON-NLS-1$ buffer.append(this.name); |
| |||
buffer.append(this.typeName); buffer.append( [[#variable60653ac0]]); //$NON-NLS-1$ buffer.append(this. [[#variable60653de0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#60653ac0]] | '.' |
1 | 2 | [[#60653ac0]] | ") " |
1 | 3 | [[#60653ac0]] | " " |
2 | 1 | [[#60653de0]] | constName |
2 | 2 | [[#60653de0]] | displayString |
2 | 3 | [[#60653de0]] | name |