CloneSet1074


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3410.981statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131291
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
232064
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
332972
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
433696
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
3
Source Line
1291
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        // Store secondary info
        if ((annotationTypeDeclaration.bits&  ASTNode.IsMemberType) == 0 && (annotationTypeDeclaration.bits&  ASTNode.IsLocalType) == 0) {
                if (this.compilationUnit != null && !CharOperation.equals(annotationTypeDeclaration.name, this.compilationUnit.getMainTypeName())) {
                        annotationTypeDeclaration.bits |= ASTNode.IsSecondaryType;
                }
        }


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

        // Store secondary info
        if ((typeDecl.bits&  ASTNode.IsMemberType) == 0 && (typeDecl.bits&  ASTNode.IsLocalType) == 0) {
                if (this.compilationUnit != null && !CharOperation.equals(typeDecl.name, this.compilationUnit.getMainTypeName())) {
                        typeDecl.bits |= ASTNode.IsSecondaryType;
                }
        }


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

        // Store secondary info
        if ((enumConstant.bits&  ASTNode.IsMemberType) == 0 && (enumConstant.bits&  ASTNode.IsLocalType) == 0) {
                if (this.compilationUnit != null && !CharOperation.equals(enumConstant.name, this.compilationUnit.getMainTypeName())) {
                        enumConstant.bits |= ASTNode.IsSecondaryType;
                }
        }


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

        // Store secondary info
        if ((typeDecl.bits&  ASTNode.IsMemberType) == 0 && (typeDecl.bits&  ASTNode.IsLocalType) == 0) {
                if (this.compilationUnit != null && !CharOperation.equals(typeDecl.name, this.compilationUnit.getMainTypeName())) {
                        typeDecl.bits |= ASTNode.IsSecondaryType;
                }
        }


Clone AbstractionParameter Count: 1Parameter Bindings

// Store secondary info
if (( [[#variablea3c65960]].bits&ASTNode.IsMemberType) == 0 && ( [[#variablea3c65960]].bits&ASTNode.IsLocalType) == 0) {
  if (this.compilationUnit != null && !CharOperation.equals( [[#variablea3c65960]].name, this.compilationUnit.getMainTypeName())) {
     [[#variablea3c65960]].bits |= ASTNode.IsSecondaryType;
  }
}
 

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