CloneSet5584


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.992statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
161109
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
261134
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
Clone Instance
1
Line Count
6
Source Line
1109
Source File
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;


Clone Instance
2
Line Count
6
Source Line
1134
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

        char[] selector = identifierStack[identifierPtr];
        if (selector != this.assistIdentifier()) {
                return super.newMessageSendWithTypeArguments();
        }
        MessageSend messageSend = new SelectionOnMessageSend();
        int length;


Clone AbstractionParameter Count: 1Parameter Bindings

// '(' 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#99b09700]]
newMessageSendWithTypeArguments 
12[[#99b09700]]
newMessageSend