CloneSet67


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13950.955statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111352
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java
211371
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java
311388
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java
46261
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
51278
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
66324
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
71341
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
861142
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
91864
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1061106
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1161387
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1261411
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1362013
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1412102
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1562149
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1612160
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1712184
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1862212
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
1912223
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
2012247
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
2112495
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
2263020
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
2363035
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
2413295
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
2513330
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
2613334
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
2763645
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
2814193
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
2964245
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
3064275
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
3114324
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
3214358
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
3314391
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
3466761
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
3568708
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
3668722
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
3768953
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
38664
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java
396670
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java
Clone Instance
1
Line Count
1
Source Line
1352
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java

                                                System.arraycopy(this.genericsStack, this.genericsPtr + 1, m.typeArguments = new TypeReference[length], 0, length);


Clone Instance
2
Line Count
1
Source Line
1371
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java

                                                System.arraycopy(this.genericsStack, this.genericsPtr + 1, m.typeArguments = new TypeReference[length], 0, length);


Clone Instance
3
Line Count
1
Source Line
1388
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java

                                        System.arraycopy(this.genericsStack, this.genericsPtr + 1, m.typeArguments = new TypeReference[length], 0, length);


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

                        System.arraycopy(
                                this.expressionStack, 
                                this.expressionPtr + 1, 
                                alloc.arguments = new Expression[length], 
                                0, 
                                length  );


Clone Instance
5
Line Count
1
Source Line
278
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

                System.arraycopy(this.genericsStack, this.genericsPtr + 1, alloc.typeArguments = new TypeReference[length], 0, length);


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

                        System.arraycopy(
                                this.expressionStack, 
                                this.expressionPtr + 1, 
                                alloc.arguments = new Expression[length], 
                                0, 
                                length  );


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

                System.arraycopy(this.genericsStack, this.genericsPtr + 1, alloc.typeArguments = new TypeReference[length], 0, length);


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

                System.arraycopy(
                        this.expressionStack, 
                        this.expressionPtr + 1, 
                        messageSend.arguments = new Expression[length], 
                        0, 
                        length  );


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

                System.arraycopy(this.expressionStack, this.expressionPtr + 1, ai.expressions = new Expression[length], 0, length);


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

                        System.arraycopy(
                                this.expressionStack, 
                                this.expressionPtr + 1, 
                                alloc.arguments = new Expression[length], 
                                0, 
                                length  );


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

        System.arraycopy(
                this.expressionStack, 
                this.expressionPtr + 1, 
                arrayAllocation.dimensions = new Expression[length], 
                0, 
                length  );


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

        System.arraycopy(
                this.expressionStack, 
                this.expressionPtr + 1, 
                arrayAllocation.dimensions = new Expression[length], 
                0, 
                length  );


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

        System.arraycopy(
                this.astStack, 
                this.astPtr + 1, 
                typeDecl.superInterfaces = new TypeReference[length], 
                0, 
                length  );


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

        System.arraycopy(this.genericsStack, this.genericsPtr + 1, typeDecl.typeParameters = new TypeParameter[length], 0, length);


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

                        System.arraycopy(
                                this.expressionStack, 
                                this.expressionPtr + 1, 
                                alloc.arguments = new Expression[length], 
                                0, 
                                length  );


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

                System.arraycopy(this.genericsStack, this.genericsPtr + 1, alloc.typeArguments = new TypeReference[length], 0, length);


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

                        System.arraycopy(this.genericsStack, this.genericsPtr + 1, allocationExpression.typeArguments = new TypeReference[length], 0, length);


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

                        System.arraycopy(
                                this.expressionStack, 
                                this.expressionPtr + 1, 
                                alloc.arguments = new Expression[length], 
                                0, 
                                length  );


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

                System.arraycopy(this.genericsStack, this.genericsPtr + 1, alloc.typeArguments = new TypeReference[length], 0, length);


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

                        System.arraycopy(this.genericsStack, this.genericsPtr + 1, allocationExpression.typeArguments = new TypeReference[length], 0, length);


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

        System.arraycopy(this.genericsStack, this.genericsPtr + 1, cd.typeParameters = new TypeParameter[length], 0, length);


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

         System.arraycopy(
               this.expressionStack, 
               this.expressionPtr + 1, 
               allocationExpression.arguments = new Expression[length], 
               0, 
               length    );


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

         System.arraycopy(
               this.expressionStack, 
               this.expressionPtr + 1, 
               allocationExpression.arguments = new Expression[length], 
               0, 
               length    );


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

                System.arraycopy(this.expressionStack, this.expressionPtr + 1, ecc.arguments = new Expression[length], 0, length);


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

                System.arraycopy(this.expressionStack, this.expressionPtr + 1, ecc.arguments = new Expression[length], 0, length);


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

        System.arraycopy(this.genericsStack, this.genericsPtr + 1, ecc.typeArguments = new TypeReference[length], 0, length);


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

        System.arraycopy(
                this.astStack, 
                this.astPtr + 1, 
                typeDecl.superInterfaces = new TypeReference[length], 
                0, 
                length  );


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

        System.arraycopy(this.genericsStack, this.genericsPtr + 1, md.typeParameters = new TypeParameter[length], 0, length);


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

                System.arraycopy(
                        this.astStack, 
                        this.astPtr + 1, 
                        md.arguments = new Argument[length], 
                        0, 
                        length  );


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

        System.arraycopy(
                this.astStack, 
                this.astPtr + 1, 
                md.thrownExceptions = new TypeReference[length], 
                0, 
                length  );


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

        System.arraycopy(this.genericsStack, this.genericsPtr + 1, m.typeArguments = new TypeReference[length], 0, length);


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

        System.arraycopy(this.genericsStack, this.genericsPtr + 1, m.typeArguments = new TypeReference[length], 0, length);


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

        System.arraycopy(this.genericsStack, this.genericsPtr + 1, m.typeArguments = new TypeReference[length], 0, length);


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

                System.arraycopy(
                        this.astStack, 
                        this.astPtr + 1, 
                        switchStatement.statements = new Statement[length], 
                        0, 
                        length  );


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

                System.arraycopy(
                        this.expressionStack, 
                        this.expressionPtr + 1, 
                        m.arguments = new Expression[length], 
                        0, 
                        length  );


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

                System.arraycopy(
                        this.expressionStack, 
                        this.expressionPtr + 1, 
                        m.arguments = new Expression[length], 
                        0, 
                        length  );


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

                        System.arraycopy(
                                this.astStack, 
                                this.astPtr + 1, 
                                cd.statements = new Statement[length], 
                                0, 
                                length  );


