CloneSet203


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12340.959statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11195
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
21208
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
31209
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
41210
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
51217
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
61218
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
71223
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
81321
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
91335
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
101832
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
111833
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
121834
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
131841
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
141842
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
1511294
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
1611307
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
1711308
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
1811309
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
1911316
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
2011317
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
2111322
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
2211420
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
2311434
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java
Clone Instance
1
Line Count
1
Source Line
195
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_byte << 4) + T_long] =           (Byte2Long << 12) + (Long2Long << 4) + T_long;


Clone Instance
2
Line Count
1
Source Line
208
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                //      table[(T_byte<<4)+T_null]               = T_undefined;

                //      table[(T_long<<4)+T_undefined]  = T_undefined;
                table[(T_long << 4) + T_byte] =           (Long2Long << 12) + (Byte2Long << 4) + T_long;


Clone Instance
3
Line Count
1
Source Line
209
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_long << 4) + T_long] =           (Long2Long << 12) + (Long2Long << 4) + T_long;


Clone Instance
4
Line Count
1
Source Line
210
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_long << 4) + T_short] =          (Long2Long << 12) + (Short2Long << 4) + T_long;


Clone Instance
5
Line Count
1
Source Line
217
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                //      table[(T_long<<4)+T_void]               = T_undefined;
                //      table[(T_long<<4)+T_String]     = T_undefined;
                //      table[(T_long<<4)+T_Object]     = T_undefined;
                //      table[(T_long<<4)+T_double]     = T_undefined;
                //      table[(T_long<<4)+T_float]              = T_undefined;
                //      table[(T_long<<4)+T_boolean]    = T_undefined;
                table[(T_long << 4) + T_char] =           (Long2Long << 12) + (Char2Long << 4) + T_long;


Clone Instance
6
Line Count
1
Source Line
218
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_long << 4) + T_int] =            (Long2Long << 12) + (Int2Long << 4) + T_long;


Clone Instance
7
Line Count
1
Source Line
223
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_short << 4) + T_long] =                  (Short2Long << 12) + (Long2Long << 4) + T_long;


Clone Instance
8
Line Count
1
Source Line
321
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_char << 4) + T_long] =                   (Char2Long << 12) + (Long2Long << 4) + T_long;


Clone Instance
9
Line Count
1
Source Line
335
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_int << 4) + T_long] =            (Int2Long << 12) + (Long2Long << 4) + T_long;


Clone Instance
10
Line Count
1
Source Line
832
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                //      table[(T_byte<<4)+T_null]               = T_undefined;

                //      table[(T_long<<4)+T_undefined]  = T_undefined;
                table[(T_long << 4) + T_byte] =           (Long2Long << 12) + (Byte2Int << 4) + T_long;


Clone Instance
11
Line Count
1
Source Line
833
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_long << 4) + T_long] =           (Long2Long << 12) + (Long2Int << 4) + T_long;


Clone Instance
12
Line Count
1
Source Line
834
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_long << 4) + T_short] =          (Long2Long << 12) + (Short2Int << 4) + T_long;


Clone Instance
13
Line Count
1
Source Line
841
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                //      table[(T_long<<4)+T_void]               = T_undefined;
                //      table[(T_long<<4)+T_String]     = T_undefined;
                //      table[(T_long<<4)+T_Object]     = T_undefined;
                //      table[(T_long<<4)+T_double]     = T_undefined;
                //      table[(T_long<<4)+T_float]              = T_undefined;
                //      table[(T_long<<4)+T_boolean]    = T_undefined;
                table[(T_long << 4) + T_char] =           (Long2Long << 12) + (Char2Int << 4) + T_long;


Clone Instance
14
Line Count
1
Source Line
842
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_long << 4) + T_int] =            (Long2Long << 12) + (Int2Int << 4) + T_long;


Clone Instance
15
Line Count
1
Source Line
1294
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_byte << 4) + T_long] =           (Byte2Long << 12) + (Long2Long << 4) + T_long;


Clone Instance
16
Line Count
1
Source Line
1307
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                //      table[(T_byte<<4)+T_null]               = T_undefined;

                //      table[(T_long<<4)+T_undefined]  = T_undefined;
                table[(T_long << 4) + T_byte] =           (Long2Long << 12) + (Byte2Long << 4) + T_long;


Clone Instance
17
Line Count
1
Source Line
1308
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_long << 4) + T_long] =           (Long2Long << 12) + (Long2Long << 4) + T_long;


Clone Instance
18
Line Count
1
Source Line
1309
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_long << 4) + T_short] =          (Long2Long << 12) + (Short2Long << 4) + T_long;


Clone Instance
19
Line Count
1
Source Line
1316
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                //      table[(T_long<<4)+T_boolean]    = T_undefined;
                table[(T_long << 4) + T_char] =           (Long2Long << 12) + (Char2Long << 4) + T_long;


Clone Instance
20
Line Count
1
Source Line
1317
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_long << 4) + T_int] =            (Long2Long << 12) + (Int2Long << 4) + T_long;


Clone Instance
21
Line Count
1
Source Line
1322
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_short << 4) + T_long] =                  (Short2Long << 12) + (Long2Long << 4) + T_long;


