CloneSet9789


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.973statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12289
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration.java
22592
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java
Clone Instance
1
Line Count
2
Source Line
289
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration.java

                // generate constructor call
                if (this.constructorCall != null) {
                        this.constructorCall.generateCode(this.scope, codeStream);
                }


Clone Instance
2
Line Count
2
Source Line
592
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java

                // 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);
                }


Clone AbstractionParameter Count: 2Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b50fe080]]
subRoutineStartLabel 
12[[#b50fe080]]
constructorCall 
21[[#b50fe020]]
finallyBlock 
22[[#b50fe020]]
constructorCall