Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.992 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1109 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java |
2 | 6 | 1134 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java |
| ||||
// '(' ArgumentListopt ')' // the arguments are on the expression stack char[] selector = identifierStack[identifierPtr]; if (selector != this.assistIdentifier()) { return super.newMessageSend(); } MessageSend messageSend = new SelectionOnMessageSend(); int length; |
| ||||
char[] selector = identifierStack[identifierPtr]; if (selector != this.assistIdentifier()) { return super.newMessageSendWithTypeArguments(); } MessageSend messageSend = new SelectionOnMessageSend(); int length; |
| |||
// '(' ArgumentListopt ')' // the arguments are on the expression stack char[] selector = identifierStack[identifierPtr]; if (selector != this.assistIdentifier()) { return super. [[#variable99b09700]](); } MessageSend messageSend = new SelectionOnMessageSend(); int length; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#99b09700]] | newMessageSendWithTypeArguments |
1 | 2 | [[#99b09700]] | newMessageSend |