CloneSet2436


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
182019
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
283651
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
8
Source Line
2019
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        for (int i = 0, max = typeDecl.superInterfaces.length; i < max; i++) {
                typeDecl.superInterfaces[i].bits |= ASTNode.IsSuperType;
        }
        typeDecl.bodyStart = typeDecl.superInterfaces[length - 1].sourceEnd + 1;
        this.listLength = 0; // reset after having read super-interfaces
        // recovery
        if (this.currentElement != null) { // is recovering
                this.lastCheckPoint = typeDecl.bodyStart;
        }


Clone Instance
2
Line Count
8
Source Line
3651
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        for (int i = 0, max = typeDecl.superInterfaces.length; i < max; i++) {
                typeDecl.superInterfaces[i].bits |= ASTNode.IsSuperType;
        }
        typeDecl.bodyStart = typeDecl.superInterfaces[length - 1].sourceEnd + 1;
        this.listLength = 0; // reset after having read super-interfaces                
        // recovery
        if (this.currentElement != null) {
                this.lastCheckPoint = typeDecl.bodyStart;
        }


Clone AbstractionParameter Count: 0Parameter Bindings

for (int i = 0, max = typeDecl.superInterfaces.length; i < max; i++) {
  typeDecl.superInterfaces[i].bits |= ASTNode.IsSuperType;
}
typeDecl.bodyStart = typeDecl.superInterfaces[length - 1].sourceEnd + 1;
this.listLength = 0; // reset after having read super-interfaces // reset after having read super-interfaces             
// recovery
if (this.currentElement != null) { // is recovering
  this.lastCheckPoint = typeDecl.bodyStart;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None