CloneSet5439


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.962executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16194
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java
26262
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java
Clone Instance
1
Line Count
6
Source Line
194
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java

                                        { // Single Type ref
                        this.completionNode = new CompletionOnJavadocSingleTypeReference(
                                                this.identifierStack[this.identifierPtr], 
                                                this.identifierPositionStack[this.identifierPtr], 
                                                this.tagSourceStart, 
                                                this.tagSourceEnd                       );
                                        }


Clone Instance
2
Line Count
6
Source Line
262
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java

                               { // Single Type ref
                        typeRef = new JavadocSingleTypeReference(
                                                this.identifierStack[this.identifierPtr], 
                                                this.identifierPositionStack[this.identifierPtr], 
                                                this.tagSourceStart, 
                                                this.tagSourceEnd);
                               }


Clone AbstractionParameter Count: 2Parameter Bindings

{ // Single Type ref
   [[#variablea088d6a0]]= new [[#variablea088d5a0]](this.identifierStack[this.identifierPtr], this.identifierPositionStack[this.identifierPtr], this.tagSourceStart, this.tagSourceEnd);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a088d6a0]]
typeRef 
12[[#a088d6a0]]
this.completionNode 
21[[#a088d5a0]]
JavadocSingleTypeReference 
22[[#a088d5a0]]
CompletionOnJavadocSingleTypeReference