CloneSet101


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13840.955statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11863
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java
21137
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionJavadocParser.java
31139
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionJavadocParser.java
411831
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
511839
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
611840
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
716493
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
816494
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
916534
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1016535
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1116863
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1216864
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1317334
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1417335
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1517389
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1617445
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1718013
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1868014
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1918188
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
2068189
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
2118210
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
2218268
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
2318270
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
2418308
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
2518310
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
2619225
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
271588
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java
281590
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java
291635
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java
301637
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java
311557
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
321558
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
331618
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
341619
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
351652
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
361653
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
371696
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
381697
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
Clone Instance
1
Line Count
1
Source Line
863
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java

                System.arraycopy(this.genericsStack, this.genericsPtr + 1, typeArguments, 0, currentTypeArgumentsLength);


Clone Instance
2
Line Count
1
Source Line
137
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionJavadocParser.java

                                                System.arraycopy(this.identifierStack, this.identifierPtr + 1, tokens, 0, pos);


Clone Instance
3
Line Count
1
Source Line
139
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionJavadocParser.java

                                                System.arraycopy(this.identifierPositionStack, this.identifierPtr + 1, positions, 0, pos);


Clone Instance
4
Line Count
1
Source Line
1831
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        System.arraycopy(this.genericsStack, this.genericsPtr + 1, currentTypeArguments, 0, currentTypeArgumentsLength);


Clone Instance
5
Line Count
1
Source Line
1839
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                System.arraycopy(this.identifierStack, this.identifierPtr + 1, tokens, 0, nameSize);


Clone Instance
6
Line Count
1
Source Line
1840
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                System.arraycopy(this.identifierPositionStack, this.identifierPtr + 1, positions, 0, nameSize);


Clone Instance
7
Line Count
1
Source Line
6493
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        System.arraycopy(this.identifierStack, this.identifierPtr + 1, tokens, 0, length);


Clone Instance
8
Line Count
1
Source Line
6494
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        System.arraycopy(this.identifierPositionStack, this.identifierPtr + 1, positions, 0, length);


Clone Instance
9
Line Count
1
Source Line
6534
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        System.arraycopy(this.identifierStack, this.identifierPtr + 1, tokens, 0, length);


Clone Instance
10
Line Count
1
Source Line
6535
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        System.arraycopy(this.identifierPositionStack, this.identifierPtr + 1, positions, 0, length);


Clone Instance
11
Line Count
1
Source Line
6863
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        System.arraycopy(this.identifierStack, this.identifierPtr + 1, tokens, 0, length);


Clone Instance
12
Line Count
1
Source Line
6864
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        System.arraycopy(this.identifierPositionStack, this.identifierPtr + 1, positions, 0, length);


Clone Instance
13
Line Count
1
Source Line
7334
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        System.arraycopy(this.identifierStack, this.identifierPtr + 1, tokens, 0, length);


Clone Instance
14
Line Count
1
Source Line
7335
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        System.arraycopy(this.identifierPositionStack, this.identifierPtr + 1, positions, 0, length);


Clone Instance
15
Line Count
1
Source Line
7389
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        System.arraycopy(this.genericsStack, this.genericsPtr + 1, bounds, 0, additionalBoundsLength);


Clone Instance
16
Line Count
1
Source Line
7445
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        System.arraycopy(this.genericsStack, this.genericsPtr + 1, bounds, 0, additionalBoundsLength);


Clone Instance
17
Line Count
1
Source Line
8013
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                System.arraycopy(this.identifierStack, this.identifierPtr + 1, tokens, 0, length);


Clone Instance
18
Line Count
6
Source Line
8014
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                System.arraycopy(
                        this.identifierPositionStack, 
                        this.identifierPtr + 1, 
                        positions, 
                        0, 
                        length  );


Clone Instance
19
Line Count
1
Source Line
8188
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                        System.arraycopy(this.identifierStack, this.identifierPtr + 1, tokens, 0, length);


Clone Instance
20
Line Count
6
Source Line
8189
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                        System.arraycopy(
                                this.identifierPositionStack, 
                                this.identifierPtr + 1, 
                                positions, 
                                0, 
                                length  );


Clone Instance
21
Line Count
1
Source Line
8210
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                System.arraycopy(this.genericsStack, this.genericsPtr + 1, typeArguments, 0, currentTypeArgumentsLength);


Clone Instance
22
Line Count
1
Source Line
8268
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                System.arraycopy(this.identifierStack, this.identifierPtr + 1, tokens, 0, length);


Clone Instance
23
Line Count
1
Source Line
8270
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                System.arraycopy(this.identifierPositionStack, this.identifierPtr + 1, positions, 0, length);


Clone Instance
24
Line Count
1
Source Line
8308
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        System.arraycopy(this.identifierStack, this.identifierPtr + 1, tokens, 0, length);


