CloneSet3956


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6230.965statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
163127
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
246596
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
Clone Instance
1
Line Count
6
Source Line
3127
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java

                                completion[0] = '{';
                                completion[1] = '@';
                                System.arraycopy(possibleTag, 0, completion, 2, tagLength);
                                // do not add space at end of inline tag (see bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=121026)
                                //completion[tagLength+2] = ' ';
                                completion[tagLength + 2] = '}';


Clone Instance
2
Line Count
4
Source Line
6596
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java

                inlineCompletion[0] = '{';
                inlineCompletion[1] = '@';
                System.arraycopy(inlineTag, 0, inlineCompletion, 2, tagLength);
                inlineCompletion[tagLength + 2] = ' ';


Clone AbstractionParameter Count: 3Parameter Bindings

 [[#variable993de8e0]][0] = '{';
 [[#variable993de8e0]][1] = '@';
System.arraycopy( [[#variable993def00]], 0,  [[#variable993de8e0]], 2, tagLength);
 [[#variable993de8e0]][tagLength + 2] = [[#variable5b857e40]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#993de8e0]]
completion 
12[[#993de8e0]]
inlineCompletion 
21[[#993def00]]
possibleTag 
22[[#993def00]]
inlineTag 
31[[#5b857e40]]
'}' 
32[[#5b857e40]]
' '