Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 1 | 0.981 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1291 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
2 | 3 | 2064 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
3 | 3 | 2972 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
4 | 3 | 3696 | 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; } } |
| ||||
// 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; } } |
| ||||
// 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; } } |
| ||||
// 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; } } |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a3c65960]] | typeDecl |
1 | 2 | [[#a3c65960]] | annotationTypeDeclaration |
1 | 3 | [[#a3c65960]] | enumConstant |
1 | 4 | [[#a3c65960]] | typeDecl |