Clone Instance
25
Line Count
1
Source Line
8310
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        System.arraycopy(this.identifierPositionStack, this.identifierPtr + 1, positions, 0, length);


Clone Instance
26
Line Count
1
Source Line
9225
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                System.arraycopy(this.astStack, this.astPtr + 1, result, 0, astLength);


Clone Instance
27
Line Count
1
Source Line
588
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java

                        System.arraycopy(this.identifierStack, this.identifierPtr + 1, tokens, 0, length);


Clone Instance
28
Line Count
1
Source Line
590
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java

                        System.arraycopy(this.identifierPositionStack, this.identifierPtr + 1, positions, 0, length);


Clone Instance
29
Line Count
1
Source Line
635
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java

                System.arraycopy(this.identifierStack, this.identifierPtr + 1, tokens, 0, length);


Clone Instance
30
Line Count
1
Source Line
637
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java

                System.arraycopy(this.identifierPositionStack, this.identifierPtr + 1, positions, 0, length);


Clone Instance
31
Line Count
1
Source Line
557
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

        System.arraycopy(this.identifierStack, this.identifierPtr + 1, tokens, 0, length);


Clone Instance
32
Line Count
1
Source Line
558
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

        System.arraycopy(this.identifierPositionStack, this.identifierPtr + 1, positions, 0, length);


Clone Instance
33
Line Count
1
Source Line
618
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

        System.arraycopy(this.identifierStack, this.identifierPtr + 1, tokens, 0, length);


Clone Instance
34
Line Count
1
Source Line
619
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

        System.arraycopy(this.identifierPositionStack, this.identifierPtr + 1, positions, 0, length);


Clone Instance
35
Line Count
1
Source Line
652
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

        System.arraycopy(this.identifierStack, this.identifierPtr + 1, tokens, 0, length);


Clone Instance
36
Line Count
1
Source Line
653
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

        System.arraycopy(this.identifierPositionStack, this.identifierPtr + 1, positions, 0, length);


Clone Instance
37
Line Count
1
Source Line
696
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

        System.arraycopy(this.identifierStack, this.identifierPtr + 1, tokens, 0, length);


Clone Instance
38
Line Count
1
Source Line
697
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

        System.arraycopy(this.identifierPositionStack, this.identifierPtr + 1, positions, 0, length);


Clone AbstractionParameter Count: 4Parameter Bindings

