Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.985 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 161 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java |
2 | 6 | 846 | 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); } |
| ||||
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); } |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5dd6ddc0]] | msgSend |
1 | 2 | [[#5dd6ddc0]] | messageSend |