CloneSet949


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
17310.983statement_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1171254
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
2172032
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
3173665
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
17
Source Line
1254
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        if (this.nestedMethod[this.nestedType] == 0) {
                if (this.nestedType != 0) {
                        annotationTypeDeclaration.bits |= ASTNode.IsMemberType;
                }
        }
        else   {
                // Record that the block has a declaration for local types
                annotationTypeDeclaration.bits |= ASTNode.IsLocalType;
                markEnclosingMemberWithLocalType();
                blockReal();
        }
        //highlight the name of the type
        long pos = this.identifierPositionStack[this.identifierPtr];
        annotationTypeDeclaration.sourceEnd = (int) pos;
        annotationTypeDeclaration.sourceStart = (int) (pos >>> 32);
        annotationTypeDeclaration.name = this.identifierStack[this.identifierPtr-- ];
        this.identifierLengthPtr--;


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

        if (this.nestedMethod[this.nestedType] == 0) {
                if (this.nestedType != 0) {
                        typeDecl.bits |= ASTNode.IsMemberType;
                }
        }
        else   {
                // Record that the block has a declaration for local types
                typeDecl.bits |= ASTNode.IsLocalType;
                markEnclosingMemberWithLocalType();
                blockReal();
        }
        //highlight the name of the type
        long pos = this.identifierPositionStack[this.identifierPtr];
        typeDecl.sourceEnd = (int) pos;
        typeDecl.sourceStart = (int) (pos >>> 32);
        typeDecl.name = this.identifierStack[this.identifierPtr-- ];
        this.identifierLengthPtr--;


Clone Instance
3
Line Count
17
Source Line
3665
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        if (this.nestedMethod[this.nestedType] == 0) {
                if (this.nestedType != 0) {
                        typeDecl.bits |= ASTNode.IsMemberType;
                }
        }
        else   {
                // Record that the block has a declaration for local types
                typeDecl.bits |= ASTNode.IsLocalType;
                markEnclosingMemberWithLocalType();
                blockReal();
        }
        //highlight the name of the type
        long pos = this.identifierPositionStack[this.identifierPtr];
        typeDecl.sourceEnd = (int) pos;
        typeDecl.sourceStart = (int) (pos >>> 32);
        typeDecl.name = this.identifierStack[this.identifierPtr-- ];
        this.identifierLengthPtr--;


Clone AbstractionParameter Count: 1Parameter Bindings

if (this.nestedMethod[this.nestedType] == 0) {
  if (this.nestedType != 0) {
     [[#variableb918e9c0]].bits |= ASTNode.IsMemberType;
  }
}
else {
   [[#variableb918e9c0]].bits |= ASTNode.IsLocalType;
  markEnclosingMemberWithLocalType();
  blockReal();
}
//highlight the name of the type
long pos = this.identifierPositionStack[this.identifierPtr];
 [[#variableb918e9c0]].sourceEnd = (int) pos;
 [[#variableb918e9c0]].sourceStart = (int) (pos >>> 32);
 [[#variableb918e9c0]].name = this.identifierStack[this.identifierPtr-- ];
this.identifierLengthPtr--;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b918e9c0]]
typeDecl 
12[[#b918e9c0]]
annotationTypeDeclaration 
13[[#b918e9c0]]
typeDecl