Clone Instance
22
Line Count
1
Source Line
1420
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_char << 4) + T_long] =                   (Char2Long << 12) + (Long2Long << 4) + T_long;


Clone Instance
23
Line Count
1
Source Line
1434
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java

                table[(T_int << 4) + T_long] =            (Int2Long << 12) + (Long2Long << 4) + T_long;


Clone AbstractionParameter Count: 4Parameter Bindings

//      table[(T_long<<4)+T_void]               = T_undefined;
//      table[(T_long<<4)+T_String]     = T_undefined;
//      table[(T_long<<4)+T_Object]     = T_undefined;
//      table[(T_long<<4)+T_double]     = T_undefined;
//      table[(T_long<<4)+T_float]              = T_undefined;
//      table[(T_long<<4)+T_boolean]    = T_undefined;
//      table[(T_byte<<4)+T_null]               = T_undefined;
//      table[(T_long<<4)+T_undefined]  = T_undefined;
table[( [[#variableb450e640]] << 4) +  [[#variableb495bb00]]] = ( [[#variableb450e1a0]] << 12) + ( [[#variableb450e580]] << 4) + T_long;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b450e640]]
T_int 
12[[#b450e640]]
T_char 
13[[#b450e640]]
T_short 
14[[#b450e640]]
T_long 
15[[#b450e640]]
T_long 
16[[#b450e640]]
T_long 
17[[#b450e640]]
T_long 
18[[#b450e640]]
T_long 
19[[#b450e640]]
T_byte 
110[[#b450e640]]
T_long 
111[[#b450e640]]
T_long 
112[[#b450e640]]
T_long 
113[[#b450e640]]
T_long 
114[[#b450e640]]
T_long 
115[[#b450e640]]
T_int 
116[[#b450e640]]
T_char 
117[[#b450e640]]
T_short 
118[[#b450e640]]
T_long 
119[[#b450e640]]
T_long 
120[[#b450e640]]
T_long 
121[[#b450e640]]
T_long 
122[[#b450e640]]
T_long 
123[[#b450e640]]
T_byte 
21[[#b495bb00]]
T_long 
22[[#b495bb00]]
T_long 
23[[#b495bb00]]
T_long 
24[[#b495bb00]]
T_int 
25[[#b495bb00]]
T_char 
26[[#b495bb00]]
T_short 
27[[#b495bb00]]
T_long 
28[[#b495bb00]]
T_byte 
29[[#b495bb00]]
T_long 
210[[#b495bb00]]
T_int 
211[[#b495bb00]]
T_char 
212[[#b495bb00]]
T_short 
213[[#b495bb00]]
T_long 
214[[#b495bb00]]
T_byte 
215[[#b495bb00]]
T_long 
216[[#b495bb00]]
T_long 
217[[#b495bb00]]
T_long 
218[[#b495bb00]]
T_int 
219[[#b495bb00]]
T_char 
220[[#b495bb00]]
T_short 
221[[#b495bb00]]
T_long 
222[[#b495bb00]]
T_byte 
223[[#b495bb00]]
T_long 
31[[#b450e1a0]]
Int2Long 
32[[#b450e1a0]]
Char2Long 
33[[#b450e1a0]]
Short2Long 
34[[#b450e1a0]]
Long2Long 
35[[#b450e1a0]]
Long2Long 
36[[#b450e1a0]]
Long2Long 
37[[#b450e1a0]]
Long2Long 
38[[#b450e1a0]]
Long2Long 
39[[#b450e1a0]]
Byte2Long 
310[[#b450e1a0]]
Long2Long 
311[[#b450e1a0]]
Long2Long 
312[[#b450e1a0]]
Long2Long 
313[[#b450e1a0]]
Long2Long 
314[[#b450e1a0]]
Long2Long 
315[[#b450e1a0]]
Int2Long 
316[[#b450e1a0]]
Char2Long 
317[[#b450e1a0]]
Short2Long 
318[[#b450e1a0]]
Long2Long 
319[[#b450e1a0]]
Long2Long 
320[[#b450e1a0]]
Long2Long 
321[[#b450e1a0]]
Long2Long 
322[[#b450e1a0]]
Long2Long 
323[[#b450e1a0]]
Byte2Long 
41[[#b450e580]]
Long2Long 
42[[#b450e580]]
Long2Long 
43[[#b450e580]]
Long2Long 
44[[#b450e580]]
Int2Long 
45[[#b450e580]]
Char2Long 
46[[#b450e580]]
Short2Long 
47[[#b450e580]]
Long2Long 
48[[#b450e580]]
Byte2Long 
49[[#b450e580]]
Long2Long 
410[[#b450e580]]
Int2Int 
411[[#b450e580]]
Char2Int 
412[[#b450e580]]
Short2Int 
413[[#b450e580]]
Long2Int 
414[[#b450e580]]
Byte2Int 
415[[#b450e580]]
Long2Long 
416[[#b450e580]]
Long2Long 
417[[#b450e580]]
Long2Long 
418[[#b450e580]]
Int2Long 
419[[#b450e580]]
Char2Long 
420[[#b450e580]]
Short2Long 
421[[#b450e580]]
Long2Long 
422[[#b450e580]]
Byte2Long 
423[[#b450e580]]
Long2Long