Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.967 | statement_sequence |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 37 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnJavadocFieldReference.java |
2 | 5 | 46 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnJavadocFieldReference.java |
| ||||
this.receiver = fieldRef.receiver; this.separatorPosition = position; this.tagSourceStart = fieldRef.tagSourceStart; this.tagSourceEnd = fieldRef.tagSourceEnd; this.tagValue = fieldRef.tagValue; |
| ||||
this.receiver = msgSend.receiver; this.separatorPosition = position; this.tagSourceStart = msgSend.tagSourceStart; this.tagSourceEnd = msgSend.tagSourceEnd; this.tagValue = msgSend.tagValue; |
| |||
this.receiver = [[#variable64f1dea0]].receiver; this.separatorPosition = position; this.tagSourceStart = [[#variable64f1dea0]].tagSourceStart; this.tagSourceEnd = [[#variable64f1dea0]].tagSourceEnd; this.tagValue = [[#variable64f1dea0]].tagValue; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#64f1dea0]] | msgSend |
1 | 2 | [[#64f1dea0]] | fieldRef |