CloneSet1926


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19376
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration.java
29391
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration.java
Clone Instance
1
Line Count
9
Source Line
376
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration.java

                if (this.statements != null) {
                        for (int i = 0; i < this.statements.length; i++) {
                                output.append('\n');
                                this.statements[i].printStatement(indent, output);
                        }
                }
                output.append('\n');
                printIndent(indent == 0 ? 0:  indent - 1, output).append('}');
                return output;


Clone Instance
2
Line Count
9
Source Line
391
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration.java

        if (this.statements != null) {
                for (int i = 0; i < this.statements.length; i++) {
                        output.append('\n');
                        this.statements[i].printStatement(indent, output);
                }
        }
        output.append('\n');
        printIndent(indent == 0 ? 0:  indent - 1, output).append('}');
        return output;


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.statements != null) {
  for (int i = 0; i < this.statements.length; i++) {
    output.append('\n');
    this.statements[i].printStatement(indent, output);
  }
}
output.append('\n');
printIndent(indent == 0 ? 0: indent - 1, output).append('}');
return output;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None