CloneSet2109


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.985statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16161
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java
26846
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java
Clone Instance
1
Line Count
6
Source Line
161
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java

                                int nameStart = (int) (messageSend.nameSourcePosition >>> 32);
                                int nameEnd = (int) messageSend.nameSourcePosition;
                                if ((nameStart <= (this.cursorLocation + 1) && this.cursorLocation <= nameEnd)) {
                                        this.completionNode = new CompletionOnJavadocFieldReference(messageSend, this.memberStart);
                                }
                                else   {
                                        this.completionNode = new CompletionOnJavadocMessageSend(messageSend, this.memberStart);
                                }


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

                        int nameStart = (int) (msgSend.nameSourcePosition >>> 32);
                        int nameEnd = (int) msgSend.nameSourcePosition;
                        if ((nameStart <= (this.cursorLocation + 1) && this.cursorLocation <= nameEnd)) {
                                this.completionNode = new CompletionOnJavadocFieldReference(msgSend, this.memberStart);
                        }
                        else   {
                                this.completionNode = new CompletionOnJavadocMessageSend(msgSend, this.memberStart);
                        }


Clone AbstractionParameter Count: 1Parameter Bindings

int nameStart = (int) ( [[#variable5dd6ddc0]].nameSourcePosition >>> 32);
int nameEnd = (int)  [[#variable5dd6ddc0]].nameSourcePosition;
if ((nameStart <= (this.cursorLocation + 1) && this.cursorLocation <= nameEnd)) {
  this.completionNode = new CompletionOnJavadocFieldReference( [[#variable5dd6ddc0]], this.memberStart);
}
else {
  this.completionNode = new CompletionOnJavadocMessageSend( [[#variable5dd6ddc0]], this.memberStart);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5dd6ddc0]]
msgSend 
12[[#5dd6ddc0]]
messageSend