Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 3 | 0.960 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 853 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java |
2 | 6 | 870 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java |
3 | 6 | 876 | 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); } |
| ||||
{ JavadocMessageSend msgSend = (JavadocMessageSend) methodRef; if (this.index > this.cursorLocation) { msgSend.sourceEnd = this.tokenPreviousPosition - 1; } this.completionNode = new CompletionOnJavadocMessageSend(msgSend, this.memberStart); } |
| ||||
{ JavadocAllocationExpression allocExp = (JavadocAllocationExpression) methodRef; if (this.index > this.cursorLocation) { allocExp.sourceEnd = this.tokenPreviousPosition - 1; } this.completionNode = new CompletionOnJavadocAllocationExpression(allocExp, this.memberStart); } |
| |||
{ [[#variable9dc4dc20]] [[#variable9dc4dba0]]= ( [[#variable9dc4dc20]]) methodRef; if (this.index > this.cursorLocation) { [[#variable9dc4dba0]].sourceEnd = this.tokenPreviousPosition - 1; } this.completionNode = new [[#variable9dc4dae0]]( [[#variable9dc4dba0]], this.memberStart); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9dc4dc20]] | JavadocAllocationExpression |
1 | 2 | [[#9dc4dc20]] | JavadocMessageSend |
1 | 3 | [[#9dc4dc20]] | JavadocAllocationExpression |
2 | 1 | [[#9dc4dba0]] | allocExp |
2 | 2 | [[#9dc4dba0]] | msgSend |
2 | 3 | [[#9dc4dba0]] | allocExp |
3 | 1 | [[#9dc4dae0]] | CompletionOnJavadocAllocationExpression |
3 | 2 | [[#9dc4dae0]] | CompletionOnJavadocMessageSend |
3 | 3 | [[#9dc4dae0]] | CompletionOnJavadocAllocationExpression |