CloneSet1200


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13210.997class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1139548
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
2139634
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
13
Source Line
9548
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                public boolean visit(TypeDeclaration typeDeclaration, BlockScope scope) {
                        return this.visit(typeDeclaration);
                }

                public boolean visit(TypeDeclaration typeDeclaration, ClassScope scope) {
                        return this.visit(typeDeclaration);
                }

                private boolean visit(TypeDeclaration typeDeclaration) {
                        if (this.types.length <= ++this.typePtr) {
                                int length = this.typePtr;
                                System.arraycopy(this.types, 0, this.types = new TypeDeclaration[length * 2 + 1], 0, length);
                        }
                        this.types[this.typePtr] = typeDeclaration;
                        return false;
                }


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

                public boolean visit(TypeDeclaration typeDeclaration, BlockScope scope) {
                        return this.visit(typeDeclaration);
                }

                public boolean visit(TypeDeclaration typeDeclaration, ClassScope scope) {
                        return this.visit(typeDeclaration);
                }

                private boolean visit(TypeDeclaration typeDeclaration) {
                        if (this.types.length <= ++this.typePtr) {
                                int length = this.typePtr;
                                System.arraycopy(this.types, 0, this.types = new TypeDeclaration[length * 2 + 1], 0, length);
                        }
                        this.types[this.typePtr] = typeDeclaration;
                        return true;
                }


Clone AbstractionParameter Count: 1Parameter Bindings

public boolean visit(TypeDeclaration typeDeclaration, BlockScope scope) {
  return this.visit(typeDeclaration);
}

public boolean visit(TypeDeclaration typeDeclaration, ClassScope scope) {
  return this.visit(typeDeclaration);
}

private boolean visit(TypeDeclaration typeDeclaration) {
  if (this.types.length <= ++this.typePtr) {
    int length = this.typePtr;
    System.arraycopy(this.types, 0, this.types = new TypeDeclaration[length * 2 + 1], 0, length);
  }
  this.types[this.typePtr] = typeDeclaration;
  return [[#variableb77f70e0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b77f70e0]]
true 
12[[#b77f70e0]]
false