CloneSet1030


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3520.971statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18179
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
28383
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
33662
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
43709
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
581115
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
Clone Instance
1
Line Count
8
Source Line
179
Source File
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  );
                }


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

        if ((argumentLength = expressionLengthStack[expressionLengthPtr-- ]) != 0) {
                expressionPtr -= argumentLength;
                System.arraycopy(
                        expressionStack, 
                        expressionPtr + 1, 
                        alloc.arguments = new Expression[argumentLength], 
                        0, 
                        argumentLength);
        }


Clone Instance
3
Line Count
3
Source Line
662
Source File
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, constructorCall.arguments = new Expression[length], 0, length);
        }


Clone Instance
4
Line Count
3
Source Line
709
Source File
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, constructorCall.arguments = new Expression[length], 0, length);
        }


Clone Instance
5
Line Count
8
Source Line
1115
Source File
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, 
                        messageSend.arguments = new Expression[length], 
                        0, 
                        length  );
        }


Clone AbstractionParameter Count: 2Parameter Bindings

if (( [[#variable55b60fc0]]= expressionLengthStack[expressionLengthPtr-- ]) != 0) {
  expressionPtr -= [[#variable55b60fc0]];
  System.arraycopy(expressionStack, expressionPtr + 1,  [[#variable55b610c0]].arguments = new Expression[ [[#variable55b60fc0]]], 0,  [[#variable55b60fc0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#55b60fc0]]
length 
12[[#55b60fc0]]
length 
13[[#55b60fc0]]
argumentLength 
14[[#55b60fc0]]
length 
15[[#55b60fc0]]
length 
21[[#55b610c0]]
constructorCall 
22[[#55b610c0]]
messageSend 
23[[#55b610c0]]
alloc 
24[[#55b610c0]]
alloc 
25[[#55b610c0]]
constructorCall