Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 4 | 2 | 0.971 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 3469 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 10 | 3504 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
3 | 10 | 3537 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
4 | 10 | 3617 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
findMemberTypes( typeName, currentType.memberTypes(), typesFound, receiverType, typeInvocation, staticOnly, fromStaticImport, checkQualification, scope ); |
| ||||
findMemberTypes( typeName, currentType.memberTypes(), typesFound, receiverType, typeInvocation, staticOnly, fromStaticImport, checkQualification, scope ); |
| ||||
findMemberTypes( typeName, anInterface.memberTypes(), typesFound, receiverType, typeInvocation, staticOnly, fromStaticImport, checkQualification, scope ); |
| ||||
findMemberTypes( typeName, currentType.memberTypes(), typesFound, receiverType, typeInvocation, staticOnly, fromStaticImport, true, scope); |
| |||
findMemberTypes(typeName, [[#variable5ad89280]].memberTypes(), typesFound, receiverType, typeInvocation, staticOnly, fromStaticImport, [[#variable5ad89200]], scope); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5ad89280]] | currentType |
1 | 2 | [[#5ad89280]] | currentType |
1 | 3 | [[#5ad89280]] | anInterface |
1 | 4 | [[#5ad89280]] | currentType |
2 | 1 | [[#5ad89200]] | checkQualification |
2 | 2 | [[#5ad89200]] | true |
2 | 3 | [[#5ad89200]] | checkQualification |
2 | 4 | [[#5ad89200]] | checkQualification |