Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 2 | 0.968 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1018 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 5 | 1046 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
3 | 5 | 1059 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
setSourceRange(astNode.sourceStart, astNode.sourceEnd, false); CompletionOnMessageSend messageSend = (CompletionOnMessageSend) astNode; TypeBinding[] argTypes = computeTypes(messageSend.arguments); |
| ||||
setSourceRange(astNode.sourceStart, astNode.sourceEnd, false); CompletionOnExplicitConstructorCall constructorCall = (CompletionOnExplicitConstructorCall) astNode; TypeBinding[] argTypes = computeTypes(constructorCall.arguments); |
| ||||
setSourceRange(astNode.sourceStart, astNode.sourceEnd, false); CompletionOnQualifiedAllocationExpression allocExpression = (CompletionOnQualifiedAllocationExpression) astNode; TypeBinding[] argTypes = computeTypes(allocExpression.arguments); |
| |||
setSourceRange(astNode.sourceStart, astNode.sourceEnd, false); [[#variable62e18560]] [[#variable649588e0]]= ( [[#variable62e18560]]) astNode; TypeBinding[] argTypes = computeTypes( [[#variable649588e0]].arguments); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#62e18560]] | CompletionOnQualifiedAllocationExpression |
1 | 2 | [[#62e18560]] | CompletionOnExplicitConstructorCall |
1 | 3 | [[#62e18560]] | CompletionOnMessageSend |
2 | 1 | [[#649588e0]] | allocExpression |
2 | 2 | [[#649588e0]] | constructorCall |
2 | 3 | [[#649588e0]] | messageSend |