CloneSet6535


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.991statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
185899
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
285907
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
Clone Instance
1
Line Count
8
Source Line
5899
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java

                                        computeExpectedTypesForMessageSend(
                                                binding, 
                                                messageSend.selector, 
                                                messageSend.arguments, 
                                                (ReferenceBinding) messageSend.actualReceiverType, 
                                                scope, 
                                                messageSend, 
                                                isStatic                  );


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

                                        computeExpectedTypesForMessageSendForInterface(
                                                binding, 
                                                messageSend.selector, 
                                                messageSend.arguments, 
                                                (ReferenceBinding) messageSend.actualReceiverType, 
                                                scope, 
                                                messageSend, 
                                                isStatic                              );


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable61e36940]](binding, messageSend.selector, messageSend.arguments, (ReferenceBinding) messageSend.actualReceiverType, scope, messageSend, isStatic);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#61e36940]]
computeExpectedTypesForMessageSendForInterface 
12[[#61e36940]]
computeExpectedTypesForMessageSend