CloneSet399


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
181060.955statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1185146
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
2155167
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
3155185
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
4155203
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
5155221
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
6186085
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
7156108
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
8156128
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
9156148
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
10156169
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
Clone Instance
1
Line Count
18
Source Line
5146
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                        switch (resolvedPosition) {
                                case 0:
                                        this.iload_0();
                                        break;
                                case 1:
                                        this.iload_1();
                                        break;
                                case 2:
                                        this.iload_2();
                                        break;
                                case 3:
                                        this.iload_3();
                                        break;
                                //case -1 :
                                // internal failure: trying to load variable not supposed to be generated
                                //      break;
                                default:
                                        this.iload(resolvedPosition);
                              }


Clone Instance
2
Line Count
15
Source Line
5167
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                        switch (resolvedPosition) {
                                case 0:
                                        this.fload_0();
                                        break;
                                case 1:
                                        this.fload_1();
                                        break;
                                case 2:
                                        this.fload_2();
                                        break;
                                case 3:
                                        this.fload_3();
                                        break;
                                default:
                                        this.fload(resolvedPosition);
                              }


Clone Instance
3
Line Count
15
Source Line
5185
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                        switch (resolvedPosition) {
                                case 0:
                                        this.lload_0();
                                        break;
                                case 1:
                                        this.lload_1();
                                        break;
                                case 2:
                                        this.lload_2();
                                        break;
                                case 3:
                                        this.lload_3();
                                        break;
                                default:
                                        this.lload(resolvedPosition);
                              }


Clone Instance
4
Line Count
15
Source Line
5203
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                        switch (resolvedPosition) {
                                case 0:
                                        this.dload_0();
                                        break;
                                case 1:
                                        this.dload_1();
                                        break;
                                case 2:
                                        this.dload_2();
                                        break;
                                case 3:
                                        this.dload_3();
                                        break;
                                default:
                                        this.dload(resolvedPosition);
                              }


Clone Instance
5
Line Count
15
Source Line
5221
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                        switch (resolvedPosition) {
                                case 0:
                                        this.aload_0();
                                        break;
                                case 1:
                                        this.aload_1();
                                        break;
                                case 2:
                                        this.aload_2();
                                        break;
                                case 3:
                                        this.aload_3();
                                        break;
                                default:
                                        this.aload(resolvedPosition);
                              }


Clone Instance
6
Line Count
18
Source Line
6085
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                        switch (localPosition) {
                                case 0:
                                        this.istore_0();
                                        break;
                                case 1:
                                        this.istore_1();
                                        break;
                                case 2:
                                        this.istore_2();
                                        break;
                                case 3:
                                        this.istore_3();
                                        break;
                                //case -1 :
                                // internal failure: trying to store into variable not supposed to be generated
                                //      break;
                                default:
                                        this.istore(localPosition);
                              }


Clone Instance
7
Line Count
15
Source Line
6108
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                        switch (localPosition) {
                                case 0:
                                        this.fstore_0();
                                        break;
                                case 1:
                                        this.fstore_1();
                                        break;
                                case 2:
                                        this.fstore_2();
                                        break;
                                case 3:
                                        this.fstore_3();
                                        break;
                                default:
                                        this.fstore(localPosition);
                              }


Clone Instance
8
Line Count
15
Source Line
6128
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                        switch (localPosition) {
                                case 0:
                                        this.dstore_0();
                                        break;
                                case 1:
                                        this.dstore_1();
                                        break;
                                case 2:
                                        this.dstore_2();
                                        break;
                                case 3:
                                        this.dstore_3();
                                        break;
                                default:
                                        this.dstore(localPosition);
                              }


Clone Instance
9
Line Count
15
Source Line
6148
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                        switch (localPosition) {
                                case 0:
                                        this.lstore_0();
                                        break;
                                case 1:
                                        this.lstore_1();
                                        break;
                                case 2:
                                        this.lstore_2();
                                        break;
                                case 3:
                                        this.lstore_3();
                                        break;
                                default:
                                        this.lstore(localPosition);
                              }


Clone Instance
10
Line Count
15
Source Line
6169
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                        switch (localPosition) {
                                case 0:
                                        this.astore_0();
                                        break;
                                case 1:
                                        this.astore_1();
                                        break;
                                case 2:
                                        this.astore_2();
                                        break;
                                case 3:
                                        this.astore_3();
                                        break;
                                default:
                                        this.astore(localPosition);
                              }


Clone AbstractionParameter Count: 6Parameter Bindings

switch ( [[#variableb8880780]]) {
  case 0:
    this. [[#variableb8880720]]();
    break;
  case 1:
    this. [[#variableb8880680]]();
    break;
  case 2:
    this. [[#variableb88805e0]]();
    break;
  case 3:
    this. [[#variableb8880580]]();
    break;
  //case -1 :
  // internal failure: trying to load variable not supposed to be generated
  // internal failure: trying to store into variable not supposed to be generated
  //      break;
  default:
    this. [[#variableb88804a0]]( [[#variableb8880780]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b8880780]]
resolvedPosition 
12[[#b8880780]]
resolvedPosition 
13[[#b8880780]]
resolvedPosition 
14[[#b8880780]]
resolvedPosition 
15[[#b8880780]]
resolvedPosition 
16[[#b8880780]]
localPosition 
17[[#b8880780]]
localPosition 
18[[#b8880780]]
localPosition 
19[[#b8880780]]
localPosition 
110[[#b8880780]]
localPosition 
21[[#b8880720]]
iload_0 
22[[#b8880720]]
fload_0 
23[[#b8880720]]
lload_0 
24[[#b8880720]]
dload_0 
25[[#b8880720]]
aload_0 
26[[#b8880720]]
istore_0 
27[[#b8880720]]
fstore_0 
28[[#b8880720]]
dstore_0 
29[[#b8880720]]
lstore_0 
210[[#b8880720]]
astore_0 
31[[#b8880680]]
iload_1 
32[[#b8880680]]
fload_1 
33[[#b8880680]]
lload_1 
34[[#b8880680]]
dload_1 
35[[#b8880680]]
aload_1 
36[[#b8880680]]
istore_1 
37[[#b8880680]]
fstore_1 
38[[#b8880680]]
dstore_1 
39[[#b8880680]]
lstore_1 
310[[#b8880680]]
astore_1 
41[[#b88805e0]]
iload_2 
42[[#b88805e0]]
fload_2 
43[[#b88805e0]]
lload_2 
44[[#b88805e0]]
dload_2 
45[[#b88805e0]]
aload_2 
46[[#b88805e0]]
istore_2 
47[[#b88805e0]]
fstore_2 
48[[#b88805e0]]
dstore_2 
49[[#b88805e0]]
lstore_2 
410[[#b88805e0]]
astore_2 
51[[#b8880580]]
iload_3 
52[[#b8880580]]
fload_3 
53[[#b8880580]]
lload_3 
54[[#b8880580]]
dload_3 
55[[#b8880580]]
aload_3 
56[[#b8880580]]
istore_3 
57[[#b8880580]]
fstore_3 
58[[#b8880580]]
dstore_3 
59[[#b8880580]]
lstore_3 
510[[#b8880580]]
astore_3 
61[[#b88804a0]]
iload 
62[[#b88804a0]]
fload 
63[[#b88804a0]]
lload 
64[[#b88804a0]]
dload 
65[[#b88804a0]]
aload 
66[[#b88804a0]]
istore 
67[[#b88804a0]]
fstore 
68[[#b88804a0]]
dstore 
69[[#b88804a0]]
lstore 
610[[#b88804a0]]
astore