CloneSet303


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
71530.975statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
172342
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java
27423
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java
37471
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java
47538
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java
57589
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java
67826
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java
77970
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java
87587
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
97754
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
107809
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
1171058
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
1221384
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java
132852
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
142897
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
152943
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
Clone Instance
1
Line Count
7
Source Line
2342
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java

        long[] positions = new long[length];
        System.arraycopy(
                identifierPositionStack, 
                identifierPtr + 1, 
                positions, 
                0, 
                length  );


Clone Instance
2
Line Count
7
Source Line
423
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java

        long[] positions = new long[length];
        System.arraycopy(
                identifierPositionStack, 
                identifierPtr + 1, 
                positions, 
                0, 
                length  );


Clone Instance
3
Line Count
7
Source Line
471
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java

        long[] positions = new long[length];
        System.arraycopy(
                identifierPositionStack, 
                identifierPtr + 1, 
                positions, 
                0, 
                length  );


Clone Instance
4
Line Count
7
Source Line
538
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java

        long[] positions = new long[length];
        System.arraycopy(
                identifierPositionStack, 
                identifierPtr + 1, 
                positions, 
                0, 
                length  );


Clone Instance
5
Line Count
7
Source Line
589
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java

        long[] positions = new long[length];
        System.arraycopy(
                identifierPositionStack, 
                identifierPtr + 1, 
                positions, 
                0, 
                length  );


Clone Instance
6
Line Count
7
Source Line
826
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java

                long[] positions = new long[length];
                System.arraycopy(
                        identifierPositionStack, 
                        identifierPtr + 1, 
                        positions, 
                        0, 
                        length  );


Clone Instance
7
Line Count
7
Source Line
970
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java

        long[] positions = new long[length];
        System.arraycopy(
                identifierPositionStack, 
                identifierPtr + 1, 
                positions, 
                0, 
                length  );


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

        long[] positions = new long[length];
        System.arraycopy(
                identifierPositionStack, 
                identifierPtr + 1, 
                positions, 
                0, 
                length  );


Clone Instance
9
Line Count
7
Source Line
754
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

        long[] positions = new long[length];
        System.arraycopy(
                identifierPositionStack, 
                identifierPtr + 1, 
                positions, 
                0, 
                length  );


Clone Instance
10
Line Count
7
Source Line
809
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

        long[] positions = new long[length];
        System.arraycopy(
                identifierPositionStack, 
                identifierPtr + 1, 
                positions, 
                0, 
                length  );


Clone Instance
11
Line Count
7
Source Line
1058
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

        long[] positions = new long[length];
        System.arraycopy(
                identifierPositionStack, 
                identifierPtr + 1, 
                positions, 
                0, 
                length  );


Clone Instance
12
Line Count
2
Source Line
1384
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java

                        long[] positions = new long[length];
                        System.arraycopy(identifierStack, localIdentifierPtr + 1, tokens, 0, length);


Clone Instance
13
Line Count
2
Source Line
852
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

                        long[] positions = new long[length];
                        System.arraycopy(identifierStack, identifierPtr + 1, tokens, 0, length);


Clone Instance
14
Line Count
2
Source Line
897
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

                long[] positions = new long[length];
                System.arraycopy(identifierPositionStack, identifierPtr + 1, positions, 0, length);


Clone Instance
15
Line Count
2
Source Line
943
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

        long[] positions = new long[length];
        System.arraycopy(identifierPositionStack, identifierPtr + 1, positions, 0, length);


Clone AbstractionParameter Count: 3Parameter Bindings

long[] positions = new long[length];
System.arraycopy( [[#variable5b625400]],  [[#variablebe705860]] + 1,  [[#variablebe705980]], 0, length);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5b625400]]
identifierPositionStack 
12[[#5b625400]]
identifierStack 
13[[#5b625400]]
identifierStack 
14[[#5b625400]]
identifierPositionStack 
15[[#5b625400]]
identifierPositionStack 
16[[#5b625400]]
identifierPositionStack 
17[[#5b625400]]
identifierPositionStack 
18[[#5b625400]]
identifierPositionStack 
19[[#5b625400]]
identifierPositionStack 
110[[#5b625400]]
identifierPositionStack 
111[[#5b625400]]
identifierPositionStack 
112[[#5b625400]]
identifierPositionStack 
113[[#5b625400]]
identifierPositionStack 
114[[#5b625400]]
identifierPositionStack 
115[[#5b625400]]
identifierPositionStack 
21[[#be705860]]
identifierPtr 
22[[#be705860]]
identifierPtr 
23[[#be705860]]
localIdentifierPtr 
24[[#be705860]]
identifierPtr 
25[[#be705860]]
identifierPtr 
26[[#be705860]]
identifierPtr 
27[[#be705860]]
identifierPtr 
28[[#be705860]]
identifierPtr 
29[[#be705860]]
identifierPtr 
210[[#be705860]]
identifierPtr 
211[[#be705860]]
identifierPtr 
212[[#be705860]]
identifierPtr 
213[[#be705860]]
identifierPtr 
214[[#be705860]]
identifierPtr 
215[[#be705860]]
identifierPtr 
31[[#be705980]]
positions 
32[[#be705980]]
tokens 
33[[#be705980]]
tokens 
34[[#be705980]]
positions 
35[[#be705980]]
positions 
36[[#be705980]]
positions 
37[[#be705980]]
positions 
38[[#be705980]]
positions 
39[[#be705980]]
positions 
310[[#be705980]]
positions 
311[[#be705980]]
positions 
312[[#be705980]]
positions 
313[[#be705980]]
positions 
314[[#be705980]]
positions 
315[[#be705980]]
positions