CloneSet2426


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3401.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13374
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
231183
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
332781
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
433002
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
3
Source Line
374
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

        TypeDeclaration anonymousType = new TypeDeclaration(this.compilationUnit.compilationResult);
        anonymousType.name = TypeDeclaration.ANONYMOUS_EMPTY_NAME;
        anonymousType.bits |= (ASTNode.IsAnonymousType|ASTNode.IsLocalType);


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

                // beginning of an anonymous type
                TypeDeclaration anonymousType = new TypeDeclaration(this.compilationUnit.compilationResult);
                anonymousType.name = TypeDeclaration.ANONYMOUS_EMPTY_NAME;
                anonymousType.bits |= (ASTNode.IsAnonymousType|ASTNode.IsLocalType);


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

        TypeDeclaration anonymousType = new TypeDeclaration(this.compilationUnit.compilationResult);
        anonymousType.name = TypeDeclaration.ANONYMOUS_EMPTY_NAME;
        anonymousType.bits |= (ASTNode.IsAnonymousType|ASTNode.IsLocalType);


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

      // qualified allocation expression
      TypeDeclaration anonymousType = new TypeDeclaration(this.compilationUnit.compilationResult);
      anonymousType.name = TypeDeclaration.ANONYMOUS_EMPTY_NAME;
      anonymousType.bits |= (ASTNode.IsAnonymousType|ASTNode.IsLocalType);


Clone AbstractionParameter Count: 0Parameter Bindings

// qualified allocation expression
// beginning of an anonymous type
TypeDeclaration anonymousType = new TypeDeclaration(this.compilationUnit.compilationResult);
anonymousType.name = TypeDeclaration.ANONYMOUS_EMPTY_NAME;
anonymousType.bits |= (ASTNode.IsAnonymousType|ASTNode.IsLocalType);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None