System.arraycopy(this. [[#variable92cde820]], this. [[#variable92cde800]] + 1,  [[#variableb4f91cc0]], 0,  [[#variable92cde880]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#92cde820]]
identifierStack 
12[[#92cde820]]
identifierPositionStack 
13[[#92cde820]]
genericsStack 
14[[#92cde820]]
genericsStack 
15[[#92cde820]]
genericsStack 
16[[#92cde820]]
identifierStack 
17[[#92cde820]]
identifierPositionStack 
18[[#92cde820]]
astStack 
19[[#92cde820]]
identifierStack 
110[[#92cde820]]
identifierPositionStack 
111[[#92cde820]]
identifierStack 
112[[#92cde820]]
identifierPositionStack 
113[[#92cde820]]
identifierStack 
114[[#92cde820]]
identifierPositionStack 
115[[#92cde820]]
identifierStack 
116[[#92cde820]]
identifierStack 
117[[#92cde820]]
identifierPositionStack 
118[[#92cde820]]
identifierStack 
119[[#92cde820]]
identifierPositionStack 
120[[#92cde820]]
identifierStack 
121[[#92cde820]]
identifierPositionStack 
122[[#92cde820]]
identifierStack 
123[[#92cde820]]
identifierPositionStack 
124[[#92cde820]]
identifierPositionStack 
125[[#92cde820]]
identifierPositionStack 
126[[#92cde820]]
identifierStack 
127[[#92cde820]]
identifierPositionStack 
128[[#92cde820]]
identifierStack 
129[[#92cde820]]
identifierStack 
130[[#92cde820]]
identifierPositionStack 
131[[#92cde820]]
identifierStack 
132[[#92cde820]]
identifierPositionStack 
133[[#92cde820]]
identifierStack 
134[[#92cde820]]
identifierPositionStack 
135[[#92cde820]]
genericsStack 
136[[#92cde820]]
identifierStack 
137[[#92cde820]]
identifierPositionStack 
138[[#92cde820]]
genericsStack 
21[[#92cde800]]
identifierPtr 
22[[#92cde800]]
identifierPtr 
23[[#92cde800]]
genericsPtr 
24[[#92cde800]]
genericsPtr 
25[[#92cde800]]
genericsPtr 
26[[#92cde800]]
identifierPtr 
27[[#92cde800]]
identifierPtr 
28[[#92cde800]]
astPtr 
29[[#92cde800]]
identifierPtr 
210[[#92cde800]]
identifierPtr 
211[[#92cde800]]
identifierPtr 
212[[#92cde800]]
identifierPtr 
213[[#92cde800]]
identifierPtr 
214[[#92cde800]]
identifierPtr 
215[[#92cde800]]
identifierPtr 
216[[#92cde800]]
identifierPtr 
217[[#92cde800]]
identifierPtr 
218[[#92cde800]]
identifierPtr 
219[[#92cde800]]
identifierPtr 
220[[#92cde800]]
identifierPtr 
221[[#92cde800]]
identifierPtr 
222[[#92cde800]]
identifierPtr 
223[[#92cde800]]
identifierPtr 
224[[#92cde800]]
identifierPtr 
225[[#92cde800]]
identifierPtr 
226[[#92cde800]]
identifierPtr 
227[[#92cde800]]
identifierPtr 
228[[#92cde800]]
identifierPtr 
229[[#92cde800]]
identifierPtr 
230[[#92cde800]]
identifierPtr 
231[[#92cde800]]
identifierPtr 
232[[#92cde800]]
identifierPtr 
233[[#92cde800]]
identifierPtr 
234[[#92cde800]]
identifierPtr 
235[[#92cde800]]
genericsPtr 
236[[#92cde800]]
identifierPtr 
237[[#92cde800]]
identifierPtr 
238[[#92cde800]]
genericsPtr 
31[[#b4f91cc0]]
tokens 
32[[#b4f91cc0]]
positions 
33[[#b4f91cc0]]
bounds 
34[[#b4f91cc0]]
typeArguments 
35[[#b4f91cc0]]
currentTypeArguments 
36[[#b4f91cc0]]
tokens 
37[[#b4f91cc0]]
positions 
38[[#b4f91cc0]]
result 
39[[#b4f91cc0]]
tokens 
310[[#b4f91cc0]]
positions 
311[[#b4f91cc0]]
tokens 
312[[#b4f91cc0]]
positions 
313[[#b4f91cc0]]
tokens 
314[[#b4f91cc0]]
positions 
315[[#b4f91cc0]]
tokens 
316[[#b4f91cc0]]
tokens 
317[[#b4f91cc0]]
positions 
318[[#b4f91cc0]]
tokens 
319[[#b4f91cc0]]
positions 
320[[#b4f91cc0]]
tokens 
321[[#b4f91cc0]]
positions 
322[[#b4f91cc0]]
tokens 
323[[#b4f91cc0]]
positions 
324[[#b4f91cc0]]
positions 
325[[#b4f91cc0]]
positions 
326[[#b4f91cc0]]
tokens 
327[[#b4f91cc0]]
positions 
328[[#b4f91cc0]]
tokens 
329[[#b4f91cc0]]
tokens 
330[[#b4f91cc0]]
positions 
331[[#b4f91cc0]]
tokens 
332[[#b4f91cc0]]
positions 
333[[#b4f91cc0]]
tokens 
334[[#b4f91cc0]]
positions 
335[[#b4f91cc0]]
bounds 
336[[#b4f91cc0]]
tokens 
337[[#b4f91cc0]]
positions 
338[[#b4f91cc0]]
typeArguments 
41[[#92cde880]]
length 
42[[#92cde880]]
length 
43[[#92cde880]]
additionalBoundsLength 
44[[#92cde880]]
currentTypeArgumentsLength 
45[[#92cde880]]
currentTypeArgumentsLength 
46[[#92cde880]]
nameSize 
47[[#92cde880]]
nameSize 
48[[#92cde880]]
astLength 
49[[#92cde880]]
pos 
410[[#92cde880]]
pos 
411[[#92cde880]]
length 
412[[#92cde880]]
length 
413[[#92cde880]]
length 
414[[#92cde880]]
length 
415[[#92cde880]]
length 
416[[#92cde880]]
length 
417[[#92cde880]]
length 
418[[#92cde880]]
length 
419[[#92cde880]]
length 
420[[#92cde880]]
length 
421[[#92cde880]]
length 
422[[#92cde880]]
length 
423[[#92cde880]]
length 
424[[#92cde880]]
length 
425[[#92cde880]]
length 
426[[#92cde880]]
length 
427[[#92cde880]]
length 
428[[#92cde880]]
length 
429[[#92cde880]]
length 
430[[#92cde880]]
length 
431[[#92cde880]]
length 
432[[#92cde880]]
length 
433[[#92cde880]]
length 
434[[#92cde880]]
length 
435[[#92cde880]]
additionalBoundsLength 
436[[#92cde880]]
length 
437[[#92cde880]]
length 
438[[#92cde880]]
currentTypeArgumentsLength