CloneSet5893


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.967statement_sequence
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1537
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnJavadocFieldReference.java
2546
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnJavadocFieldReference.java
Clone Instance
1
Line Count
5
Source Line
37
Source File
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;


Clone Instance
2
Line Count
5
Source Line
46
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnJavadocFieldReference.java

                this.receiver = msgSend.receiver;
                this.separatorPosition = position;
                this.tagSourceStart = msgSend.tagSourceStart;
                this.tagSourceEnd = msgSend.tagSourceEnd;
                this.tagValue = msgSend.tagValue;


Clone AbstractionParameter Count: 1Parameter Bindings

this.receiver = [[#variable64f1dea0]].receiver;
this.separatorPosition = position;
this.tagSourceStart = [[#variable64f1dea0]].tagSourceStart;
this.tagSourceEnd = [[#variable64f1dea0]].tagSourceEnd;
this.tagValue = [[#variable64f1dea0]].tagValue;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#64f1dea0]]
msgSend 
12[[#64f1dea0]]
fieldRef