CloneSet2297


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10420.971statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1103469
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
2103504
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
3103537
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
4103617
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
Clone Instance
1
Line Count
10
Source Line
3469
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java

                        findMemberTypes(
                                typeName, 
                                currentType.memberTypes(), 
                                typesFound, 
                                receiverType, 
                                typeInvocation, 
                                staticOnly, 
                                fromStaticImport, 
                                checkQualification, 
                                scope  );


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

                        findMemberTypes(
                                typeName, 
                                currentType.memberTypes(), 
                                typesFound, 
                                receiverType, 
                                typeInvocation, 
                                staticOnly, 
                                fromStaticImport, 
                                checkQualification, 
                                scope  );


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

                                findMemberTypes(
                                        typeName, 
                                        anInterface.memberTypes(), 
                                        typesFound, 
                                        receiverType, 
                                        typeInvocation, 
                                        staticOnly, 
                                        fromStaticImport, 
                                        checkQualification, 
                                        scope  );


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

                findMemberTypes(
                                typeName, 
                                currentType.memberTypes(), 
                                typesFound, 
                                receiverType, 
                                typeInvocation, 
                                staticOnly, 
                                fromStaticImport, 
                                true, 
                                scope);


Clone AbstractionParameter Count: 2Parameter Bindings

findMemberTypes(typeName,  [[#variable5ad89280]].memberTypes(), typesFound, receiverType, typeInvocation, staticOnly, fromStaticImport,  [[#variable5ad89200]], scope);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5ad89280]]
currentType 
12[[#5ad89280]]
currentType 
13[[#5ad89280]]
anInterface 
14[[#5ad89280]]
currentType 
21[[#5ad89200]]
checkQualification 
22[[#5ad89200]]
true 
23[[#5ad89200]]
checkQualification 
24[[#5ad89200]]
checkQualification