Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 2 | 0.971 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 179 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java |
2 | 8 | 383 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java |
3 | 3 | 662 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java |
4 | 3 | 709 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java |
5 | 8 | 1115 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java |
| ||||
if ((length = expressionLengthStack[expressionLengthPtr-- ]) != 0) { expressionPtr -= length; System.arraycopy( expressionStack, expressionPtr + 1, alloc.arguments = new Expression[length], 0, length ); } |
| ||||
if ((argumentLength = expressionLengthStack[expressionLengthPtr-- ]) != 0) { expressionPtr -= argumentLength; System.arraycopy( expressionStack, expressionPtr + 1, alloc.arguments = new Expression[argumentLength], 0, argumentLength); } |
| ||||
if ((length = expressionLengthStack[expressionLengthPtr-- ]) != 0) { expressionPtr -= length; System.arraycopy(expressionStack, expressionPtr + 1, constructorCall.arguments = new Expression[length], 0, length); } |
| ||||
if ((length = expressionLengthStack[expressionLengthPtr-- ]) != 0) { expressionPtr -= length; System.arraycopy(expressionStack, expressionPtr + 1, constructorCall.arguments = new Expression[length], 0, length); } |
| ||||
if ((length = expressionLengthStack[expressionLengthPtr-- ]) != 0) { expressionPtr -= length; System.arraycopy( expressionStack, expressionPtr + 1, messageSend.arguments = new Expression[length], 0, length ); } |
| |||
if (( [[#variable55b60fc0]]= expressionLengthStack[expressionLengthPtr-- ]) != 0) { expressionPtr -= [[#variable55b60fc0]]; System.arraycopy(expressionStack, expressionPtr + 1, [[#variable55b610c0]].arguments = new Expression[ [[#variable55b60fc0]]], 0, [[#variable55b60fc0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55b60fc0]] | length |
1 | 2 | [[#55b60fc0]] | length |
1 | 3 | [[#55b60fc0]] | argumentLength |
1 | 4 | [[#55b60fc0]] | length |
1 | 5 | [[#55b60fc0]] | length |
2 | 1 | [[#55b610c0]] | constructorCall |
2 | 2 | [[#55b610c0]] | messageSend |
2 | 3 | [[#55b610c0]] | alloc |
2 | 4 | [[#55b610c0]] | alloc |
2 | 5 | [[#55b610c0]] | constructorCall |