CloneSet7158


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.951executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
132216
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
233845
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
Clone Instance
1
Line Count
3
Source Line
2216
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java

                                                if (argTypes[a] != null) { // can be null if it could not be resolved properly
                                                        if ( !argTypes[a].isCompatibleWith(constructor.parameters[a]))
                                                                continue next;
                                                }


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

                                if (argTypes[a] != null) { // can be null if it could not be resolved properly
                                        if ( !argTypes[a].isCompatibleWith(method.parameters[a])) {
                                                continue next;
                                        }
                                }


Clone AbstractionParameter Count: 2Parameter Bindings

if (argTypes[a] != null) { // can be null if it could not be resolved properly
  if ( !argTypes[a].isCompatibleWith( [[#variable56784160]].parameters[a]))
     [[#variable567840c0]]
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#56784160]]
constructor 
12[[#56784160]]
method 
21[[#567840c0]]
continue next; 
22[[#567840c0]]
{
  continue next;
}