Clone Instance
38
Line Count
6
Source Line
64
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java

                        System.arraycopy(
                                this.expressionStack, 
                                this.expressionPtr + 1, 
                                alloc.arguments = new Expression[length], 
                                0, 
                                length  );


Clone Instance
39
Line Count
6
Source Line
670
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java

                System.arraycopy(
                        this.expressionStack, 
                        this.expressionPtr + 1, 
                        m.arguments = new Expression[length], 
                        0, 
                        length  );


Clone AbstractionParameter Count: 5Parameter Bindings

System.arraycopy(this. [[#variableb4f0f820]], this. [[#variableb4f0f780]] + 1,  [[#variableb4f0ec00]]. [[#variableb4f0f6c0]]= new [[#variableb4f0f720]][length], 0, length);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b4f0f820]]
genericsStack 
12[[#b4f0f820]]
genericsStack 
13[[#b4f0f820]]
expressionStack 
14[[#b4f0f820]]
expressionStack 
15[[#b4f0f820]]
astStack 
16[[#b4f0f820]]
expressionStack 
17[[#b4f0f820]]
expressionStack 
18[[#b4f0f820]]
genericsStack 
19[[#b4f0f820]]
expressionStack 
110[[#b4f0f820]]
expressionStack 
111[[#b4f0f820]]
astStack 
112[[#b4f0f820]]
astStack 
113[[#b4f0f820]]
astStack 
114[[#b4f0f820]]
astStack 
115[[#b4f0f820]]
genericsStack 
116[[#b4f0f820]]
genericsStack 
117[[#b4f0f820]]
genericsStack 
118[[#b4f0f820]]
genericsStack 
119[[#b4f0f820]]
expressionStack 
120[[#b4f0f820]]
genericsStack 
121[[#b4f0f820]]
expressionStack 
122[[#b4f0f820]]
expressionStack 
123[[#b4f0f820]]
genericsStack 
124[[#b4f0f820]]
genericsStack 
125[[#b4f0f820]]
genericsStack 
126[[#b4f0f820]]
expressionStack 
127[[#b4f0f820]]
genericsStack 
128[[#b4f0f820]]
expressionStack 
129[[#b4f0f820]]
genericsStack 
130[[#b4f0f820]]
expressionStack 
131[[#b4f0f820]]
expressionStack 
132[[#b4f0f820]]
expressionStack 
133[[#b4f0f820]]
genericsStack 
134[[#b4f0f820]]
genericsStack 
135[[#b4f0f820]]
astStack 
136[[#b4f0f820]]
genericsStack 
137[[#b4f0f820]]
expressionStack 
138[[#b4f0f820]]
expressionStack 
139[[#b4f0f820]]
expressionStack 
21[[#b4f0f780]]
genericsPtr 
22[[#b4f0f780]]
genericsPtr 
23[[#b4f0f780]]
expressionPtr 
24[[#b4f0f780]]
expressionPtr 
25[[#b4f0f780]]
astPtr 
26[[#b4f0f780]]
expressionPtr 
27[[#b4f0f780]]
expressionPtr 
28[[#b4f0f780]]
genericsPtr 
29[[#b4f0f780]]
expressionPtr 
210[[#b4f0f780]]
expressionPtr 
211[[#b4f0f780]]
astPtr 
212[[#b4f0f780]]
astPtr 
213[[#b4f0f780]]
astPtr 
214[[#b4f0f780]]
astPtr 
215[[#b4f0f780]]
genericsPtr 
216[[#b4f0f780]]
genericsPtr 
217[[#b4f0f780]]
genericsPtr 
218[[#b4f0f780]]
genericsPtr 
219[[#b4f0f780]]
expressionPtr 
220[[#b4f0f780]]
genericsPtr 
221[[#b4f0f780]]
expressionPtr 
222[[#b4f0f780]]
expressionPtr 
223[[#b4f0f780]]
genericsPtr 
224[[#b4f0f780]]
genericsPtr 
225[[#b4f0f780]]
genericsPtr 
226[[#b4f0f780]]
expressionPtr 
227[[#b4f0f780]]
genericsPtr 
228[[#b4f0f780]]
expressionPtr 
229[[#b4f0f780]]
genericsPtr 
230[[#b4f0f780]]
expressionPtr 
231[[#b4f0f780]]
expressionPtr 
232[[#b4f0f780]]
expressionPtr 
233[[#b4f0f780]]
genericsPtr 
234[[#b4f0f780]]
genericsPtr 
235[[#b4f0f780]]
astPtr 
236[[#b4f0f780]]
genericsPtr 
237[[#b4f0f780]]
expressionPtr 
238[[#b4f0f780]]
expressionPtr 
239[[#b4f0f780]]
expressionPtr 
31[[#b4f0ec00]]
m 
32[[#b4f0ec00]]
alloc 
33[[#b4f0ec00]]
alloc 
34[[#b4f0ec00]]
m 
35[[#b4f0ec00]]
typeDecl 
36[[#b4f0ec00]]
ecc 
37[[#b4f0ec00]]
allocationExpression 
38[[#b4f0ec00]]
allocationExpression 
39[[#b4f0ec00]]
arrayAllocation 
310[[#b4f0ec00]]
messageSend 
311[[#b4f0ec00]]
cd 
312[[#b4f0ec00]]
switchStatement 
313[[#b4f0ec00]]
md 
314[[#b4f0ec00]]
md 
315[[#b4f0ec00]]
md 
316[[#b4f0ec00]]
ecc 
317[[#b4f0ec00]]
cd 
318[[#b4f0ec00]]
typeDecl 
319[[#b4f0ec00]]
ai 
320[[#b4f0ec00]]
alloc 
321[[#b4f0ec00]]
alloc 
322[[#b4f0ec00]]
alloc 
323[[#b4f0ec00]]
alloc 
324[[#b4f0ec00]]
m 
325[[#b4f0ec00]]
m 
326[[#b4f0ec00]]
alloc 
327[[#b4f0ec00]]
m 
328[[#b4f0ec00]]
m 
329[[#b4f0ec00]]
m 
330[[#b4f0ec00]]
alloc 
331[[#b4f0ec00]]
ecc 
332[[#b4f0ec00]]
allocationExpression 
333[[#b4f0ec00]]
allocationExpression 
334[[#b4f0ec00]]
alloc 
335[[#b4f0ec00]]
typeDecl 
336[[#b4f0ec00]]
m 
337[[#b4f0ec00]]
arrayAllocation 
338[[#b4f0ec00]]
m 
339[[#b4f0ec00]]
alloc 
41[[#b4f0f6c0]]
typeArguments 
42[[#b4f0f6c0]]
typeArguments 
43[[#b4f0f6c0]]
arguments 
44[[#b4f0f6c0]]
arguments 
45[[#b4f0f6c0]]
superInterfaces 
46[[#b4f0f6c0]]
arguments 
47[[#b4f0f6c0]]
arguments 
48[[#b4f0f6c0]]
typeArguments 
49[[#b4f0f6c0]]
dimensions 
410[[#b4f0f6c0]]
arguments 
411[[#b4f0f6c0]]
statements 
412[[#b4f0f6c0]]
statements 
413[[#b4f0f6c0]]
thrownExceptions 
414[[#b4f0f6c0]]
arguments 
415[[#b4f0f6c0]]
typeParameters 
416[[#b4f0f6c0]]
typeArguments 
417[[#b4f0f6c0]]
typeParameters 
418[[#b4f0f6c0]]
typeParameters 
419[[#b4f0f6c0]]
expressions 
420[[#b4f0f6c0]]
typeArguments 
421[[#b4f0f6c0]]
arguments 
422[[#b4f0f6c0]]
arguments 
423[[#b4f0f6c0]]
typeArguments 
424[[#b4f0f6c0]]
typeArguments 
425[[#b4f0f6c0]]
typeArguments 
426[[#b4f0f6c0]]
arguments 
427[[#b4f0f6c0]]
typeArguments 
428[[#b4f0f6c0]]
arguments 
429[[#b4f0f6c0]]
typeArguments 
430[[#b4f0f6c0]]
arguments 
431[[#b4f0f6c0]]
arguments 
432[[#b4f0f6c0]]
arguments 
433[[#b4f0f6c0]]
typeArguments 
434[[#b4f0f6c0]]
typeArguments 
435[[#b4f0f6c0]]
superInterfaces 
436[[#b4f0f6c0]]
typeArguments 
437[[#b4f0f6c0]]
dimensions 
438[[#b4f0f6c0]]
arguments 
439[[#b4f0f6c0]]
arguments 
51[[#b4f0f720]]
TypeReference 
52[[#b4f0f720]]
TypeReference 
53[[#b4f0f720]]
Expression 
54[[#b4f0f720]]
Expression 
55[[#b4f0f720]]
TypeReference 
56[[#b4f0f720]]
Expression 
57[[#b4f0f720]]
Expression 
58[[#b4f0f720]]
TypeReference 
59[[#b4f0f720]]
Expression 
510[[#b4f0f720]]
Expression 
511[[#b4f0f720]]
Statement 
512[[#b4f0f720]]
Statement 
513[[#b4f0f720]]
TypeReference 
514[[#b4f0f720]]
Argument 
515[[#b4f0f720]]
TypeParameter 
516[[#b4f0f720]]
TypeReference 
517[[#b4f0f720]]
TypeParameter 
518[[#b4f0f720]]
TypeParameter 
519[[#b4f0f720]]
Expression 
520[[#b4f0f720]]
TypeReference 
521[[#b4f0f720]]
Expression 
522[[#b4f0f720]]
Expression 
523[[#b4f0f720]]
TypeReference 
524[[#b4f0f720]]
TypeReference 
525[[#b4f0f720]]
TypeReference 
526[[#b4f0f720]]
Expression 
527[[#b4f0f720]]
TypeReference 
528[[#b4f0f720]]
Expression 
529[[#b4f0f720]]
TypeReference 
530[[#b4f0f720]]
Expression 
531[[#b4f0f720]]
Expression 
532[[#b4f0f720]]
Expression 
533[[#b4f0f720]]
TypeReference 
534[[#b4f0f720]]
TypeReference 
535[[#b4f0f720]]
TypeReference 
536[[#b4f0f720]]
TypeReference 
537[[#b4f0f720]]
Expression 
538[[#b4f0f720]]
Expression 
539[[#b4f0f720]]
Expression