CloneSet4876


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

                                 {
                        JavadocSingleTypeReference ref = new JavadocSingleTypeReference(this.identifierStack[1], 
                                this.identifierPositionStack[1]                         , 
                                this.tagSourceStart                                     , 
                                this.tagSourceEnd                                      );
                        nameRef = ref;
                                 }


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

                       {
                        JavadocSingleNameReference ref = new JavadocSingleNameReference(this.identifierStack[0], 
                                this.identifierPositionStack[0]                         , 
                                this.tagSourceStart                                     , 
                                this.tagSourceEnd                                      );
                        nameRef = ref;
                       }


Clone AbstractionParameter Count: 2Parameter Bindings

{
   [[#variable78b76ca0]] ref = new [[#variable78b76ca0]](this.identifierStack[ [[#variable78b76c20]]], this.identifierPositionStack[ [[#variable78b76c20]]], this.tagSourceStart, this.tagSourceEnd);
  nameRef = ref;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#78b76ca0]]
JavadocSingleTypeReference 
12[[#78b76ca0]]
JavadocSingleNameReference 
21[[#78b76c20]]
1 
22[[#78b76c20]]
0