CloneSet2726


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6330.960executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16853
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java
26870
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java
36876
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java
Clone Instance
1
Line Count
6
Source Line
853
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java

                                                                             {
                        JavadocAllocationExpression allocExp = (JavadocAllocationExpression) methodRef;
                        if (this.index > this.cursorLocation) {
                                allocExp.sourceEnd = this.tokenPreviousPosition - 1;
                        }
                        this.completionNode = new CompletionOnJavadocAllocationExpression(allocExp, this.memberStart);
                                                                             }


Clone Instance
2
Line Count
6
Source Line
870
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java

                                                             {
                        JavadocMessageSend msgSend = (JavadocMessageSend) methodRef;
                        if (this.index > this.cursorLocation) {
                                msgSend.sourceEnd = this.tokenPreviousPosition - 1;
                        }
                        this.completionNode = new CompletionOnJavadocMessageSend(msgSend, this.memberStart);
                                                             }


Clone Instance
3
Line Count
6
Source Line
876
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java

                                                                             {
                        JavadocAllocationExpression allocExp = (JavadocAllocationExpression) methodRef;
                        if (this.index > this.cursorLocation) {
                                allocExp.sourceEnd = this.tokenPreviousPosition - 1;
                        }
                        this.completionNode = new CompletionOnJavadocAllocationExpression(allocExp, this.memberStart);
                                                                             }


Clone AbstractionParameter Count: 3Parameter Bindings

{
   [[#variable9dc4dc20]]  [[#variable9dc4dba0]]= ( [[#variable9dc4dc20]]) methodRef;
  if (this.index > this.cursorLocation) {
     [[#variable9dc4dba0]].sourceEnd = this.tokenPreviousPosition - 1;
  }
  this.completionNode = new [[#variable9dc4dae0]]( [[#variable9dc4dba0]], this.memberStart);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9dc4dc20]]
JavadocAllocationExpression 
12[[#9dc4dc20]]
JavadocMessageSend 
13[[#9dc4dc20]]
JavadocAllocationExpression 
21[[#9dc4dba0]]
allocExp 
22[[#9dc4dba0]]
msgSend 
23[[#9dc4dba0]]
allocExp 
31[[#9dc4dae0]]
CompletionOnJavadocAllocationExpression 
32[[#9dc4dae0]]
CompletionOnJavadocMessageSend 
33[[#9dc4dae0]]
CompletionOnJavadocAllocationExpression