| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 2 | 0.973 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 289 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration.java |
| 2 | 2 | 592 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java |
| ||||
// generate constructor call
if (this.constructorCall != null) {
this.constructorCall.generateCode(this.scope, codeStream);
}
|
| ||||
// try block had no effect, only generate the body of the finally block if any
if (this.subRoutineStartLabel != null) {
this.finallyBlock.generateCode(this.scope, codeStream);
}
|
| |||
// try block had no effect, only generate the body of the finally block if any
// generate constructor call
if (this. [[#variableb50fe080]]!= null) {
this. [[#variableb50fe020]].generateCode(this.scope, codeStream);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b50fe080]] | subRoutineStartLabel |
| 1 | 2 | [[#b50fe080]] | constructorCall |
| 2 | 1 | [[#b50fe020]] | finallyBlock |
| 2 | 2 | [[#b50fe020]] | constructorCall |