CloneSet3864


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

                                Object[] other = (Object[]) fieldsFound.elementAt(i);
                                FieldBinding otherField = (FieldBinding) other[0];
                                ReferenceBinding otherReceiverType = (ReferenceBinding) other[1];
                                if (field == otherField && receiverType == otherReceiverType)
                                        continue next;


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

                                Object[] other = (Object[]) methodsFound.elementAt(i);
                                MethodBinding otherMethod = (MethodBinding) other[0];
                                ReferenceBinding otherReceiverType = (ReferenceBinding) other[1];
                                if (method == otherMethod && receiverType == otherReceiverType)
                                        continue next;


Clone AbstractionParameter Count: 4Parameter Bindings

Object[] other = (Object[])  [[#variable961ea220]].elementAt(i);
 [[#variable6226c760]]  [[#variable6226c740]]= ( [[#variable6226c760]]) other[0];
ReferenceBinding otherReceiverType = (ReferenceBinding) other[1];
if ( [[#variable961ea140]]== [[#variable6226c740]]&& receiverType == otherReceiverType)
  continue next;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#961ea220]]
fieldsFound 
12[[#961ea220]]
methodsFound 
21[[#6226c760]]
FieldBinding 
22[[#6226c760]]
MethodBinding 
31[[#6226c740]]
otherField 
32[[#6226c740]]
otherMethod 
41[[#961ea140]]
field 
42[[#961ea140]]
method